vibedonaldsvibedonalds.com
AI Models

GPT-5.6 Sol, Terra & Luna: Pricing, Benchmarks, and How It Compares to Fable 5 (2026)

GPT-5.6 is OpenAI's new three-tier model family — Sol (flagship), Terra (balanced), and Luna (fast and cheap), all with a ~1M-token context. Sol tops the agentic-coding and terminal benchmarks and costs about half of Claude Fable 5, but Fable 5 still leads on SWE-bench Pro — the test closest to real GitHub work. The honest split: reach for Sol in an agent harness and terminal, and for Claude on a big real-world repo.

OpenAI shipped GPT-5.6 as Sol, Terra, and Luna on July 9, 2026, and the first question everyone asked was how Sol stacks up against Claude Fable 5. This is the grounded answer: what the three tiers are, what they cost, what the independent benchmarks actually show (not the launch-day hype), and where each model wins. Specs and prices come from OpenAI and Artificial Analysis; the hands-on notes are flagged as early-user reports.

By Andrew DyuzhovUpdated July 2026

What is GPT-5.6?

GPT-5.6 is OpenAI's model family released on July 9, 2026, in three named tiers: Sol (the flagship), Terra (balanced, for everyday work), and Luna (fast and cheap). In the new naming system the number is the generation and the names are durable capability tiers that can advance on their own cadence. All three carry a roughly 1.05M-token context window and up to 128K output tokens, and it's generally available across ChatGPT, Codex, and the OpenAI API.

Two things to know up front. The launch was a staged, regulated rollout (early access was gated to limited preview partners before the wider release), and inside OpenAI's tools the Codex app is now folded into ChatGPT — "ChatGPT Codex" — so the branding shifted even though the coding agent is the same. For the APIs behind this and rival models, see our best AI APIs for developers guide.

Sol vs Terra vs Luna: which tier should you use?

Pick the tier by the job, not the label. Sol is for the hardest reasoning and agentic coding; Terra is the everyday workhorse at a lower price; Luna is for high-volume, latency-sensitive work where cost matters most.

TierBest forPrice (per 1M in / out)Context
SolFrontier reasoning + agentic coding$5 / $30~1.05M
TerraEveryday production work$2.50 / $15~1.05M
LunaFast, cheap, high-volume tasks$1 / $6~1.05M
The three GPT-5.6 tiers (OpenAI, July 2026). All share the ~1M context and 128K max output; prices change — verify current rates.

How much does GPT-5.6 cost?

Sol runs $5 per million input tokens and $30 per million output; Terra is $2.50 / $15; Luna is $1 / $6. That makes Sol roughly half the price of Claude Fable 5's single $10 / $50 tier on output — a real gap if you're generating a lot. GPT-5.6 also adds more predictable prompt caching (explicit cache breakpoints, a 30-minute minimum cache life; cache writes bill at 1.25× the uncached input rate, reads keep the ~90% discount), which cuts cost further on repeated context.

GPT-5.6 vs Claude Fable 5: what the benchmarks show

This is where the launch-day "it's better than everything" claims meet the data — and the data splits. On the independent Artificial Analysis Coding Agent Index, Sol leads at 80, with Terra at 77.4 and Claude Fable 5 at 77.2 (between Terra and Luna). Sol also tops Terminal-Bench 2.1 (agentic, terminal-driven coding) at 88.8%, ahead of Fable 5 around 84% and Claude Opus 4.8 at 78.9%.

GPT-5.6 Sol80
GPT-5.6 Terra77.4
Claude Fable 577.2
GPT-5.6 Luna74.6
Artificial Analysis Coding Agent Index (higher = better). Sol leads the agent-harness benchmark; Fable 5 sits between Terra and Luna.

But Fable 5 still wins the test closest to real repos

Flip to SWE-bench Pro — end-to-end resolution of real GitHub issues — and Claude takes it clearly. Fable 5 posts 80.3%, Opus 4.8 69.2%, and GPT-5.5 58.6%; OpenAI has not published an official SWE-bench Pro score for any GPT-5.6 tier, and third-party leaderboard tracking places Sol around 64.6% — well behind Fable 5. On the composite Artificial Analysis Intelligence Index the two are a statistical tie (Fable 5 at 60, Sol at 59), though Artificial Analysis runs Fable 5 with an Opus 4.8 fallback.

Claude Fable 580.3%
Claude Opus 4.869.2%
GPT-5.6 Sol (est.)64.6%
GPT-5.558.6%
SWE-bench Pro — real GitHub-issue resolution (higher = better). Sol's number is an unofficial leaderboard estimate; OpenAI hasn't published one.

