chatgpt-4o-latest
ChatGPT-4o latest (OpenAI)
Yes — ChatGPT-4o latest is retired. OpenAI deprecated it on November 18, 2025 and shut it down on February 17, 2026; API requests to it now fail. The recommended replacement is GPT-5.1 chat-latest.
The id that exposed the exact GPT-4o variant serving ChatGPT, complete with the personality tuning the API models did not have. It was popular for chat products that wanted ChatGPT's voice, and it was retired in February 2026.
The facts
| Provider | OpenAI |
|---|---|
| Model id | chatgpt-4o-latest |
| Released | — |
| Deprecated | November 18, 2025 |
| Shutdown | February 17, 2026 · 163 days ago |
| Status | Retired |
| Last verified | July 30, 2026 |
What to use instead
OpenAI named gpt-5.1-chat-latest as the successor — but that id has since been retired too. The chain currently ends at gpt-5.6-sol.
What parameters gpt-5.1-chat-latest 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": "chatgpt-4o-latest"
+ "model": "gpt-5.1-chat-latest"
Where the migration path ends
The recommended successor has itself been replaced. Following the chain to a model that is still active today:
- chatgpt-4o-latest
- gpt-5.1-chat-latest Retired
- gpt-5.6-sol Active
Frequently asked questions
- When did OpenAI ChatGPT-4o latest shut down?
- OpenAI ChatGPT-4o latest shut down on February 17, 2026. API requests to it fail from that date onward.
- What replaces OpenAI ChatGPT-4o latest?
- OpenAI recommends GPT-5.1 chat-latest (`gpt-5.1-chat-latest`) as the replacement for OpenAI ChatGPT-4o latest. OpenAI named gpt-5.1-chat-latest as the successor — but that id has since been retired too. The chain currently ends at gpt-5.6-sol.
- Is OpenAI ChatGPT-4o latest still available?
- No. OpenAI ChatGPT-4o latest is retired and no longer served — it was shut down on February 17, 2026. Calls to it return an error.
- How do I migrate from OpenAI ChatGPT-4o latest to gpt-5.1-chat-latest?
- Swap the model id in your API call: replace "chatgpt-4o-latest" with "gpt-5.1-chat-latest". OpenAI named gpt-5.1-chat-latest as the successor — but that id has since been retired too. The chain currently ends at gpt-5.6-sol.
Sources
- OpenAI API deprecations · developers.openai.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/openai/chatgpt-4o-latest)