BOLT16
12/06/2025, 9:50 AMChiranjeet Mishra
12/06/2025, 9:50 AMVapi Support Bot
12/06/2025, 9:51 AMvoiceId in your assistant configuration. Use the following JSON snippet (replace "your-voice-id" with Neha's actual voiceId from the Voice Library):
json
{
"voice": {
"provider": "vapi",
"voiceId": "your-voice-id"
}
}
This approach leverages the expanded voice selection feature and should allow you to use Neha even if she doesn't appear in the dropdown ([documentation](https://docs.vapi.ai/changelog/2025/4/12), [Vapi Voices](https://docs.vapi.ai/providers/voice/vapi-voices)).
Sources:
- [Changelog](https://docs.vapi.ai/changelog/2025/4/12)
- [Vapi Voices](https://docs.vapi.ai/providers/voice/vapi-voices)BOLT16
12/07/2025, 12:22 PM