Files
keyhunter/pkg/providers/definitions/ai21.yaml
salvacybersec adad602ec9 feat(02-02): add Mistral, Inflection, AI21 provider YAMLs
- 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
2026-04-05 14:11:51 +03:00

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]