Vapi Support Bot
12/26/2025, 8:09 PMlanguageCode property from your fallback voice configuration. If you need to specify language, use language (not languageCode)โand only for providers that support it.
Example:
json
{
"voice": {
"provider": "openai",
"voiceId": "shimmer",
"fallbackPlan": {
"voices": [
{
"provider": "cartesia",
"voiceId": "248be419-c632-4f23-adf1-5324ed7dbf1d",
"language": "en" // Use "language" if needed, not "languageCode"
}
]
}
}
}
Try this update and your assistant should publish without the error. For more details, see the [Voice fallback configuration documentation](https://docs.vapi.ai/voice-fallback-plan).
Source:
- [Voice fallback configuration documentation](https://docs.vapi.ai/voice-fallback-plan)Vapi Support Bot
12/26/2025, 9:29 PM