- 3 Tier 1 medium/low-confidence providers with keyword anchoring - Dual-located in providers/ and pkg/providers/definitions/ - Registry test passes
23 lines
423 B
YAML
23 lines
423 B
YAML
format_version: 1
|
|
name: cohere
|
|
display_name: Cohere
|
|
tier: 1
|
|
last_verified: "2026-04-05"
|
|
keywords:
|
|
- "cohere"
|
|
- "CO_API_KEY"
|
|
- "COHERE_API_KEY"
|
|
- "cohere_api"
|
|
- "api.cohere.ai"
|
|
patterns:
|
|
- regex: '[a-zA-Z0-9]{40}'
|
|
entropy_min: 4.0
|
|
confidence: low
|
|
verify:
|
|
method: GET
|
|
url: https://api.cohere.ai/v1/models
|
|
headers:
|
|
Authorization: "Bearer {KEY}"
|
|
valid_status: [200]
|
|
invalid_status: [401, 403]
|