alpaca
05/06/2026, 6:22 AMVapi Support Bot
05/06/2026, 6:23 AMfallbackPlan to your assistant's voice configuration. Here’s an example using the API:
json
{
"voice": {
"provider": "vapi",
"voiceId": "tara",
"fallbackPlan": {
"voices": [
{
"provider": "azure",
"voiceId": "andrew"
}
]
}
}
}
Test your configuration to confirm smooth failover. For more details, see the [Vapi voice fallback documentation](https://docs.vapi.ai/voice-fallback-plan).
Source:
- [Vapi Voice Fallback Plan Documentation](https://docs.vapi.ai/voice-fallback-plan)alpaca
05/06/2026, 6:23 AMShaunak
05/21/2026, 5:18 AMShaunak
05/21/2026, 5:18 AM