Creuto is now an OpenAI Select Partner Read More
The GPT-5 deprecation removes gpt-5, gpt-5-mini, gpt-5-nano, o3 and the pro models on 11 December 2026. The mapping, the price change and a test plan.

The GPT-5 deprecation removes six models from the OpenAI API on 11 December 2026, and every non-pro replacement costs more per token than the model it replaces. The steepest move, gpt-5-mini to gpt-5.6-terra, is 8x on input. GPT-5.6 Sol's current price is only promised through 21 November, three weeks before the cutoff. Here is the mapping, the price change on each row, and a plan for the 81 days left.
gpt-5, gpt-5-mini, gpt-5-nano, gpt-5-pro, o3 and o3-pro snapshots.reasoning.mode: pro for the two pro models.| Shutdown date | Model | Recommended replacement |
|---|---|---|
| 11 Dec 2026 | gpt-5-2025-08-07 | gpt-5.6-sol |
| 11 Dec 2026 | gpt-5-mini-2025-08-07 | gpt-5.6-terra |
| 11 Dec 2026 | gpt-5-nano-2025-08-07 | gpt-5.6-luna |
| 11 Dec 2026 | gpt-5-pro-2025-10-06 | gpt-5.6-sol (reasoning.mode: pro) |
| 11 Dec 2026 | o3-2025-04-16 | gpt-5.6-sol |
| 11 Dec 2026 | o3-pro-2025-06-10 | gpt-5.6-sol (reasoning.mode: pro) |
The table names dated snapshots, but calling the bare alias does not protect you. The GPT-5 model page lists gpt-5-2025-08-07 as the default snapshot behind gpt-5, and the o3 page lists o3-2025-04-16 behind o3. Six months' notice is exactly OpenAI's stated minimum for generally available models, and the deprecations page says that, in some cases, dedicated capacity can be arranged through sales for access after shutdown.
These are short-context Standard rates per 1M tokens from the pricing page, as of 21 September 2026:
| Move | Old input / output | New input / output | Change |
|---|---|---|---|
gpt-5 to Sol | $1.25 / $10.00 | $4.00 / $20.00 | 3.2x / 2x |
gpt-5-mini to Terra | $0.25 / $2.00 | $2.00 / $12.00 | 8x / 6x |
gpt-5-nano to Luna | $0.05 / $0.40 | $0.20 / $1.20 | 4x / 3x |
o3 to Sol | $2.00 / $8.00 | $4.00 / $20.00 | 2x / 2.5x |
gpt-5-pro to Sol pro mode | $15.00 / $120.00 | $4.00 / $20.00 per token, more tokens | Measure |
o3-pro to Sol pro mode | $20.00 / $80.00 | $4.00 / $20.00 per token, more tokens | Measure |
The pro rows run the other way: Sol's per-token price is far below gpt-5-pro and o3-pro. Per-token price is not per-task price, though. OpenAI's GPT-5.6 guide says the family "reaches flagship-level performance with fewer output tokens", and pro mode bills its aggregated work at the model's standard rates, so a pro-mode request can cost more or less than a gpt-5-pro call depending on how much work it does. That is OpenAI's claim about its own model; run your prompts and read usage before you believe it for your workload.
Two more costs are new. GPT-5.6 bills cache writes at 1.25x the uncached input rate, which GPT-5 did not, and prompts over 272K input tokens are priced at 2x input and 1.5x output for the whole request, per the Sol model page.
The recommendation for gpt-5-mini is Terra, but Luna, at $0.20 / $1.20, is cheaper than gpt-5-mini on both input and output. OpenAI describes Luna as the nano-like tier and Terra as the mini-like tier, so Luna is a step down in class. For extraction, classification and routing calls it is still worth an eval before you accept a 6x output price. One caution: the Luna model page lists a 1,050,000-token context window, while OpenAI's Sol upgrade guide says Luna has 400K. Test the size you need.
OpenAI maps both o3 and gpt-5 to gpt-5.6-sol. For o3-pro and gpt-5-pro there is no separate model ID any more: you keep gpt-5.6-sol and set reasoning.mode to pro. The reasoning guide says the setting works in the Responses API, is independent of reasoning.effort, and defaults effort to medium in both modes. If your pro calls still go through Chat Completions, the endpoint move is part of this migration.
OpenAI's own upgrade guide opens with "do not perform a blind model-string replacement". These are the changes we would check first, all from OpenAI's GPT-5.6 documentation:
minimal, low, medium and high. GPT-5.6 accepts none, low, medium, high, xhigh and max. Anything sending minimal needs a new value.none. Because GPT-5.6 defaults to medium, a tool-calling Chat Completions route will break unless you set it or move to Responses.reasoning.context to all_turns; earlier models default to current_turn. Multi-turn token usage can change.prompt_cache_retention with prompt_cache_options.ttl, and track cache_write_tokens now that writes are billed.Also note that each GPT-5.6 model page lists a single snapshot, the model ID itself, with no dated version to pin. If your change control relies on dated snapshots, record response.model during testing, as the upgrade guide advises.
gpt-5-mini route, and compare cost per task, not per token.If you are also clearing the 23 October wave, our GPT-4 shutdown migration map covers it, and our GPT-6 Astra vs GPT-5.6 comparison helps if Sol may not be the right tier. Where caching is a large share of your bill, our note on prompt caching covers the cache-write change. Creuto's AI engineering team runs these migrations as a scoped piece of work. Whoever does it, start the eval runs in October, not in the first week of December.
The GPT-5 deprecation takes effect on 11 December 2026, when OpenAI removes gpt-5-2025-08-07, gpt-5-mini, gpt-5-nano, gpt-5-pro, o3 and o3-pro from the API. OpenAI notified affected developers on 11 June 2026, six months ahead, which is its stated minimum notice for generally available models.
OpenAI recommends gpt-5.6-sol as the replacement for o3, and gpt-5.6-sol with reasoning.mode set to pro for o3-pro. Pro mode runs in the Responses API. Sol costs $4 input and $20 output per million tokens, against $2 and $8 for o3, so measure cost per task on your own prompts.
GPT-5.6 is more expensive than GPT-5 per token on every non-pro move. gpt-5 to Sol is 3.2x on input and 2x on output, and gpt-5-mini to Terra is 8x and 6x. OpenAI says GPT-5.6 uses fewer output tokens, so the per-task difference can be smaller than the per-token one.
OpenAI recommends gpt-5.6-luna as the replacement for gpt-5-nano. Luna costs $0.20 per million input tokens and $1.20 per million output tokens, against $0.05 and $0.40 for gpt-5-nano. Luna is also cheaper than gpt-5-mini, so it is worth testing for mini routes.
Calling the gpt-5 alias does not avoid the December shutdown. OpenAI's GPT-5 model page lists gpt-5-2025-08-07 as the default snapshot behind the alias, and that snapshot is on the 11 December 2026 removal list. The same applies to o3, whose default snapshot is o3-2025-04-16.
Ready to take the first step towards unlocking opportunities, realizing goals, and embracing innovation? We're here and eager to connect.
11th Floor, O-Hub, Chandaka Industrial Estate, Infocity, Bhubaneswar, Odisha 751024
Level 4, 11 York Street Sydney Startup Hub Sydney, NSW – 2000
30 N. Đinh Nghệ, Phước Mỹ Sơn Trà, Đà Nẵng / Da Nang City – 550000
Level 25, AIDP Business Tower, Dubai Marina, United Arab Emirates
50 Beauchamp Street, Wellington, WGN 5028, New Zealand