Google Cloud Vertex AI (Gemini Enterprise Agent Platform) · model
gemini-2.5-pro deprecation: shutdown date & replacement
- Provider
- Google Cloud Vertex AI (Gemini Enterprise Agent Platform)
- Type
- model
- Announced
- —
- Shutdown
- Replacement
gemini-3.5-flash- Source
- Official Google Cloud Vertex AI (Gemini Enterprise Agent Platform) notice
Vertex AI / Gemini Enterprise Agent Platform retirement date (page says timelines may be extended but not moved earlier).
How to migrate off gemini-2.5-pro
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "gemini-2.5-pro" . - Replace the model ID:
- model: "gemini-2.5-pro" + model: "gemini-3.5-flash" - Re-run your evals or a sample of real prompts — output style, token usage and pricing can change between models.
- Check config outside code too: environment variables, feature flags, prompt-management tools, and fine-tuned model references.
- Deploy before October 20, 2026, and add the CI scanner so it cannot come back.
Also shutting down on October 20, 2026 (Google Cloud Vertex AI (Gemini Enterprise Agent Platform))
Questions
Is gemini-2.5-pro deprecated?
Yes. Google Cloud Vertex AI (Gemini Enterprise Agent Platform) has deprecated gemini-2.5-pro. It shuts down on October 20, 2026.
When does gemini-2.5-pro shut down?
October 20, 2026, according to Google Cloud Vertex AI (Gemini Enterprise Agent Platform)'s official deprecation notice.
What should I use instead of gemini-2.5-pro?
Google Cloud Vertex AI (Gemini Enterprise Agent Platform) recommends gemini-3.5-flash. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to gemini-2.5-pro after the shutdown?
Requests using the retired model ID fail with an error, so any code still calling it breaks. Update and deploy before the shutdown date.