feat(02-02): add Azure OpenAI, Meta AI, Cohere provider YAMLs
- 3 Tier 1 medium/low-confidence providers with keyword anchoring - Dual-located in providers/ and pkg/providers/definitions/ - Registry test passes
This commit is contained in:
21
providers/meta-ai.yaml
Normal file
21
providers/meta-ai.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
format_version: 1
|
||||
name: meta-ai
|
||||
display_name: Meta AI (Llama API)
|
||||
tier: 1
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "meta_llama"
|
||||
- "llama_api"
|
||||
- "META_LLAMA_API_KEY"
|
||||
- "api.llama.com"
|
||||
patterns:
|
||||
- regex: 'LLM\|[A-Za-z0-9_\-]{30,}'
|
||||
entropy_min: 3.5
|
||||
confidence: low
|
||||
verify:
|
||||
method: GET
|
||||
url: https://api.llama.com/v1/models
|
||||
headers:
|
||||
Authorization: "Bearer {KEY}"
|
||||
valid_status: [200]
|
||||
invalid_status: [401, 403]
|
||||
Reference in New Issue
Block a user