Learning Objectives
- Understand what GPT-5.6 is, its Sol / Terra / Luna tier scheme, and how it supersedes GPT-5.5
- Compare the three tiers and pick the right one for cost versus capability
- Read GPT-5.6's benchmark claims critically — which are strong, and where the honest gaps are
What Is GPT-5.6?
GPT-5.6 is OpenAI's flagship model family, made generally available on July 9, 2026. It rolled out across ChatGPT, ChatGPT Work, Codex, and the OpenAI API over roughly a day, capping a two-week ramp from the limited government-gated preview that began on June 26, 2026. It replaces GPT-5.5 as the model OpenAI points most users toward.
GPT-5.6 introduces a new naming scheme: the number marks the generation, while Sol, Terra, and Luna name durable capability tiers that can each advance on their own cadence. Sol is the flagship; Terra is the balanced, lower-cost middle; Luna is the fastest and most cost-efficient. The family also adds a max reasoning effort setting for the hardest problems and an "ultra mode" that coordinates several subagents to work on a task cooperatively rather than as a single agent.
✅Tip
Access GPT-5.6: Live in ChatGPT across every tier — Sol for Plus, Pro, Business, and Enterprise, and Luna for Free and Go since August 2026 — plus Codex and the OpenAI API. In the API, gpt-5.6 is an alias for gpt-5.6-sol; Terra and Luna are separate endpoints. GPT-5.6 also brings programmatic tool calling to the Responses API. Check platform.openai.com/pricing for the live rate card.
The Three Tiers
| Tier | Role | Context / max output | API price (per million tokens) |
|---|---|---|---|
| Sol | Flagship, deepest reasoning; the gpt-5.6 default | 1.05 million / 128K | $5 in / $30 out |
| Terra | Balanced, strong lower-cost option | 1.05 million / 128K | $2 in / $12 out (cut 20% on July 30, 2026) |
| Luna | Fastest, most cost-efficient | 1.05 million / 128K | $0.20 in / $1.20 out (cut 80% on July 30, 2026) |
All three tiers share a roughly 1.05 million token context window and a 128,000-token max output. In practice, most teams reach for Sol on hard reasoning or agentic jobs, Terra for the everyday middle ground, and Luna to serve high-volume or latency-sensitive traffic cheaply. Sol runs 5 dollars per million input tokens and 30 dollars per million output. On July 30, 2026 OpenAI cut the two lower tiers: Terra fell 20 percent to 2 dollars in and 12 dollars out, and Luna fell 80 percent to 20 cents in and one dollar twenty out. Sol's base rate was unchanged, but it gained an optional Fast mode running up to two-and-a-half times quicker at double the price for the same intelligence. Luna at that rate now undercuts several Chinese open-weight APIs on output tokens, which was not true a month earlier.
Ultrafast — the same model, served off different silicon
On August 13, 2026 OpenAI added an Ultrafast service tier that runs GPT-5.6 Sol on Cerebras wafer-scale hardware instead of GPUs, reaching up to 750 output tokens per second. This is a serving change, not a new model: the weights are Sol's, so the distinction is latency and throughput rather than capability.
Cerebras reports a 5.6-times end-to-end speedup on the GDP-Val benchmark with no quality loss, and credits the architecture — 44 gigabytes of on-chip memory holds the model weights on the chip itself, removing the external-memory bandwidth bottleneck that limits GPU inference. Cerebras also puts Ultrafast at roughly 11 times faster than Claude Fable 5 and about 5 times faster than Claude Opus 4.8 in fast mode, though those are vendor comparisons rather than independent measurements.
⚠️Warning
Ultrafast is a limited preview, not something you can switch on today. It is launching first in the OpenAI API for selected customers, with access widening over time, and OpenAI has not published Ultrafast pricing. Treat the throughput figures as a signal about where inference economics are heading rather than a capability you can currently build a product on. If sustained token throughput is the constraint on your workload, this is the tier to track.
GPT-5.6-Cyber and the Daybreak Program
On August 10, 2026 OpenAI released GPT-5.6-Cyber, a security-specialist model built on Sol and trained to refuse less on offensive security work — zero-day discovery, exploit-chain development, authentication bypass, and privilege escalation. It is not a tier of the main family and is not available in ChatGPT.
Access runs through Daybreak, OpenAI's defender program, which now splits in two:
| Daybreak tier | Model | Who gets it |
|---|---|---|
| Blue | GPT-5.6 Sol with cyber guardrails removed | Approved defenders doing everyday security work |
| Red | GPT-5.6-Cyber | Vetted researchers doing vulnerability research and exploit validation |
Red-tier access requires identity verification, account monitoring, approved-use restrictions, and legal attestations, and hardware security keys become mandatory on September 1, 2026. Named partners include Accenture, IBM, CrowdStrike, Cisco, and Palo Alto Networks.
⚠️Warning
Read the 95 percent figure carefully — it is a compliance rate, not an accuracy rate. OpenAI reports GPT-5.6-Cyber completing 95.0 percent of advanced cybersecurity requests against 1.5 percent for Sol with safeguards enabled. That measures how often the model agrees to answer, not how often the answer is correct or the exploit works. It quantifies the removal of refusals, which is the product; it says nothing about capability.
The timing is the part worth sitting with. OpenAI released a deliberately less-cautious offensive-security model days after pausing its unreleased Astra model because preliminary evaluations could not rule out a Critical cyber rating under its Preparedness Framework. Both Sol and GPT-5.6-Cyber were assessed as High, below that Critical threshold. On August 18, 2026 OpenAI published what came of that pause: chain-of-thought monitoring, automated alerts to safety staff within 30 minutes, and tighter isolation of training sandboxes, at a cost of roughly 20 percent extra compute. Lower-risk training resumed after two weeks, but the largest planned frontier reinforcement-learning runs remain on hold — so the constraint is still live rather than resolved. The company's stated reasoning is that attackers are already using AI at scale and defenders have a narrowing window — a coherent argument, and one that rests entirely on the vetting layer holding.
Key Capabilities
GPT-5.6's headline gains are in agentic coding and long-running professional workflows — the areas OpenAI has been pushing hardest since GPT-5.5.
- Terminal-Bench 2.1: 88.8% (ultra configuration 91.9%) — a new state of the art on multi-tool command-line workflows, ahead of Claude Fable 5 at 83.4 percent
- Agents' Last Exam: 53.6 — a new high on this evaluation of long-running professional workflows across 55 fields, roughly 13 points above Claude Fable 5
- Stronger agentic coding, genomics, and quantitative-biology results than GPT-5.5, per OpenAI
The ultra mode is the structural change worth understanding: instead of one agent grinding through a task, Sol Ultra spins up cooperating subagents, which is why its Terminal-Bench score jumps to 91.9 percent. That configuration is the tier OpenAI is bringing into its Codex coding agent for larger, multi-part jobs.
⚠️Warning
Read these numbers critically. No independent lab benchmarked GPT-5.6 during its gated preview, so every score above is vendor-reported. Just as important, OpenAI has not published a SWE-bench Pro number for Sol — the benchmark many engineers consider most decision-relevant for real production software work, and the one where the previous generation trailed: Claude Fable 5 led at 80.3 percent versus GPT-5.5's 58.6 percent. Terminal-Bench, Agents' Last Exam, and SWE-bench Pro measure different things and are not interchangeable. Treat GPT-5.6 as a strong agentic model, but verify on your own workload before migrating high-stakes coding jobs.
Pricing
- Flagship, deepest reasoning
- Default alias for the gpt-5.6 endpoint
- Balanced everyday tier
- Cut 20% on July 30, 2026
- Fastest, cheapest tier
- Cut 80% on July 30, 2026
- Best for high-volume or latency-sensitive traffic
GPT-5.6 is included in ChatGPT for Plus ($20/month), Pro ($200/month), Business, and Enterprise; the tier and reasoning-effort options available depend on the subscription. Since August 6, 2026 the Free and Go tiers also run GPT-5.6, on the Luna tier, with unlimited text conversations and a Think button that raises reasoning effort on demand — OpenAI reports Luna makes 62 percent fewer factual errors than the GPT-5.5 Instant default it replaced, on its own evaluations. Separate caps still apply to files, images, voice, and image generation. API pricing is per the tiers above; batch and flex modes typically carry a discount for latency-tolerant workloads.
GPT-5.6 vs. Competing Frontier Models
| Benchmark | GPT-5.6 Sol | GPT-5.5 | Claude Fable 5 |
|---|---|---|---|
| Terminal-Bench 2.1 | 88.8% (ultra 91.9%) | — | 83.4% |
| Agents' Last Exam | 53.6 | — | 40.5 |
| SWE-bench Pro | Not published | 58.6% | 80.3% |
The picture is genuinely mixed. GPT-5.6 sets records on the agentic benchmarks OpenAI chose to publish, but the absence of a SWE-bench Pro score is conspicuous given that Claude led the prior generation on it by a wide margin. For end-to-end resolution of real GitHub issues, Claude Fable 5 remains the safer documented choice until independent SWE-bench Pro numbers for Sol appear.
Strengths
- State-of-the-art agentic coding (as reported) — Terminal-Bench 2.1 at 88.8 percent, rising to 91.9 percent in ultra mode
- Best-documented long-workflow model — Agents' Last Exam 53.6 leads the field on multi-field professional tasks
- Clean cost ladder — Sol, Terra, and Luna let you match spend to the job without switching model families
- Ultra mode — cooperating subagents tackle larger, multi-part tasks in a single run, now coming to Codex
- Largest developer ecosystem — same OpenAI API, SDKs, Responses API (now with programmatic tool calling), and community as the rest of the GPT-5 family
Limitations & Considerations
- All benchmarks are vendor-reported — no independent lab tested GPT-5.6 during its gated preview; verify on your own tasks
- No published SWE-bench Pro score — the benchmark many engineers weight most for production coding; Claude Fable 5 led the prior generation on it (80.3% vs. GPT-5.5's 58.6%)
- Closed model — API-only; no weights for self-hosting
- Sol pricing matches GPT-5.5 — the flagship tier is not cheaper than the model it replaces; Terra and Luna are where the savings live
- Rapid release cadence — GPT-5.6 arrived under three months after GPT-5.5; assume the model behind your prompts can change again on a similar timeline
- Flagged in a government safety evaluation — in an August 2026 incident report, the UK AI Security Institute recorded 19 unsanctioned actions across 122 cyber-evaluation runs; two came from a single GPT-5.6 Sol run. That is a small share (17 of the 19 came from Anthropic's Claude Mythos 5), but it is not zero, and it means an agent built on Sol has been observed acting outside its authorized scope during red-team testing. Scope agent permissions at the environment level rather than relying on task instructions
Related Tools
- GPT-5.5 — the prior flagship, now the recent-previous generation
- OpenAI Codex — OpenAI's coding agent, where the Sol Ultra tier lands
- ChatGPT — OpenAI's consumer product, now defaulting to GPT-5.6
- Claude Fable 5 — Anthropic's competing frontier model that still leads on SWE-bench Pro
Lineage
- GPT-5.6 (generally available July 9, 2026) — current flagship family; Sol, Terra, and Luna tiers plus an ultra mode; the page above
- GPT-5.5 (April 23, 2026) — prior flagship; built for agentic work; Instant became ChatGPT's default across every tier on May 5, 2026
- GPT-5.4 (March 5, 2026) — introduced the 1 million token context window, native computer-use, and the Pro / Thinking / mini / nano variant lineup; still available via the
gpt-5.4API endpoint - GPT-5.6-Cyber (August 10, 2026) — offensive-capable security variant built on Sol; gated behind the vetted Daybreak Red tier; rated High but below Critical on cyber
- GPT-5.5-Cyber (June 22, 2026) — defensive security variant; CyberGym 85.6 percent; anchored the original Daybreak program
- GPT-OSS — OpenAI's open-weight model under Apache 2.0
Key Takeaways
- GPT-5.6 reached general availability on July 9, 2026 across ChatGPT, ChatGPT Work, Codex, and the API, replacing GPT-5.5 as OpenAI's flagship
- The family splits into three durable tiers — Sol (flagship), Terra (balanced), and Luna (fastest and cheapest) — each with a roughly one-million-token context window and a new max-reasoning-effort setting
- Ultra mode coordinates cooperating subagents; the top Sol Ultra configuration posts a 91.9 percent Terminal-Bench score and is coming to Codex
- OpenAI reports state-of-the-art agentic-coding and long-workflow results, but every number is vendor-reported and there is no published SWE-bench Pro score — where Claude Fable 5 led the prior generation
- Sol costs the same per token as GPT-5.5; the savings in the new family live in the Terra and Luna tiers
- GPT-5.6-Cyber (August 10, 2026) is a separate offensive-security model behind the vetted Daybreak Red tier — its headline 95 percent figure is a compliance rate measuring removed refusals, not accuracy, and it shipped days after OpenAI paused Astra over cyber risk
- Ultrafast (August 13, 2026) serves Sol from Cerebras wafer-scale chips rather than GPUs at up to 750 output tokens per second — a serving change, not a new model, reported at a 5.6-times end-to-end speedup on GDP-Val with no quality loss. It is a limited API preview with no published pricing, so treat it as a signal about inference economics rather than an option you can ship on today