Gradium
Use Gradium speech-to-text as a custom transcriber in Vapi
Gradium builds real-time audio models, including streaming speech-to-text with semantic voice activity detection. You can connect it through a custom transcriber endpoint: a small WebSocket bridge that forwards call audio to Gradium and returns transcripts to Vapi.
Build the bridge
Gradium’s Vapi integration guide has the complete bridge, including end-of-turn detection and reconnecting on long calls.
Two things matter most: forward only channel 0 of the interleaved audio, or the agent transcribes its own speech; and send partial transcripts as well as final ones, which Vapi needs for barge-in.
Point your assistant at it
Host the bridge somewhere Vapi can reach over wss, then reference it with
a custom credential so Vapi can
authenticate to it:
Start a call and your assistant transcribes with Gradium.