Bug: Audio transcription fails with "Media provider not available" on Deepgram
Version: 2026.4.12
Platform: Docker on Linux (Hostinger VPS)
Config:
JSON
{
"tools": {
"media": {
"audio": {
"enabled": true,
"models": [{ "provider": "deepgram", "model": "nova-3" }],
"providerOptions": {
"deepgram": { "detect_language": true, "punctuate": true, "smart_format": true }
}
}
}
}
}
Error in logs:
subsystem: media-understanding
audio: failed (0/1) reason=Media provider not available
Confirmed working: Direct curl to api.deepgram.com/v1/listen with the same API key and the same .ogg file from Telegram returns a correct transcript. The key is valid, the audio format is supported. OpenClaw's Deepgram provider is not initializing correctly.