So which is better — GPT-5.6 Sol or Fable 5?

It depends on the work, and the split is consistent. Reach for Sol when you're driving an agent harness or terminal-based coding, want fast, token-efficient output, and care about cost — it leads the agentic benchmarks and is about half Fable 5's price. Reach for Claude (Fable 5, or Opus 4.8) for hard, real-world repository work, where SWE-bench Pro says it still resolves more issues correctly.

Put simply: agent-harness and terminal coding lean Sol; real repository work still leans Claude. Many teams will run both — Sol as the fast, cheap daily driver and orchestrator, Claude for the gnarly changes — which is exactly what an aggregator or a multi-model setup makes easy. We compare the two leading coding agents in Codex vs Claude Code, and the whole field in the best AI coding tools.

What's new versus GPT-5.5?

The headline change is the tiered family itself — one generation, three durable capability levels — which replaces the older single-model-plus-mini split and gives a cleaner choice across intelligence, speed, and cost. On top of that: a materially stronger agentic-coding result (Sol tops the Coding Agent Index and Terminal-Bench, where GPT-5.5 trailed), the more predictable prompt caching above, and a robust safety stack that OpenAI stress-tested for weeks before the regulated rollout. GPT-5.5 remains available for anyone who doesn't want to migrate yet.

A vibe-coder's first look (early-user notes)

Beyond the benchmarks, here's what early users report after driving Sol in real agent setups — treat it as hands-on impression, not measurement. The recurring praise: Sol is a notably strong orchestrator. In multi-agent harnesses it will spin up and prompt subagents on its own — the first model several practitioners say does that without being forced — and the sub-prompts it writes are markedly better than GPT-5.5's, closer to a planning model. Some found it a better orchestrator than Opus 4.8 in their own workflow.

The caveats are just as consistent: its front-end design output is improved but still reads as "AI slop" (a newer style, but slop), and it's weak at complex generative visuals — one hands-on test of a 3D solar-system visualization went poorly, where a Claude model did better. Net of the hands-on reports and the benchmarks: Sol is a fast, cheap, self-orchestrating daily driver that's genuinely strong at agentic coding, with real limits on design and hardest-case repo work.

Where can you use GPT-5.6?

All three tiers are available through the OpenAI API. Inside OpenAI's own tools, Sol is in ChatGPT and in Codex (now "ChatGPT Codex"); Terra and Luna are reached mainly via the API. Access to Sol has been gated to higher paid plans rather than the entry tier, and it's already wired into third-party tools — Cursor and others added it on launch day. For building on it directly, the API pricing and tiers above are what matter; for a ready-made coding agent, see the best AI coding tools and Claude Code or ChatGPT in our directory.

Frequently asked questions

What is GPT-5.6?
GPT-5.6 is OpenAI's model family released July 9, 2026, in three tiers: Sol (flagship), Terra (balanced), and Luna (fast and cheap). All have a ~1M-token context and 128K max output, and it's available in ChatGPT, Codex, and the API. The number is the generation; Sol/Terra/Luna are durable capability tiers.
How much does GPT-5.6 cost?
Per million tokens: Sol is $5 input / $30 output, Terra $2.50 / $15, and Luna $1 / $6. Sol is roughly half the output price of Claude Fable 5's $10 / $50 tier. Prompt caching (with a 30-minute minimum cache life) cuts cost further on repeated context. Verify current prices, as they change often.
Is GPT-5.6 Sol better than Claude Fable 5?
It depends. Sol leads the Artificial Analysis Coding Agent Index (80 vs 77.2) and Terminal-Bench, and costs about half. But Fable 5 wins SWE-bench Pro — real GitHub-issue resolution — at 80.3%, where OpenAI hasn't published a GPT-5.6 score (leaderboards estimate Sol around 64.6%). Agent-harness and terminal coding lean Sol; hard real-repo work leans Claude.
What's the difference between Sol, Terra, and Luna?
Sol is the flagship for the hardest reasoning and agentic coding; Terra is the balanced everyday tier at half the price; Luna is the fastest and cheapest for high-volume, latency-sensitive tasks. They share the same ~1M context and 128K output — the difference is intelligence, speed, and cost.
Where can I use GPT-5.6?
In ChatGPT and Codex (now "ChatGPT Codex"), through the OpenAI API for all three tiers, and in third-party tools like Cursor that added it on launch. Sol access is gated to higher paid plans; Terra and Luna are reached mainly via the API.
Last updated July 2026 · By Andrew Dyuzhov · A Vibedonalds guide. Drafted with AI assistance.