AI Model Lifecycle

GPT-3.5 Turbo Retirement —
deprecation dates & what replaces it

Published 2026-06-11 · endoflife.ai · 5 min read

Quick answer: GPT-3.5 Turbo is a legacy model family. The dated snapshot gpt-3.5-turbo-0613 was retired on September 13, 2024, and gpt-3.5-turbo-0301 was deprecated on June 13, 2023. OpenAI's recommended replacement for GPT-3.5 Turbo workloads is GPT-4o mini — cheaper per token than GPT-3.5 Turbo was, with better quality. If your pipeline still references a GPT-3.5 model string, it is running on borrowed time.

Why this matters
Model retirements are the EOL events of the AI stack. When a model is shut down, API calls referencing it fail outright — there is no graceful degradation, no security-patch grace period. Production pipelines hard-coded to a retired model string break the day it goes dark.

GPT-3.5 retirement timeline

ModelReleasedDeprecated / RetiredStatus
gpt-3.5-turbo-0301Mar 1, 2023Jun 13, 2023Retired
gpt-3.5-turbo-0613Jun 13, 2023Sep 13, 2024Retired
text-davinci-003Nov 28, 2022Jan 4, 2024Retired
text-davinci-002Mar 15, 2022Jan 4, 2024Retired

Live status for every OpenAI model — including GPT-4, GPT-4 Turbo, GPT-4o and the o-series — is tracked on our OpenAI model deprecation page, regenerated at every deploy.

What to migrate to

OpenAI's guidance for GPT-3.5 Turbo workloads points to GPT-4o mini: it outperforms GPT-3.5 Turbo on standard benchmarks while costing less per token, and it supports larger context windows. For most chat-completion workloads the migration is a model-string change plus a regression pass on your prompts — GPT-3.5-era prompt phrasing sometimes over-triggers safety behaviors or verbosity in newer models, so test before you flip production.

Migration checklist

The bigger pattern: AI models now have EOL dates

Every major provider — OpenAI, Google Gemini, Meta Llama, Mistral — retires models on rolling schedules measured in months, not years. It is the fastest EOL cadence of any software category we track, and it is the one least covered by traditional lifecycle tooling. Our AI model deprecation hub tracks shutdown dates across all four providers in one place.

Track every model deprecation
AI model retirement dates live alongside 455+ software products in the EOL Checker — look up any model, get its retirement date and replacement guidance.

The Monthly EOL Digest™

Once a month — critical end-of-life dates, CVE blind spots, and lifecycle changes worth knowing about.

✓ You're on the list.