gpt-3.5-turbo-instruct
GPT-3.5 Turbo Instruct (OpenAI)
Yes — OpenAI deprecated GPT-3.5 Turbo Instruct on September 26, 2025 and shuts it down on September 28, 2026 (in 60 days). The recommended replacement is GPT-5.4 mini.
The last completions-endpoint model OpenAI shipped, kept alive years past the rest of the /v1/completions family because logprobs and raw continuation behaviour had no equivalent in chat. Its September 2026 shutdown closes out the completions era entirely.
The facts
| Provider | OpenAI |
|---|---|
| Model id | gpt-3.5-turbo-instruct |
| Released | September 18, 2023 |
| Deprecated | September 26, 2025 |
| Shutdown | September 28, 2026 · in 60 days |
| Status | Deprecated |
| Last verified | July 30, 2026 |
What to use instead
This is an endpoint change, not just an id change: /v1/completions gives way to chat completions, prompts become messages, and raw continuation behaviour has no direct equivalent.
What parameters gpt-5.4-mini 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-3.5-turbo-instruct"
+ "model": "gpt-5.4-mini"
Frequently asked questions
- When will OpenAI GPT-3.5 Turbo Instruct shut down?
- OpenAI GPT-3.5 Turbo Instruct is scheduled to shut down on September 28, 2026, in 60 days.
- What replaces OpenAI GPT-3.5 Turbo Instruct?
- OpenAI recommends GPT-5.4 mini (`gpt-5.4-mini`) as the replacement for OpenAI GPT-3.5 Turbo Instruct. This is an endpoint change, not just an id change: /v1/completions gives way to chat completions, prompts become messages, and raw continuation behaviour has no direct equivalent.
- Is OpenAI GPT-3.5 Turbo Instruct still available?
- Yes, for now. OpenAI GPT-3.5 Turbo Instruct is deprecated but still answers requests until September 28, 2026. Deprecated models get no further updates and are the first to lose capacity.
- How do I migrate from OpenAI GPT-3.5 Turbo Instruct to gpt-5.4-mini?
- Swap the model id in your API call: replace "gpt-3.5-turbo-instruct" with "gpt-5.4-mini". This is an endpoint change, not just an id change: /v1/completions gives way to chat completions, prompts become messages, and raw continuation behaviour has no direct equivalent.
Models that migrate here
OpenAI names GPT-3.5 Turbo Instruct as the replacement for 6 models.
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-3.5-turbo-instruct)