mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 21:32:05 +00:00
36 lines
663 B
JSON
36 lines
663 B
JSON
{
|
|
"id": "deepgram",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "deepgram",
|
|
"envVars": ["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": {}
|
|
}
|
|
}
|