OpenAI October 2026 retirements: affected model IDs and migration checks

Multiple dated model IDs share an October 23 retirement, while the Assistants API has an earlier date. Inventory both model strings and platform dependencies.

By benchr Editorial Team · · Verified against OpenAI's deprecation docs, June 12, 2026 · View changelog

Every model OpenAI shipped before August 2025, and every reasoning model before GPT-5 — gone in a single day.

Model IDs scheduled for retirement

October 23, 2026 model retirements (announced April 22, 2026)
Retiring IDWhat it wasOpenAI's replacementbenchr's note
gpt-4o-2024-05-13The 2024 defaultgpt-5.5Full migration page; GPT-5 is the cost match, GPT-5.6 Terra the newer general tier
gpt-4-0613Original GPT-4, June 2023 snapshotgpt-5.5If this is still in production, the swap is overdue by two model generations
gpt-4-turbo + gpt-4-1106-previewThe 128K-context workhorse of early 2024gpt-5.5GPT-5's 400K context covers every Turbo use case
gpt-3.5-turbo-0125The model that started the API gold rushgpt-5.4-miniGPT-5.6 Luna ($0.20/$1.20) undercuts GPT-5 Mini ($0.25/$2.00) on both sides
o1-2024-12-17First production reasoning model, $15/$60gpt-5.5GPT-5.5 at $5/$30 cuts input by two-thirds; GPT-5.6 Sol at $4/$20 is newer and cheaper
o1-pro-2025-03-19OpenAI's priciest model ever: $150/$600gpt-5.5-proWhatever you migrate to costs less than this did
o3-mini-2025-01-31Budget reasoning, early 2025gpt-5.5Re-evaluate whether you still need a reasoning tier at all
o4-mini-2025-04-16Last pre-GPT-5 mini reasonergpt-5.4-miniFine-tuned o4-mini variants die the same day
gpt-4.1-nanoCheapest 4.1-era tier, April 2025gpt-5.4-nanoOnly the nano goes — gpt-4.1 and 4.1-mini have no announced date
gpt-image-1First GPT-branded image modelgpt-image-2Image 1 mini and 1.5 get a longer runway, to December 1

The notice is generous: six months, per OpenAI's policy for generally available models. The scope isn't. This isn't pruning one stale snapshot. It's everything from before the GPT-5 line, including the entire o-series reasoning family, retired simultaneously. The longer a model lived, the more places its ID hides: SDK defaults, notebook experiments that became cron jobs, vendor integrations you don't own the code for.

Related retirements before and after October

  1. Jul 23Codex, deep research, computer use + chat snapshots

    Five Codex IDs (gpt-5-codex through gpt-5.2-codex) retire into GPT-5.5, o3- and o4-mini-deep-research into GPT-5.5 Pro, computer-use-preview into GPT-5.4 mini, with gpt-5-chat-latest and gpt-5.1-chat-latest going the same day.

  2. Aug 10More chat snapshots

    gpt-5.2-chat-latest and gpt-5.3-chat-latest retire in favor of GPT-5.5.

  3. Aug 26Assistants API sunset

    Replaced by the Responses API + Conversations API. Threads, runs, and tool orchestration need rebuilding.

  4. Sep 24Sora 2 and the Videos API

    Both go, with no listed replacement. The video market consolidated elsewhere.

  5. Oct 23The ten-model wave

    GPT-4o, GPT-4, GPT-4 Turbo, GPT-3.5 Turbo, GPT-4.1 nano, GPT Image 1, o1, o1-pro, o3-mini, o4-mini all fail from this date.

  6. Nov 30Platform trio

    The Reusable Prompts API, the Evals platform, and Agent Builder shut down (announced June 3, 2026). Agent Builder's official path is the Agents SDK.

  7. Dec 1GPT Image 1 mini / 1.5

    Older image models leave the API; GPT Image 2 is the path (announced June 2, 2026).

Fine-tuning dates and constraints

Buried in the same announcement: OpenAI is phasing out open access to fine-tuning. Since May 7, 2026, organizations with no fine-tuning history can't create new jobs. From July 2, 2026, you also lose access if none of your fine-tuned models served inference in the past 60 days. From January 6, 2027, job creation closes to all but active existing customers.

Pair that with the base-model retirements and the implication is sharp: every fine-tune built on a retiring model dies with it, and your ability to re-tune on a newer base is no longer guaranteed. If a fine-tuned GPT-4o or GPT-3.5 model carries production traffic, the decision isn't "migrate the tune." It's whether prompting a current model replaces it entirely. Our RAG vs fine-tuning breakdown runs that math.

Replacement planning

OpenAI's documented paths send GPT-4o, GPT-4, and most o-series traffic to GPT-5.5 ($5/$30), and GPT-3.5 Turbo and o4-mini traffic to GPT-5.4 mini. benchr's editorial picks as of September 2026 cost less. GPT-5 ($1.25/$10) stays the cost match for general GPT-4o and GPT-4 Turbo traffic; call the gpt-5 alias, because the dated gpt-5-2025-08-07 snapshot shuts down December 11, 2026. From the current generation, GPT-5.6 Terra ($2/$12) is the general tier, GPT-5.6 Luna ($0.20/$1.20) takes high-volume simple traffic, and GPT-5.6 Sol ($4/$20) takes reasoning workloads leaving o1 or o3-mini. Treat those as migration candidates, not drop-in equivalents. Run your volumes through the calculator and compare the same workload with Gemini 3.8 Flash and DeepSeek V4-Pro before cutover.

Frequently asked

Which models retire October 23, 2026?

Eleven IDs: gpt-4o-2024-05-13, gpt-4-0613, gpt-4-turbo, gpt-4-1106-preview, gpt-3.5-turbo-0125, gpt-4.1-nano, gpt-image-1, o1-2024-12-17, o1-pro-2025-03-19, o3-mini-2025-01-31, and o4-mini-2025-04-16 — plus fine-tuned o4-mini variants.

When does the Assistants API shut down?

August 26, 2026, replaced by the Responses API and Conversations API. Budget rebuild time; it's an architecture change, not a model swap.

What should GPT-3.5 Turbo traffic move to?

OpenAI says GPT-5.4 mini. benchr's editorial pick is GPT-5.6 Luna at $0.20/$1.20 per million tokens, cheaper than GPT-5 Mini's $0.25/$2.00 and with a 1.05M-token window.

Changelog

  • — Updated benchr's notes and replacement planning to the current lineup (GPT-5.6 Terra, Luna, and Sol alongside GPT-5), corrected the planning paragraph that attributed GPT-5 and GPT-5 Mini to OpenAI's documented paths, flagged the December 11, 2026 shutdown of gpt-5-2025-08-07, and swapped Gemini 3.5 Flash for Gemini 3.8 Flash. OpenAI's official replacements and all dates are unchanged.
  • — Expanded same day after a full re-read of the OpenAI deprecations page: added gpt-4.1-nano and gpt-image-1 to the October 23 list (now eleven IDs), the five Codex models, o4-mini-deep-research, and computer-use-preview to the July 23 wave, and the November 30 platform retirements (Prompts API, Evals, Agent Builder — announced June 3, 2026).
  • — Published. All dates, IDs, replacements, and fine-tuning milestones verified against developers.openai.com/api/docs/deprecations.

Sources