# Google Gemini 1.5 Flash — deprecation status

> Yes — Gemini 1.5 Flash is retired. Google shut it down on June 17, 2026; API requests to it now fail. The recommended replacement is Gemini 2.5 Flash.

The cheap, fast half of the 1.5 generation, and the model that pushed long-context pricing down across the whole market. As with 1.5 Pro, Google has removed it from its published deprecation tables, so the shutdown date here is sourced from the community llm-model-deprecation registry.

## Facts

| Field | Value |
| --- | --- |
| Provider | Google |
| Model id | `gemini-1.5-flash` |
| Status | Retired |
| Aliases | `gemini-1.5-flash-002` |
| Released | May 14, 2024 |
| Shutdown | June 17, 2026 (43 days ago) |
| Last verified | July 30, 2026 |

## Replacement

- **Gemini 2.5 Flash** (`gemini-2.5-flash`) · recommended — https://modeldeprecations.dev/google/gemini-2.5-flash
  - 2.5 Flash is the direct successor, but note it carries its own shutdown date of October 16, 2026 — migrating here buys about a year, not a decade.
  - Parameters it accepts: https://modelparams.dev/models/google/gemini-2.5-flash

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

## FAQ

### When did Google Gemini 1.5 Flash shut down?

Google Gemini 1.5 Flash shut down on June 17, 2026. API requests to it fail from that date onward.

### What replaces Google Gemini 1.5 Flash?

Google recommends Gemini 2.5 Flash (`gemini-2.5-flash`) as the replacement for Google Gemini 1.5 Flash. 2.5 Flash is the direct successor, but note it carries its own shutdown date of October 16, 2026 — migrating here buys about a year, not a decade.

### Is Google Gemini 1.5 Flash still available?

No. Google Gemini 1.5 Flash is retired and no longer served — it was shut down on June 17, 2026. Calls to it return an error.

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

Swap the model id in your API call: replace "gemini-1.5-flash" with "gemini-2.5-flash". 2.5 Flash is the direct successor, but note it carries its own shutdown date of October 16, 2026 — migrating here buys about a year, not a decade.

### Does this apply to gemini-1.5-flash-002 too?

Yes. Google Gemini 1.5 Flash is also published as `gemini-1.5-flash-002`; that id shares the same lifecycle dates as `gemini-1.5-flash`.

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