- Groq: gsk_ prefix, 52 chars (high confidence) - Replicate: r8_ prefix, 37 chars (high confidence) - Anyscale: esecret_ prefix (high confidence) - Dual-located in providers/ and pkg/providers/definitions/
22 lines
402 B
YAML
22 lines
402 B
YAML
format_version: 1
|
|
name: groq
|
|
display_name: Groq
|
|
tier: 2
|
|
last_verified: "2026-04-05"
|
|
keywords:
|
|
- "gsk_"
|
|
- "groq"
|
|
- "GROQ_API_KEY"
|
|
- "api.groq.com"
|
|
patterns:
|
|
- regex: 'gsk_[a-zA-Z0-9]{52}'
|
|
entropy_min: 3.5
|
|
confidence: high
|
|
verify:
|
|
method: GET
|
|
url: https://api.groq.com/openai/v1/models
|
|
headers:
|
|
Authorization: "Bearer {KEY}"
|
|
valid_status: [200]
|
|
invalid_status: [401, 403]
|