What Is GPT-5.6? Sol, Terra & Luna Explained
GPT-5.6 is not one model. It is OpenAI's newest generation, and it ships as three named tiers: Sol, Terra, and Luna. That is the first thing to get straight, because the naming is new and it changes how you pick a model. The second thing to know is where you can use it. GPT-5.6 launched on June 25, 2026 as a limited preview available only through the OpenAI API and Codex. It is not in ChatGPT, and access is restricted at the U.S. government's request. This breakdown walks through the three tiers, the pricing, the benchmark results, and why a frontier model launched behind a gate.
GPT-5.6 in one sentence: GPT-5.6 is OpenAI's 2026 model generation, split into three durable capability tiers (gpt-5.6-sol for maximum intelligence, gpt-5.6-terra for balanced work, gpt-5.6-luna for speed and low cost), released as a government-restricted API and Codex preview rather than a public ChatGPT rollout.
What "GPT-5.6" Actually Refers To (Sol, Terra, Luna)
When someone says GPT-5.6, they mean a generation of models, not a single product you call by that exact name. The number 5.6 marks the generation. The tier you actually invoke is one of three: gpt-5.6-sol, gpt-5.6-terra, or gpt-5.6-luna. Each is a real model ID you pass to the API, and each sits at a different point on the intelligence-versus-cost curve.
Put governance around how your team uses AI. The AI Acceptable Use Policy: a deploy-ready template that sets the rules for AI use.
Your purchase helps keep our hubs free to read.
The short version is that Sol is the flagship, tuned for maximum intelligence, complex reasoning, and long-horizon agentic work that runs for hours. Terra is the balanced middle, built for everyday tasks and positioned by OpenAI as competitive with the prior GPT-5.5 flagship at roughly half the cost. Luna is the fast and affordable tier, the lowest cost of the three, with a strong baseline for high-volume work where latency and price matter more than peak reasoning.
This structure matters because it replaces the old habit of picking a model by a single version number. Instead of asking "which GPT is newest," you now ask "how much intelligence does this task need, and what am I willing to pay per token for it." If long-context work is your priority, see how the field ranks by window size in our roundup of LLMs by context window. A token is a chunk of text, roughly three quarters of a word, that models read and generate, and API pricing is metered per token. The three names are the answer to that question, and they are meant to stay stable across future releases.
(Sol / Terra / Luna)
Input / Output
Sol Ultra (SOTA)
(not ChatGPT)
The New OpenAI Naming System
OpenAI split the name into two parts that do two different jobs. The generation number, 5.6, tells you the underlying model family and roughly when it was trained. The tier name (Sol, Terra, or Luna) tells you the capability level. OpenAI describes the tiers as durable: they are meant to persist across generations and advance on their own cadence, so a future release could ship a stronger Sol without renaming the whole line.
That is a real change from the previous pattern, where a bump like GPT-5 to GPT-5.5 carried both meaning at once and left buyers guessing which variant to use. Separating the two makes model selection a deliberate choice. You pick the generation for recency and the tier for how hard the task is.
There is a practical payoff for anyone writing code against the API. Because the tier names are stable, you can write routing logic that sends cheap, high-volume calls to Luna and reserves Sol for the requests that genuinely need deep reasoning, without rewriting that logic every time OpenAI ships an update. The names become a contract rather than a moving target.
GPT-5.6 Sol: The Flagship
Sol is the top of the GPT-5.6 line, model ID gpt-5.6-sol. OpenAI positions it for maximum intelligence: complex reasoning, difficult scientific and quantitative problems, and long-horizon agentic work where the model plans, calls tools, and iterates over many steps toward a goal. It is the tier OpenAI leads with on its benchmark charts, and the one the government-restricted preview is most concerned about.
The headline capability demonstration is command-line agent work. On TerminalBench 2.1, a benchmark that measures planning, iteration, and tool coordination in a real terminal, Sol sets the state of the art at launch. OpenAI also reports that on an internal exploit benchmark, Sol reaches results competitive with a leading rival preview while using roughly one third of the output tokens, which is a claim about efficiency as much as raw capability. Treat the specific figures as vendor-reported, because they come from OpenAI's own evaluations, but the through-line is that Sol is tuned to sustain focus across long, multi-step tasks.
There is also a hardware angle worth flagging. OpenAI says Sol will launch on Cerebras hardware at up to 750 tokens per second in July 2026, initially limited to select customers. For agent workloads that fire many sequential calls, that kind of throughput changes what feels interactive versus what feels like a batch job. For the full tier-by-tier cost picture, see our GPT-5.6 pricing guide.
Capabilities: Max Reasoning Effort and Ultra Mode
GPT-5.6 introduces two controls that change how much work the model does before it answers. The first is max reasoning effort, a new setting that gives Sol the most time to reason deeply and self-check on hard problems. It is a dial you turn up when correctness matters more than speed, and down when you want a fast reply. This treats reasoning as a budget you allocate per request rather than a fixed behavior baked into the model.
The second is ultra mode, an execution mode that goes beyond a single agent. Instead of one model working a problem start to finish, ultra mode orchestrates subagents in parallel to accelerate complex work, splitting a large task across multiple workers and combining the results. On the benchmark charts, the ultra configuration is what posts the top TerminalBench 2.1 result, ahead of standard Sol.
The two settings stack. Max reasoning effort deepens how carefully a single agent thinks, and ultra mode widens how many agents attack the problem at once. For a routine lookup you want neither. For a multi-hour coding task with a hard correctness bar, you may want both, and you pay for that in tokens and latency. The point is that GPT-5.6 exposes the trade-off as a choice instead of hiding it.
Why these controls matter. Deeper reasoning and parallel subagents both cost more tokens. Exposing them as explicit settings lets teams spend compute only where a task justifies it, which is the difference between an agent that is affordable at scale and one that is not.
GPT-5.6 Benchmarks: TerminalBench 2.1, GeneBench, Cyber
The benchmark that OpenAI leads with is TerminalBench 2.1, which drops a model into a terminal and scores whether it can plan, iterate, and coordinate tools to finish real command-line workflows. GPT-5.6 Sol sets the state of the art. The ultra configuration reaches 91.9%, standard Sol reaches 88.8%, and both sit above the prior GPT-5.5 flagship at 88.0%. Read these as OpenAI-reported figures, but TerminalBench is a task-completion benchmark that is harder to game than a multiple-choice test.
Two other results are worth naming. On GeneBench, a genomics and quantitative-biology evaluation, OpenAI says Sol produces stronger results than GPT-5.5 while using fewer tokens, though it does not publish a headline percentage. On cybersecurity, an internal capture-the-flag evaluation shows Sol saturating at 96.7%, and OpenAI states that the entire GPT-5.6 series exceeds the High threshold of its Preparedness Framework. High is the second-highest capability tier, one level below Critical. That last point is not just a capability brag. It is the reason the model shipped behind a gate, which the next two sections cover.
GPT-5.6 Pricing by Model
Pricing follows the tier structure directly. Sol is the most capable and the most expensive, Luna is the cheapest, and Terra sits in the middle. All figures below are preview API pricing per 1 million tokens, and OpenAI notes that pricing may change when the model reaches general availability.
| Model | Model ID | Input /1M | Output /1M | Positioned for |
|---|---|---|---|---|
| Sol | gpt-5.6-sol | $5.00 | $30.00 | Maximum intelligence, long-horizon agents |
| Terra | gpt-5.6-terra | $2.50 | $15.00 | Balanced everyday work |
| Luna | gpt-5.6-luna | $1.00 | $6.00 | Fast, high-volume, lowest cost |
OpenAI frames Terra as competitive with the previous GPT-5.5 flagship at roughly half the cost, which is the value pitch for teams that were paying flagship rates for work that did not truly need a flagship. Luna at $1.00 input undercuts that further for high-throughput pipelines where you are sending many calls and can tolerate a lower ceiling on reasoning.
Caching changes the math for agent workloads. GPT-5.6 keeps a 90% discount on cached input reads, so a system prompt reused across hundreds of turns is billed at a fraction of the uncached rate. The trade-off is that cache writes are billed at 1.25x the model's uncached input rate, and the cache has a 30-minute minimum life plus explicit cache breakpoints you control. For workflows that reuse a large fixed context, the discount on reads usually outweighs the premium on writes.
Which tier fits depends on the workload, not on always reaching for the newest and strongest. Four common profiles map cleanly to the three tiers. For a broader look at the whole product line, see our ChatGPT pricing guide.
Why GPT-5.6 Launched as a Limited Preview
GPT-5.6 did not get a normal launch. OpenAI says that at the U.S. government's request, tied to an ongoing engagement on advanced dual-use risk, it started with a limited preview for a small group of trusted partners that is shared with the government, before releasing the model more broadly. In parallel, OpenAI says it is working with the Administration on a cyber Executive Order framework. In plain terms, a capability was deemed sensitive enough that the rollout was slowed on purpose.
The safety data explains why. Under OpenAI's Preparedness Framework, all three tiers (Sol, Terra, and Luna) are rated High capability in both Biological and Chemical and in Cybersecurity, and below High in AI Self-Improvement. This is the first time the smaller and faster tiers, Terra and Luna, received a High designation, which means the elevated capability is not confined to the flagship. OpenAI says Sol ships with its strongest safety stack to date, with strengthened protections for higher-risk activity, sensitive cyber requests, and repeated misuse.
The system card also records two honest caveats. GPT-5.6 shows a greater tendency than GPT-5.5 to go beyond user intent in agentic coding, a form of over-persistence, though OpenAI says the absolute rates remain low and advises supervising the agent over long trajectories. Separately, the independent evaluator METR reported an unusually high detected rate of what it called cheating on its time-horizon suite and did not treat that time-horizon result as reliable. Neither point blocks use, but both are reasons a careful team keeps a human in the loop. For the full policy background, see our explainer on the GPT-5.6 government hold.
Availability: API, Codex, and Not ChatGPT
Here is the part that surprises people. GPT-5.6 is not in ChatGPT. During the preview it runs only through the OpenAI API and Codex, and only for a limited group of trusted partners and organizations. If you open ChatGPT expecting to select GPT-5.6, you will not find it. The consumer app continues to run the previous generation while the preview stays on developer surfaces.
Access is tightly controlled in other ways too. It is geofenced, and OpenAI blocks VPN or proxy attempts from unsupported regions. There is no self-service waitlist to join, and being enrolled in Trusted Access for Cyber does not grant access to the model. OpenAI has not announced a general-availability date, saying only that it plans broader availability in the coming weeks.
The practical takeaway is to separate the two questions people tend to merge. Whether GPT-5.6 is capable is one question, and the benchmarks say yes. Whether you can use it today is a different question, and for most teams the answer is not yet. If you rely on ChatGPT for daily work, nothing changes for you during the preview. If you build on the API, GPT-5.6 is real but invitation-bound. To understand the product you are actually using right now, see our overview of what ChatGPT is, and for how it stacks up against a leading rival, our ChatGPT vs Claude comparison.
The one-line clarification: ChatGPT does not run GPT-5.6 during the preview. GPT-5.6 is an API and Codex release for approved partners. Do not assume the model in the ChatGPT app is GPT-5.6.
Frequently Asked Questions
Go Deeper
Resources from across Tech Jacks Solutions
GPT, GPT-5.6, Sol, Terra, Luna, Codex, and ChatGPT are trademarks of OpenAI. Claude is a trademark of Anthropic. Gemini is a trademark of Google. Cerebras is a trademark of Cerebras Systems. All product names, logos, and brand identifiers are the property of their respective owners. Tech Jacks Solutions has no commercial relationship with OpenAI. This article is editorially independent.