gemini-1.0-pro
Gemini 1.0 Pro (Google)
Yes — Gemini 1.0 Pro is retired and no longer served by Google, which has not published the exact shutdown date. The recommended replacement is Gemini 2.5 Pro.
The first Gemini available through an API, launched in December 2023 as Googles answer to GPT-4. It shipped before Google settled on the model naming and lifecycle conventions used since, and no shutdown date was ever published for it — the registry that tracks it records the model as superseded with no retirement date on file.
The facts
| Provider | |
|---|---|
| Model id | gemini-1.0-pro |
| Released | December 13, 2023 |
| Deprecated | date not published |
| Shutdown | not published |
| Status | Retired |
| Last verified | July 30, 2026 |
What to use instead
Nothing about a 1.0-era integration survives unchanged: the SDK, the request shape and the safety-setting enums have all been replaced since.
What parameters gemini-2.5-pro accepts on modelparams.dev
Change the id
In most cases the migration is one string. Check the parameter differences before you ship — newer models drop older sampling knobs more often than they add them.
- "model": "gemini-1.0-pro"
+ "model": "gemini-2.5-pro"
Frequently asked questions
- What replaces Google Gemini 1.0 Pro?
- Google recommends Gemini 2.5 Pro (`gemini-2.5-pro`) as the replacement for Google Gemini 1.0 Pro. Nothing about a 1.0-era integration survives unchanged: the SDK, the request shape and the safety-setting enums have all been replaced since.
- Is Google Gemini 1.0 Pro still available?
- No. Google Gemini 1.0 Pro is retired and no longer served. Calls to it return an error.
- How do I migrate from Google Gemini 1.0 Pro to gemini-2.5-pro?
- Swap the model id in your API call: replace "gemini-1.0-pro" with "gemini-2.5-pro". Nothing about a 1.0-era integration survives unchanged: the SDK, the request shape and the safety-setting enums have all been replaced since.
Sources
- Gemini API deprecations · ai.google.dev · accessed July 30, 2026
- llm-model-deprecation registry (third-party) · github.com · accessed July 30, 2026
Found something wrong? The data is one YAML file — edit it on GitHub.
This page, for machines
Drop the badge in a README so it turns red the day this model is retired:
[](https://modeldeprecations.dev/google/gemini-1.0-pro)