Gandr
Use Gandr voices in Vapi through the custom-voice provider
Gandr is a text to speech API built for voice agents. It reads numbers, dates, order IDs and addresses correctly, one engine speaks 23 languages with six voices, and every render carries an inaudible watermark. Audio streams back as it is generated.
Gandr’s /v1/vapi endpoint implements the custom-voice contract described in the Custom TTS guide: it reads the nested message envelope, honours the requested sampleRate (8000, 16000, 22050, 24000 or 44100), and returns raw 16-bit little-endian mono PCM.
Store the key in a Custom Credential
In the Vapi Dashboard, create a Custom Credential holding your Gandr key, following server authentication, so the key never travels in the assistant config.
Add Gandr as the voice provider
In the assistant config, set the voice provider to custom-voice and point it at Gandr:
Pricing
See Gandr’s pricing page for current plan and usage pricing.
Full API reference: gandr.ai/docs.