- Deepgram (hex40, low confidence) - ElevenLabs (hex32, XI_API_KEY header) - Stability AI (sk- prefix, medium confidence) - Runway (keyword-only) - Midjourney (keyword-only, no official API) Completes PROV-03: 12 Tier 3 Specialized providers (with pre-existing huggingface).
22 lines
414 B
YAML
22 lines
414 B
YAML
format_version: 1
|
|
name: deepgram
|
|
display_name: Deepgram
|
|
tier: 3
|
|
last_verified: "2026-04-05"
|
|
keywords:
|
|
- "deepgram"
|
|
- "DEEPGRAM_API_KEY"
|
|
- "api.deepgram.com"
|
|
- "dg-api"
|
|
patterns:
|
|
- regex: '[a-f0-9]{40}'
|
|
entropy_min: 4.0
|
|
confidence: low
|
|
verify:
|
|
method: GET
|
|
url: https://api.deepgram.com/v1/projects
|
|
headers:
|
|
Authorization: "Token {KEY}"
|
|
valid_status: [200]
|
|
invalid_status: [401, 403]
|