# Your AI Model Is Being Retired: Why It Keeps Happening and What to Do (2026)
> OpenAI is retiring GPT-4.5 from ChatGPT on June 27, 2026, and Google is sunsetting older Gemini models. Here's why AI companies retire models so often, what it means for you, and the simple steps to take.
**Author:** [Alex Lowe](https://theaicareerlab.com/about) — Founder, The AI Career Lab
**Published:** 2026-06-03
**Canonical URL:** https://theaicareerlab.com/blog/your-ai-model-is-being-retired
**Category:** industry-news
**Tags:** AI models, ChatGPT, Gemini, OpenAI, 2026
---> **TL;DR.** AI companies retire old models regularly. Right now, **OpenAI is retiring GPT-4.5 from ChatGPT on June 27, 2026** (you'll be moved to GPT-5), and **Google is sunsetting older Gemini versions.** For most chat users this is an automatic, usually-better upgrade — nothing to do. If you use the API or built model-specific workflows, switch before the cutoff or things break.

If you've ever opened your AI app to find "your" model gone, you've hit one of the quieter realities of this era: **models get retired on a schedule.** Here's what's happening now, why, and the few steps that matter.

## What's happening right now

- **OpenAI is retiring GPT-4.5 from ChatGPT on June 27, 2026**, after a 30-day sunset. Anyone defaulting to it is **automatically moved to GPT-5**, which OpenAI says is faster, cheaper, and higher-scoring on most benchmarks. After the cutoff, API calls to the `gpt-4.5` string return an error. OpenAI is also retiring **o3** from ChatGPT on **August 26, 2026**.
- **Google is deprecating older Gemini models** on a rolling basis — older 2.0 and preview models in mid-2026, with Gemini 2.5 versions extended to no earlier than **October 16, 2026**. Google keeps a public deprecations page with dates and recommended replacements.

This isn't a glitch or a downgrade — it's routine lifecycle management, and it will keep happening.

## Why models get retired

Three reasons, all mundane:

1. **Newer models are better and cheaper.** When a new generation beats the old one on quality, speed, and cost, keeping the old one around mostly adds confusion and expense.
2. **Maintaining many versions is costly.** Every live model is infrastructure to run, secure, and support. Companies prune.
3. **It pushes everyone onto the upgrade.** For the typical user, being moved off a retired model is effectively a free step up.

The trade-off is **churn**: when you're moved to a new model, its behavior can shift slightly — tone, formatting, how it handles an edge case.

## What it means for you

**If you use the chat app (ChatGPT, Gemini, Claude):** usually nothing to do. You'll be moved to a newer default automatically, and it's typically an improvement. Your chats, Projects, and files aren't deleted — only the model behind them changes.

**If you use the API or built workflows:** this is the group that gets bitten. Calls to a retired model string will fail. Update to a supported model before the cutoff date.

**Either way, re-check anything you tuned to a specific model.** If you have a saved prompt, a custom Project, or an automation that depended on one model's exact quirks, give it a quick test after the switch — a new model may respond a little differently.

## What to do (quick checklist)

1. **Note the dates** for tools you rely on (e.g., GPT-4.5 → June 27; check Google's deprecations page for Gemini).
2. **Check your default model** in each app's settings so you know what you're being moved to.
3. **API/dev users:** swap retired model strings for supported ones before the cutoff.
4. **Re-test tuned prompts and workflows** on the new model.
5. **Don't over-attach to a version.** Build prompts and processes that work on "a good current model," not on one specific release.

## The bigger pattern

Model retirements are now a permanent feature of using AI, not a one-off. The healthiest posture is to treat the specific model as a detail and your *workflow* as the thing that lasts — so the next retirement is a non-event. If you're choosing among current options, see [which Claude model you should use](/blog/which-claude-model-should-you-use), and for the broader landscape start at the [AI Basics hub](/learn/ai-basics).

## Sources

- OpenAI: [Retiring GPT-4o and older models](https://openai.com/index/retiring-gpt-4o-and-older-models/)
- OpenAI Help Center: [ChatGPT release notes](https://help.openai.com/en/articles/6825453-chatgpt-release-notes)
- Google: [Gemini API deprecations](https://ai.google.dev/gemini-api/docs/deprecations)
- TechRadar: [OpenAI retires the last of the GPT-4 models](https://www.techradar.com/ai-platforms-assistants/chatgpt/openai-just-quietly-retired-the-last-of-the-gpt-4-models-and-it-feels-like-the-end-of-an-ai-era)
## Frequently asked questions

### Is GPT-4.5 being retired?

Yes. OpenAI is retiring GPT-4.5 from ChatGPT on June 27, 2026, after a 30-day sunset. ChatGPT users who defaulted to it are automatically moved to GPT-5, which OpenAI says is faster and scores higher on most benchmarks. (API calls to the gpt-4.5 model string will start returning an error after that date, so developers need to switch first.) OpenAI is also retiring o3 from ChatGPT on August 26, 2026.

### Are Gemini models being retired too?

Yes. Google regularly deprecates older Gemini versions — for example, older 2.0 and preview image models were scheduled to shut down in mid-2026, and Gemini 2.5 versions were extended to no earlier than October 2026. Google publishes a deprecations page so you can see dates and recommended replacements.

### What happens to me when my AI model is retired?

If you use the consumer chat app, usually nothing you need to do — you're automatically moved to a newer, typically better model. If you use the API or built workflows that depend on a specific model, you must switch to a supported model before the cutoff date, or your calls will fail.

### Why do AI companies retire models so often?

Newer models supersede older ones on quality, speed, and cost, and maintaining many versions is expensive. Retiring old models pushes everyone onto better, cheaper ones — so for most users a retirement is effectively a free upgrade. The trade-off is churn: behavior can shift slightly when you're moved to a new model.

### Should I be worried about losing my work?

Your chats, Projects, and files aren't deleted when a model is retired — only the underlying model changes. The main thing to re-check is any prompt or workflow you tuned to a specific model's quirks, since a new model may respond a little differently.

---

*Canonical version: https://theaicareerlab.com/blog/your-ai-model-is-being-retired*
*This document is the Markdown companion served for AI crawlers and answer engines. See the canonical URL for the rendered version with navigation, related content, and interactive elements.*