Gradium
Use Gradium text-to-speech as a custom voice in Vapi
Gradium builds real-time audio models, including streaming text-to-speech with instant voice cloning. You connect it through a custom voice endpoint: a small server that receives the text Vapi wants spoken and streams raw PCM back.
Build the endpoint
Gradium’s Vapi integration guide has the complete endpoint, including the SDK setup and streaming loop.
Read message.sampleRate on each request and synthesize at that rate. Vapi expects raw 16-bit little-endian mono PCM at exactly the rate it asked for, streamed as it is produced.
Point your assistant at it
Host the endpoint somewhere Vapi can reach over HTTPS, then reference it with a custom credential so Vapi can authenticate to it:
Start a call and your assistant speaks with your Gradium voice.