Louis
09/26/2025, 2:26 AMVapi Support Bot
09/26/2025, 2:27 AMjson
{
"provider": "google",
"models": ["gemini-1.5-flash"]
}
If the model is missing or access has changed, you may need to contact Google Cloud support to restore access or update your deployments.
Reference: See [Gemini model support](https://docs.vapi.ai/changelog/2024/10/29) and [model configuration](https://docs.vapi.ai/changelog/2025/3/6).
Sources:
- [Gemini model support and credential management](https://docs.vapi.ai/changelog/2024/10/29)
- [Query Tool and model configuration](https://docs.vapi.ai/changelog/2025/3/6)psicobloc
09/26/2025, 5:57 PMChiranjeet Mishra
09/30/2025, 7:15 PMgemini-2.0-flash-lite model was introduced as a new option for Assistant.model[provider="google"].model. This model offers:
- Reduced latency
- Lower cost
- 1 million token context window [1](https://docs.vapi.ai/changelog/2025/3/15)
Since you're encountering a 404 error with gemini-1.5-flash, this suggests the model may have been deprecated or is no longer accessible. For bulk updates across your 1000+ assistants, you would need to:
1. Update the model configuration to use gemini-2.0-flash-lite
2. Test the new model configuration
3. Plan a systematic migration
However, given the scale of your deployment, this should be coordinated with support to ensure a smooth transition and minimize disruption to your services.