gpt-4-turbo
GPT-4 Turbo (OpenAI)
Yes — OpenAI deprecated GPT-4 Turbo on April 22, 2026 and shuts it down on October 23, 2026 (in 85 days). The recommended replacement is GPT-5.6 Sol.
The 128k-context, cheaper GPT-4 that made long documents practical and held the default slot until GPT-4o arrived a month after its final snapshot. It is deprecated with an October 2026 shutdown.
The facts
| Provider | OpenAI |
|---|---|
| Model id | gpt-4-turbo |
| Also published as | gpt-4-turbo-2024-04-09, gpt-4-turbo-completions |
| Released | April 9, 2024 |
| Deprecated | April 22, 2026 |
| Shutdown | October 23, 2026 · in 85 days |
| Status | Deprecated |
| Last verified | July 30, 2026 |
What to use instead
Context is no longer the constraint it was, so chunking logic written for 128k can usually be deleted rather than ported.
What parameters gpt-5.6-sol 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": "gpt-4-turbo"
+ "model": "gpt-5.6-sol"
Frequently asked questions
- When will OpenAI GPT-4 Turbo shut down?
- OpenAI GPT-4 Turbo is scheduled to shut down on October 23, 2026, in 85 days.
- What replaces OpenAI GPT-4 Turbo?
- OpenAI recommends GPT-5.6 Sol (`gpt-5.6-sol`) as the replacement for OpenAI GPT-4 Turbo. Context is no longer the constraint it was, so chunking logic written for 128k can usually be deleted rather than ported.
- Is OpenAI GPT-4 Turbo still available?
- Yes, for now. OpenAI GPT-4 Turbo is deprecated but still answers requests until October 23, 2026. Deprecated models get no further updates and are the first to lose capacity.
- How do I migrate from OpenAI GPT-4 Turbo to gpt-5.6-sol?
- Swap the model id in your API call: replace "gpt-4-turbo" with "gpt-5.6-sol". Context is no longer the constraint it was, so chunking logic written for 128k can usually be deleted rather than ported.
- Does this apply to gpt-4-turbo-2024-04-09 too?
- Yes. OpenAI GPT-4 Turbo is also published as `gpt-4-turbo-2024-04-09`, `gpt-4-turbo-completions`; those ids share the same lifecycle dates as `gpt-4-turbo`.
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/gpt-4-turbo)