OpenAI's GPT-5.6 family (Sol, Terra, Luna) lands as the most consequential model launch of 2026, introducing a three-tier architecture that dramatically reshapes the cost-performance calculus for engineering teams. Sol leads the Coding Agent Index at 80 points, Terra matches Claude Fable 5 at half the price, and Luna delivers 24 benchmark points per API dollar — but plunges to 41.3% on long-context recall (MRCR). This technical deep-dive analyzes every benchmark: Agents' Last Exam, Terminal-Bench 2.1, DeepSWE, SWE-Bench Pro, ExploitBench, BrowseComp, and the multi-agent Ultra mode. We cover routing strategies, the Luna long-context cliff, the reasoning effort spectrum from none to ultra, and what the omitted benchmarks (SWE-bench Verified, GPQA Diamond, AIME, ARC-AGI-3) reveal about OpenAI's reporting strategy. For engineering teams spending $50k+/month on API inference, this is the tier-selection guide you need.
Published: July 15, 2026 | Category: Engineering | Reading Time: 14 min
On July 10, 2026, OpenAI released GPT-5.6 — a three-tier model family that ends the single-flagship era. Instead of one model to rule them all, OpenAI now ships three distinct capability tiers under a unified architecture:
| Tier | Input (per 1M tokens) | Output (per 1M tokens) | Positioning |
|---|---|---|---|
| Sol | $5.00 | $30.00 | Flagship — best capability |
| Terra | $2.50 | $15.00 | Balanced — everyday work |
| Luna | $1.00 | $6.00 | Cost-efficient — high volume |
For reference: Claude Fable 5 charges $10/$50.
The bare gpt-5.6 alias routes to Sol. These are not code-name placeholders — OpenAI has committed to "durable capability tiers that advance on their own cadence."
This is the most important AI model launch of 2026, and the benchmark data reveals a more nuanced picture than any headline captures. Here is the complete technical breakdown every engineering team needs.
GPT-5.5 shipped as a single model with a single price. Teams either paid the premium or didn't use OpenAI. Model selection was binary: use GPT-5.5 or fall back to GPT-4o.
GPT-5.6 introduces explicit effort levels configurable per request — from none to max, plus a new ultra mode that spawns parallel sub-agents. The tiers are not just price-discrimination; they represent different reasoning-depth defaults baked into the architecture.
# New API shape — effort is now a first-class parameter
response = client.responses.create(
model="gpt-5.6-sol",
input="Implement a distributed rate limiter in Go",
reasoning={"mode": "pro", "effort": "high"}
)
# Ultra spawns 4 parallel agents by default
response = client.responses.create(
model="gpt-5.6-sol",
input="...",
reasoning={"mode": "ultra"} # 4x parallelization
)Bar: 55 professional fields, multi-hour workflows requiring planning, tool use, and adaptation.
| Model | Score |
|---|---|
| GPT-5.6 Sol | 53.6 |
| GPT-5.6 Terra | 50.4 |
| GPT-5.6 Luna | 50.3 |
| Claude Fable 5 | 40.5 |
Key insight: Sol beats Fable 5 by 13.1 points — a 32% improvement. But the within-family gap (Sol to Luna) is only 3.3 points. Luna costs 1/5 of Sol. For agentic workflows, Terra delivers 94% of Sol's performance at half the price.
Recommendation: For long-horizon agents, start with Terra. Escalate to Sol only when you hit the quality ceiling.
| Model | Score |
|---|---|
| GPT-5.6 Sol (max) | 80 |
| GPT-5.6 Terra | 77.4 |
| Claude Fable 5 | 77.2 |
| GPT-5.6 Luna | 74.6 |
Sol leads by 2.8 points over Fable 5, using <50% of the output tokens and roughly 1/3 less cost. Terra matches Fable 5 at half the price.
| Model | Score |
|---|---|
| Sol Ultra (4 agents) | 91.9% |
| GPT-5.6 Sol | 88.8% |
| GPT-5.6 Terra | 87.4% |
| Claude Fable 5 | 86.0% |
| GPT-5.6 Luna | 84.7% |
Sol Ultra costs ~3x single-agent Sol ($5 vs $1.70 per run) for an extra +3.1 points. For most teams, single-agent Sol at 88.8% is the sweet spot.
| Model | Score |
|---|---|
| Claude Fable 5 | 80.0% |
| GPT-5.6 Sol | 64.6% |
This is the critical divergence. OpenAI questions SWE-Bench Pro's validity (~30% of tasks have broken tests), but the gap is large enough that it cannot be dismissed entirely. Fable 5 remains the leader for repo-level code generation — complex multi-file changes, refactoring, and legacy code integration. GPT-5.6 Sol excels at agentic coding — terminal interaction, tool coordination, multi-step builds.
The takeaway: These models are not interchangeable. The frontier has split. Choose your model by task type, not by overall rank.
This is the most important finding in the entire GPT-5.6 benchmark suite.
| Model | MRCR Score |
|---|---|
| GPT-5.6 Sol | 91.5% |
| GPT-5.6 Terra | 89.6% |
| GPT-5.6 Luna | 41.3% |
Luna drops 50 percentage points on the Multi-step Reasoning with Context Retrieval benchmark. This is not a graceful degradation — it is a cliff.
What this means:
This is the hidden cost of Luna's 80% price reduction. The tier is optimized for short-context, high-frequency tasks: classification, extraction, structured output, simple completion.
These benchmarks where Sol dominates are precisely the workflows that benefit from deep reasoning + tool use — the architecture sweet spot.
| Model | Score |
|---|---|
| Claude Mythos 5 (unrestricted) | 78.0% |
| GPT-5.6 Sol | 73.5% |
| GPT-5.5 | 47.9% |
GPT-5.6 spent 12 days in government-mandated pre-launch review under Trump's AI Cybersecurity Executive Order. The ExploitBench score shows a 53% improvement over GPT-5.5, but Mythos 5 (Anthropic's unrestricted variant) still leads.
OpenAI launched Trusted Access for Cyber — verified individuals get access to defensive capability (vulnerability triage, patch validation). Hardware-backed passkeys required by September 1, 2026.
DeepSWE v1.1 (Cost-Efficiency Leaderboard):
| Model | Benchmark Points per API Dollar |
|---|---|
| GPT-5.6 Luna | ~24 |
| ... | ... |
| Claude Opus 4.8 | ~4.5 |
| Claude Fable 5 | ~3.2 |
Luna delivers 5.3x more benchmark points per dollar than Opus 4.8 and 7.5x more than Fable 5. For high-volume, short-context workloads, Luna is the most cost-efficient model ever shipped by OpenAI.
But cost-efficiency is not cost-effectiveness if the model cannot do the task. The MRCR cliff means Luna's cost advantage only applies within its narrow capability envelope.
| Workload Type | Best Tier | Cost per 100K Requests | vs Fable 5 |
|---|---|---|---|
| Short classification | Luna | $700 | 87% cheaper |
| Code generation (agentic) | Terra | $1,750 | 65% cheaper |
| Document analysis (long-context) | Sol | $3,500 | 30% cheaper |
| Complex multi-agent workflow | Sol Ultra | ~$10,500 | ~13% cheaper |
Assumes 1K input + 2K output tokens per request average.
Ultra mode is not a model — it is an inference-time multi-agent orchestration layer. By default, it spawns 4 parallel sub-agents, each working on sub-tasks, coordinated by a meta-agent.
Performance gains vs single-agent Sol:
Cost: ~3x single-agent Sol.
When to use Ultra:
When NOT to use Ultra:
OpenAI also released a multi-agent beta in the Responses API, letting developers build custom agent orchestration instead of using the default 4-agent Ultra topology.
The omitted benchmarks tell a story of their own:
| Omitted Benchmark | Significance |
|---|---|
| SWE-bench Verified | Standardized coding benchmark — likely Sol trails Fable 5 (consistent with SWE-Bench Pro gap) |
| GPQA Diamond | Graduate-level science reasoning — Sol scored 94.6% internally, but OpenAI chose not to publish officially |
| AIME / MATH | Mathematical reasoning — historically not OpenAI's strongest area vs Anthropic |
| ARC-AGI-3 | Visual abstract reasoning — Sol at 7.78% (reported in system card) vs GPT-5.5's ~2%. Impressive relative gain, but still low absolute |
| FrontierMath | Advanced mathematical reasoning — likely not competitive with Fable 5 (87%) |
| MMLU | General knowledge — considered saturated; replaced by more granular benchmarks |
OpenAI now reports performance as curves across reasoning-effort levels, not single scores. The charitable read: single-shot academic benchmarks don't capture real-world model usage. The cynical read: OpenAI leads on agentic benchmarks and trails on academic ones. Both can be true.
OpenAI's effort-level architecture (none → low → medium → high → max → ultra) represents a fundamental shift in how we think about model selection. Instead of choosing a model, teams will increasingly choose a reasoning budget — and the API dynamically allocates compute within that budget.
This is the direction the industry is heading: continuous capability scaling rather than discrete model upgrades. The same model architecture serves both a $1/MTok Luna request and a $15/MTok Sol Ultra request.
GPT-5.6 can write and run lightweight programs that coordinate tools, process intermediate results, and adapt workflows — available in the Responses API with Zero Data Retention (ZDR) support. This is OpenAI's answer to Anthropic's tool-use architecture: not just calling tools, but writing programs that orchestrate tools.
GPT-5.6 is the first flagship model to undergo a formal government pre-launch review — 13 days from restricted preview to general availability. This sets a precedent. Future model launches may face similar delays, and engineering teams should build model-agnostic orchestration layers that can switch providers on short notice.
| Your Need | Best Tier | Runner-Up | Cost Ratio |
|---|---|---|---|
| Agentic coding | Sol | Terra (−3.1 pts, −50%) | 1x |
| Repo-level codegen | Fable 5 | Sol (−15.4 pts) | N/A (different provider) |
| High-volume classification | Luna | Terra (−few pts, +150% cost) | 1x |
| Document analysis (long) | Sol | Terra (−1.9 pts, −50%) | 1x |
| Budget agent coding | Terra | Luna (−2.7 pts, −60%) | 1x |
| Complex research | Sol Ultra | Sol (−a few pts, +200%) | 1x |
GPT-5.6 is the most capable model family OpenAI has ever shipped — but capability without routing intelligence is wasted budget. The winning engineering teams in 2026 will be those that build smart tier-routing layers, not those that default to the most expensive model for every task.