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
This commit is contained in:
22
pkg/providers/definitions/ai21.yaml
Normal file
22
pkg/providers/definitions/ai21.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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]
|
||||||
21
pkg/providers/definitions/inflection.yaml
Normal file
21
pkg/providers/definitions/inflection.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: inflection
|
||||||
|
display_name: Inflection AI (Pi)
|
||||||
|
tier: 1
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "inflection"
|
||||||
|
- "pi_api"
|
||||||
|
- "PI_API_KEY"
|
||||||
|
- "INFLECTION_API_KEY"
|
||||||
|
- "inflection.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9_\-]{40,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
22
pkg/providers/definitions/mistral.yaml
Normal file
22
pkg/providers/definitions/mistral.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: mistral
|
||||||
|
display_name: Mistral AI
|
||||||
|
tier: 1
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "mistral"
|
||||||
|
- "mistral.ai"
|
||||||
|
- "MISTRAL_API_KEY"
|
||||||
|
- "la_plateforme"
|
||||||
|
- "api.mistral.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[a-zA-Z0-9]{32}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: https://api.mistral.ai/v1/models
|
||||||
|
headers:
|
||||||
|
Authorization: "Bearer {KEY}"
|
||||||
|
valid_status: [200]
|
||||||
|
invalid_status: [401, 403]
|
||||||
22
providers/ai21.yaml
Normal file
22
providers/ai21.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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]
|
||||||
21
providers/inflection.yaml
Normal file
21
providers/inflection.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: inflection
|
||||||
|
display_name: Inflection AI (Pi)
|
||||||
|
tier: 1
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "inflection"
|
||||||
|
- "pi_api"
|
||||||
|
- "PI_API_KEY"
|
||||||
|
- "INFLECTION_API_KEY"
|
||||||
|
- "inflection.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[A-Za-z0-9_\-]{40,}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: ""
|
||||||
|
headers: {}
|
||||||
|
valid_status: []
|
||||||
|
invalid_status: []
|
||||||
22
providers/mistral.yaml
Normal file
22
providers/mistral.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
format_version: 1
|
||||||
|
name: mistral
|
||||||
|
display_name: Mistral AI
|
||||||
|
tier: 1
|
||||||
|
last_verified: "2026-04-05"
|
||||||
|
keywords:
|
||||||
|
- "mistral"
|
||||||
|
- "mistral.ai"
|
||||||
|
- "MISTRAL_API_KEY"
|
||||||
|
- "la_plateforme"
|
||||||
|
- "api.mistral.ai"
|
||||||
|
patterns:
|
||||||
|
- regex: '[a-zA-Z0-9]{32}'
|
||||||
|
entropy_min: 4.0
|
||||||
|
confidence: low
|
||||||
|
verify:
|
||||||
|
method: GET
|
||||||
|
url: https://api.mistral.ai/v1/models
|
||||||
|
headers:
|
||||||
|
Authorization: "Bearer {KEY}"
|
||||||
|
valid_status: [200]
|
||||||
|
invalid_status: [401, 403]
|
||||||
Reference in New Issue
Block a user