You can use your own custom voice with any supported provider by setting the voice property in your assistant configuration:
voice
1{2 "voice": {3 "provider": "deepgram",4 "voiceId": "your-voice-id"5 }6}