UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

44 lines (43 loc) 723 B
{ "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": {} } }