LIVE|CLI v0.144.0·model GPT-5.6 Sol·verified 2026-07-09
Codex Insider
The unofficial wire for OpenAI Codex.
ModelsAug 3, 2026

GPT-5.4 retires from Codex on August 31 for ChatGPT sign-ins

OpenAI is pulling GPT-5.4 and GPT-5.4 mini from Codex on August 31 for users signed in with ChatGPT. Both models stay on the API. If either one is pinned in a workspace default, a custom agent, or a scheduled task, that config needs a new model name before the cutoff.

RSS~3 min read
TL;DR the 15-second answer

OpenAI is pulling GPT-5.4 and GPT-5.4 mini from Codex on August 31 for users signed in with ChatGPT. Both models stay on the API. If either one is pinned in a workspace default, a custom agent, or a scheduled task, that config needs a new model name before the cutoff.

OpenAI put a retirement date on GPT-5.4 in the Codex changelog on July 31, and it lands four weeks from today. If gpt-5.4 or gpt-5.4-mini is written anywhere in your Codex setup, that name stops resolving on August 31.

What OpenAI actually said

The changelog entry reads: “On August 31, 2026, GPT-5.4 and GPT-5.4 mini will no longer be available in Codex for users signed in with ChatGPT.”

How you authenticate is the entire scope here. OpenAI says both models remain available on the OpenAI API and in Codex sessions authenticated with an API key. The cutoff only reaches you if Codex is signed in through a ChatGPT login.

What replaces what

OpenAI names a direct swap for each model:

  • gpt-5.4gpt-5.6-terra
  • gpt-5.4-minigpt-5.6-luna

The Codex models reference calls Terra the balanced GPT-5.6 model for everyday work, with performance competitive with GPT-5.5 at a lower cost. Luna is listed as the fast, affordable option with the lowest cost in the family. Sol sits above both as the flagship, described as the strongest for complex coding, computer use, research, and cybersecurity.

If Sol or Terra is already your daily driver, the deadline doesn’t touch your default. It hits the spots where you pinned gpt-5.4 months ago and stopped thinking about it. GPT-5.4 Thinking and Pro shipped March 5, 2026, and gpt-5.4-mini followed on March 17, so anything you configured in the spring is worth opening.

Mini is easy to overlook because you may never have chosen it on purpose. OpenAI’s docs describe it as a fast, efficient mini model for responsive coding tasks and subagents.

The five places to check

OpenAI’s instruction is specific: “Before the cutoff, update workspace defaults, saved model settings, managed configurations, custom agents, and scheduled tasks that use either model.”

Broken out, that’s five separate surfaces:

  1. Your workspace default model setting
  2. Saved model settings in your own Codex config
  3. Managed configurations, if you’re on a team plan where an admin pushes settings down
  4. Custom agents with a model name hardcoded
  5. Scheduled tasks, including cron jobs and anything that runs Codex unattended

Where this bites

A model you pick from a dropdown is easy to catch going stale, because you see it every time you open a session. A model name sitting in a scheduled task’s config file, written once in the spring and never opened since, gives you nothing to notice. Same story with a custom agent somebody on the team built in March that nobody has needed to touch.

OpenAI’s changelog doesn’t say what happens to a request that still names gpt-5.4 after August 31, so I can’t tell you whether it errors out or gets swapped to something else. Either way, a nightly job on September 1 is a bad place to find out.

Craig’s take

Four weeks is fair notice, and it’s also the kind of deadline that only reaches the person who reads changelogs. If you run Codex on a schedule, in CI hooks, or inside custom agents wired into other tools, grep your configs for gpt-5.4 and gpt-5.4-mini this week rather than on August 30. The swap itself is a one-line change; finding every place the name got written is the part that takes an afternoon.

For what each GPT-5.6 model is built for, see our models reference.