TheNewPenguin
09/15/2025, 10:22 AMLordvickthor
09/15/2025, 11:25 AMTheNewPenguin
09/15/2025, 8:21 PMLordvickthor
09/15/2025, 8:32 PMLordvickthor
09/15/2025, 8:32 PMTheNewPenguin
09/15/2025, 9:17 PMTheNewPenguin
09/15/2025, 10:14 PMTheNewPenguin
09/16/2025, 9:35 AMVapi Support Bot
09/16/2025, 9:36 AMfallbackModels property to your assistant's model configuration. For example:
json
"model": {
"provider": "anthropic",
"model": "claude-3.5",
"fallbackModels": [
{ "provider": "openai", "model": "gpt-4.1" }
]
}
Replace the model names with your actual model IDs. This ensures your assistant will automatically switch to GPT-4.1 if Claude 3.5 fails to respond.
[See documentation for details](https://docs.vapi.ai/quickstart/dashboard#set-the-llm-large-language-model)
Source:
- [Vapi Quickstart: Set the LLM (large language model)](https://docs.vapi.ai/quickstart/dashboard#set-the-llm-large-language-model)TheNewPenguin
09/18/2025, 5:28 PMTheNewPenguin
09/18/2025, 5:55 PMTheNewPenguin
09/18/2025, 5:56 PMTheNewPenguin
09/18/2025, 5:56 PMRomaric
09/18/2025, 5:58 PMChiranjeet Mishra
09/25/2025, 11:13 PMfr for French instead of en for English.
"transcriber": {
"model": "nova-2",
"language": "en", // change to fr
"provider": "deepgram"TheNewPenguin
10/02/2025, 4:53 PMChiranjeet Mishra
11/03/2025, 9:40 PM