# Google Gemini 1.0 Pro — deprecation status

> 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.

## Facts

| Field | Value |
| --- | --- |
| Provider | Google |
| Model id | `gemini-1.0-pro` |
| Status | Retired |
| Released | December 13, 2023 |
| Last verified | July 30, 2026 |

## Replacement

- **Gemini 2.5 Pro** (`gemini-2.5-pro`) · recommended — https://modeldeprecations.dev/google/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.
  - Parameters it accepts: https://modelparams.dev/models/google/gemini-2.5-pro

```diff
- "model": "gemini-1.0-pro"
+ "model": "gemini-2.5-pro"
```

## FAQ

### 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](https://ai.google.dev/gemini-api/docs/deprecations) — accessed 2026-07-30
- [llm-model-deprecation registry (third-party)](https://github.com/techdevsynergy/llm-model-deprecation) — accessed 2026-07-30

---

Canonical page: https://modeldeprecations.dev/google/gemini-1.0-pro
JSON: https://modeldeprecations.dev/api/v1/models/google/gemini-1.0-pro.json
