# Google Gemini 1.0 Flash — deprecation status

> Yes — Gemini 1.0 Flash is retired and no longer served by Google, which has not published the exact shutdown date. The recommended replacement is Gemini 2.5 Flash.

The low-latency tier of the first Gemini generation, and the start of the Flash naming that Google still uses. Like 1.0 Pro it left the API without a published retirement date, which is why this page carries a status but no shutdown day.

## Facts

| Field | Value |
| --- | --- |
| Provider | Google |
| Model id | `gemini-1.0-flash` |
| Status | Retired |
| Last verified | July 30, 2026 |

## Replacement

- **Gemini 2.5 Flash** (`gemini-2.5-flash`) · recommended — https://modeldeprecations.dev/google/gemini-2.5-flash
  - Flash has stayed the name for the fast tier across four generations, so this is the natural target — but check the current Flash id, since 2.5 Flash is itself scheduled for retirement.
  - Parameters it accepts: https://modelparams.dev/models/google/gemini-2.5-flash

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

## FAQ

### What replaces Google Gemini 1.0 Flash?

Google recommends Gemini 2.5 Flash (`gemini-2.5-flash`) as the replacement for Google Gemini 1.0 Flash. Flash has stayed the name for the fast tier across four generations, so this is the natural target — but check the current Flash id, since 2.5 Flash is itself scheduled for retirement.

### Is Google Gemini 1.0 Flash still available?

No. Google Gemini 1.0 Flash is retired and no longer served. Calls to it return an error.

### How do I migrate from Google Gemini 1.0 Flash to gemini-2.5-flash?

Swap the model id in your API call: replace "gemini-1.0-flash" with "gemini-2.5-flash". Flash has stayed the name for the fast tier across four generations, so this is the natural target — but check the current Flash id, since 2.5 Flash is itself scheduled for retirement.

## 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-flash
JSON: https://modeldeprecations.dev/api/v1/models/google/gemini-1.0-flash.json
