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:

{
"voice": {
"provider": "deepgram",
"voiceId": "your-voice-id"
}
}