Custom voices

Use a custom voice with your preferred provider

You can use your own custom voice with any supported provider by setting the voice property in your assistant configuration:

1{
2 "voice": {
3 "provider": "deepgram",
4 "voiceId": "your-voice-id"
5 }
6}