David Jurado
06/20/2025, 9:21 AMVapi Support Bot
06/20/2025, 9:22 AMpipeline-error-eleven-labs-500-server-error).
To prevent this in the future, configure a voice fallback plan so your assistant can switch to a backup voice if the primary provider fails. Here’s an example of how to set this up via the API:
json
{
"voice": {
"provider": "elevenlabs",
"voiceId": "your-primary-voice-id",
"fallbackPlan": {
"voices": [
{ "provider": "openai", "voiceId": "shimmer" },
{ "provider": "playht", "voiceId": "jennifer" }
]
}
}
}
This ensures your calls continue even if Eleven Labs has an outage.
[Learn more in the Voice Fallback Plan docs.](https://docs.vapi.ai/voice-fallback-plan)
Sources:
- [Voice Fallback Plan](https://docs.vapi.ai/voice-fallback-plan)
- [Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)Yuko
06/20/2025, 9:33 AMChiranjeet Mishra
06/20/2025, 8:02 PMChiranjeet Mishra
06/20/2025, 8:04 PM