mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
31 lines
607 B
JSON
31 lines
607 B
JSON
{
|
|
"id": "deepgram",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"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": {}
|
|
}
|
|
}
|