- 3 Tier 1 low-confidence providers with keyword anchoring - Dual-located in providers/ and pkg/providers/definitions/ - Tier 1 total now at 12/12 providers
23 lines
419 B
YAML
23 lines
419 B
YAML
format_version: 1
|
|
name: ai21
|
|
display_name: AI21 Labs
|
|
tier: 1
|
|
last_verified: "2026-04-05"
|
|
keywords:
|
|
- "ai21"
|
|
- "AI21_API_KEY"
|
|
- "jamba"
|
|
- "jurassic"
|
|
- "api.ai21.com"
|
|
patterns:
|
|
- regex: '[a-zA-Z0-9]{32,}'
|
|
entropy_min: 4.0
|
|
confidence: low
|
|
verify:
|
|
method: GET
|
|
url: https://api.ai21.com/studio/v1/models
|
|
headers:
|
|
Authorization: "Bearer {KEY}"
|
|
valid_status: [200]
|
|
invalid_status: [401, 403]
|