mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
28 lines
561 B
JSON
28 lines
561 B
JSON
{
|
|
"id": "deepgram",
|
|
"enabledByDefault": true,
|
|
"providerAuthEnvVars": {
|
|
"deepgram": ["DEEPGRAM_API_KEY"]
|
|
},
|
|
"contracts": {
|
|
"mediaUnderstandingProviders": ["deepgram"],
|
|
"realtimeTranscriptionProviders": ["deepgram"]
|
|
},
|
|
"mediaUnderstandingProviderMetadata": {
|
|
"deepgram": {
|
|
"capabilities": ["audio"],
|
|
"defaultModels": {
|
|
"audio": "nova-3"
|
|
},
|
|
"autoPriority": {
|
|
"audio": 30
|
|
}
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|