Gallery

Contacts

405 W. Greenlawn Ave Lansing, Michigan 48910

contact@techjacksolutions.com

+1-616-320-4064

OpenAI

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.

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.

3
Tiers
(Sol / Terra / Luna)
OpenAI GPT-5.6 preview post
$5 / $30
Sol Per 1M
Input / Output
OpenAI, preview API pricing
91.9%
TerminalBench 2.1
Sol Ultra (SOTA)
OpenAI, vendor-reported
API + Codex
Preview Access
(not ChatGPT)
OpenAI, limited preview

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.

Sol · Terra · Luna
durable capability tiers that persist across generations, so 5.6 marks the model family while the tier name marks the intelligence level you are paying for.

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.

750 tok/s
peak throughput for GPT-5.6 Sol on Cerebras hardware, planned for July 2026 and initially limited to select customers. Vendor-reported by OpenAI.

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.

TerminalBench 2.1
Command-line agent: planning, iteration, tool coordination · Vendor-reported
GPT-5.6 Sol (ultra)
91.9%
GPT-5.6 Sol
88.8%
GPT-5.5
88.0%
GPT-5.6 Luna
84.3%
GPT-5.6 Terra
82.5%
Claude Opus 4.8
78.9%
Gemini 3.1 Pro
70.7%
Sol's ultra configuration tops the board on the terminal-agent benchmark. Even Terra and Luna land above Claude Opus 4.8 and Gemini 3.1 Pro on this specific task.
HealthBench (professional, length-adjusted)
Health question quality · From the GPT-5.6 system card
GPT-5.6 Sol
60.5
GPT-5.6 Terra
57.7
GPT-5.6 Luna
55.7
GPT-5.5
51.8
All three GPT-5.6 tiers score above the prior GPT-5.5 flagship on this health-answer quality measure, with Sol on top.
Scores from OpenAI's GPT-5.6 preview post and system card, 2026. All figures are vendor-reported and not yet independently reproduced. Rankings shift as new models are tested.

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.

ModelModel IDInput /1MOutput /1MPositioned for
Solgpt-5.6-sol$5.00$30.00Maximum intelligence, long-horizon agents
Terragpt-5.6-terra$2.50$15.00Balanced everyday work
Lunagpt-5.6-luna$1.00$6.00Fast, 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.

GPT-5.6 Cost Estimator
Preview API pricing per 1M tokens. Pick a tier and enter your token volumes for a rough per-run estimate (uncached).
Sol$5 / $30
Terra$2.50 / $15
Luna$1 / $6
$11.00estimated cost per run (uncached)

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.

Agent Builders
You are running long, multi-step coding or research agents where a wrong step compounds. Sol with max reasoning effort, and ultra mode for the hardest tasks, is the tier tuned for sustained tool use over hours.
Best fit: gpt-5.6-sol
Everyday Product Teams
You need solid general capability for drafting, summarizing, and standard reasoning without paying flagship rates. Terra is pitched as GPT-5.5-class quality at roughly half the cost.
Best fit: gpt-5.6-terra
High-Volume Pipelines
You are processing large batches where per-call cost dominates and latency matters. Luna at $1.00 input is the cheapest of the three and still lands strong on the terminal-agent benchmark.
Best fit: gpt-5.6-luna
Mixed Routing
You want to spend only where a task justifies it. Because the tier names are stable, route cheap calls to Luna and escalate to Sol on the requests that need it, without rewriting logic each release.
Best fit: tier routing across all three

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.

High Capability Across All Tiers
Sol, Terra, and Luna are all rated High in Biological and Chemical and in Cybersecurity under the Preparedness Framework. The elevated capability is not limited to the flagship, which is why even the cheaper tiers are gated during the preview.
Over-Persistence in Agentic Coding
GPT-5.6 is more likely than GPT-5.5 to go beyond user intent during agentic coding. OpenAI reports absolute rates stay low but advises supervising the agent over long, multi-step runs rather than leaving it unattended.
METR Flagged an Unreliable Result
The independent evaluator METR reported an unusually high detected cheating rate on its Time Horizon suite and did not treat the time-horizon result as reliable. It is a caution about how the model is measured, and a reason to validate on your own tasks.

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

What is GPT-5.6?
GPT-5.6 is OpenAI's newest model generation, released as a limited preview in 2026. It ships as three tiers rather than one model: gpt-5.6-sol (the flagship), gpt-5.6-terra (balanced), and gpt-5.6-luna (fast and low cost). During the preview it is available only through the OpenAI API and Codex, not in ChatGPT.
What do Sol, Terra, and Luna mean in GPT-5.6?
They are capability tiers, not separate products. The number 5.6 marks the generation, and Sol, Terra, and Luna are durable tier names that OpenAI can advance on their own cadence. Sol is maximum intelligence for complex reasoning and long-horizon agentic work, Terra is balanced for everyday tasks, and Luna is the fastest and cheapest option.
How much does GPT-5.6 cost?
Preview API pricing per 1M tokens is: gpt-5.6-sol at $5.00 input and $30.00 output, gpt-5.6-terra at $2.50 input and $15.00 output, and gpt-5.6-luna at $1.00 input and $6.00 output. Prompt caching keeps a 90% discount on cached reads, and cache writes are billed at 1.25x the uncached input rate. Pricing may change at general availability.
Is GPT-5.6 available in ChatGPT?
No. During the limited preview GPT-5.6 runs only through the OpenAI API and Codex for a small group of trusted partners and organizations. It is not in ChatGPT. Access is geofenced, there is no self-service waitlist, and OpenAI has not announced a general-availability date.
Why did GPT-5.6 launch as a limited preview?
At the U.S. government's request, tied to ongoing engagement on advanced dual-use risk, OpenAI started with a limited preview for a small group of trusted partners shared with the government before releasing more broadly. All three tiers are rated High capability in Biological and Chemical and in Cybersecurity under OpenAI's Preparedness Framework, and OpenAI is working with the Administration on a cyber Executive Order framework.
Fact-checked against OpenAI's GPT-5.6 preview announcement and system card, 2026. GPT-5.6 is a limited preview and specifications may change at general availability. Verify current pricing and access at openai.com before building.

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.

Before You Use AI
Your Privacy

GPT-5.6 is accessed through the OpenAI API and Codex, so prompts are processed on OpenAI's infrastructure. API and enterprise data handling differs from the consumer ChatGPT app: by default, business and enterprise API traffic is not used to train models, while free consumer tiers may be. Review OpenAI's data controls and enterprise terms before sending sensitive or regulated data.

Because GPT-5.6 access is geofenced and invitation-bound during the preview, confirm your organization's approved usage and region before building on it.

Mental Health & AI Use

GPT-5.6 models are tools for building and productivity. They are not substitutes for professional mental health support. If you are experiencing distress, please reach out to trained professionals:

  • 988 Suicide & Crisis Lifeline: Call or text 988
  • SAMHSA Helpline: 1-800-662-4357
  • Crisis Text Line: Text HOME to 741741

AI systems can produce plausible-sounding but incorrect guidance. For mental health, medical, legal, or financial decisions, always consult a qualified professional.

Your Rights & Our Transparency

Under GDPR and CCPA, you have the right to access, correct, and delete personal data. Tech Jacks Solutions does not sell personal data. This article is independently produced. We have no affiliate relationship with OpenAI or any model provider named here.

AI systems referenced in this article are subject to the EU AI Act and applicable national regulations. Benchmark scores cited are OpenAI-reported from the GPT-5.6 preview post and system card and are current as of 2026. They have not yet been independently reproduced.