OpenAI's new GPT-5.6 family has three tiers: Sol (the flagship), Terra (the everyday model) and Luna (the fast, cheap one). I pulled the official benchmarks together, then gave all three the exact same build prompts — a 3D game, a landing page and a dashboard — and screenshotted what came back. Here's what each tier is actually for.
On July 9, 2026, OpenAI made GPT-5.6 generally available — not as one model, but as three. Same architecture, three sizes.
All three share the important specs: a 1 million token context window, 128K max output, and a February 2026 knowledge cutoff. What changes between them is size, speed and price:
| Model | Position | Input / 1M | Output / 1M | API ID |
|---|---|---|---|---|
| ☀️ Sol | Flagship — hard, multi-step agentic work | $5.00 | $30.00 | gpt-5.6-sol |
| 🌍 Terra | The everyday production model | $2.50 | $15.00 | gpt-5.6-terra |
| 🌙 Luna | High-volume, latency-sensitive work | $1.00 | $6.00 | gpt-5.6-luna |
Sun, earth, moon — biggest to smallest. The naming does the explaining for once.
Two more launch details worth knowing: the release came after a short government-reviewed preview period (it went public two weeks after the first preview), and OpenAI announced a Cerebras-hardware option for Sol claiming up to 750 tokens per second for latency-critical enterprise work. The API also gained some genuinely new tricks with this family — programmatic tool orchestration in JavaScript, built-in multi-agent subprocesses, and explicit prompt-cache breakpoints.
Here's how the three tiers score on the public benchmarks, with the frontier competition included for scale.
The broadest single number — a composite across reasoning, coding, math and knowledge, measured at each model's max setting:
The same benchmark run priced per task is where the family gets interesting:
Command-line agent work — installing, debugging, running real terminal tasks. This is where the family flexes hardest against the competition:
So the honest read: this family is built for agentic work — terminal tasks, long tool-using loops, orchestration. It leads there. On classic deep-repo software engineering, Claude's frontier models still edge it.
Everything above is pulled from the launch coverage and the benchmark trackers — check them yourself:
Lab benchmarks are one thing. I wanted to see the difference with my own eyes — so I sent the exact same three prompts to gpt-5.6-sol, gpt-5.6-terra and gpt-5.6-luna through the API, one shot each, no retries, no edits.
The three tasks: a 3D space shooter (three.js, single HTML file), a promo landing page for my community, and a SaaS analytics dashboard with hand-rolled charts. Nine builds total. Every single one loaded and ran with zero console errors — the whole family one-shots working code reliably, which itself would have been remarkable a year ago.
| Measure (3 builds each) | ☀️ Sol | 🌍 Terra | 🌙 Luna |
|---|---|---|---|
| Total build time | 6m 0s | 2m 31s | 1m 37s |
| Total cost | $1.18 | $0.43 | $0.12 |
| Code written | 121 KB | 90 KB | 55 KB |
| Measured throughput | ~109 tok/s | ~192 tok/s | ~198 tok/s |
| Builds that ran error-free | 3/3 | 3/3 | 3/3 |
Hardest task of the three — a complete three.js game in one file. All three shipped a playable game. I played each one before writing a word of this.
What I actually saw playing them: Sol built the most game — Galaga-style enemy ranks, enemy return fire, a proper game-over screen with restart flow, and honestly the hardest difficulty (it killed me in eight seconds flat on my first run). Terra's is a solid, complete shooter with chunkier ship models and fair difficulty. Luna's is the simplest — smaller ships, lighter effects — but it runs clean and plays fine. The tier order is visible in exactly the way you'd expect: depth of mechanics, not correctness.
A promo page for my community, same brief to all three. This one surprised me:
What I actually saw: all three produced pages I'd genuinely ship. Sol and Luna both invented an "agent workspace" product mockup in the hero — Luna's is arguably as convincing as Sol's, at a tenth of the cost. Terra went type-led with a massive headline. If you showed me these blind and asked which came from the $30 model and which from the $6 one, I'm not confident I'd get it right. For marketing pages, the cheap tier is simply enough.
Sidebar, KPI cards, hand-rolled charts, orders table, theme toggle — no libraries allowed:
What I actually saw: three complete, working dashboards. Terra's might be the prettiest of the lot — gradient donut chart, a tooltip pinned to the revenue line. Luna's 21KB build has everything the brief asked for including the working theme toggle. Sol's is the most feature-dense (search shortcut hints, an upsell card, badge counts). Again: the difference is density and detail, never "works vs broken".
No — you're paying for depth, not correctness. On the game (the hardest task), Sol built meaningfully more: smarter enemies, a full game-over flow, tuned difficulty. That gap grows with task complexity. On a long agentic session — refactor, run tests, fix, repeat — the benchmarks say the gap gets bigger still. Sol earns its price on the hard 20%. It's just overkill for the other 80%.
Four rules. This is the whole system I now use for the GPT-5.6 family.
Summaries, extraction, classification, quick drafts, high-frequency agent steps. Anything you run hundreds of times. It's ~200 tok/s and $6/M out — volume work belongs here.
The daily driver. Scoped coding, content, everyday agent runs. On my web builds it was ~90% of Sol's output at 36% of the cost — that trade wins most days.
Long agentic sessions, multi-file refactors, anything where it must persist across steps, tests and fixes. The depth gap is real — pay for it when the task needs it.
Start one tier lower than you think. If the output falls short, re-run one tier up. Even with a Luna miss + Terra retry, you usually spend less than defaulting to Sol.
Deep repository-scale software engineering is still Claude territory — Fable 5 leads SWE-Bench Pro by a wide margin (80% vs 64.6%). My own stack reflects that: Claude models for the deep coding work, and tier-routed GPT-5.6 where agentic speed, volume and cost matter. Use both where each wins.
This guide tells you which tier to pick. Inside the AI Profit Boardroom, the picking is built into the Agent OS — model routing, agents on kanban boards, content pipelines — plus live calls with people running these models on real business work.
The Boardroom is 4,000+ founders and operators — agency owners, ecom founders, course creators — putting models like these to work in real businesses. So far, 258 wins have been documented across 38 countries.
Members post their wins as they happen — cost savings, first agents shipped, client work automated. They're all collected in one doc you can read right now.
Read the member wins doc (158 pages) →Sol, Terra, Luna share a 1M context and a February 2026 cutoff. Price spread: 5× between top and bottom.
All 9 of my one-shot builds worked. Sol writes 2–3× more code and shines on hard agentic work; Luna is 10× cheaper and 4× faster.
The family tops Terminal-Bench and Agents' Last Exam, but Claude Fable 5 still leads deep software engineering on SWE-Bench Pro.
Luna for volume, Terra as default, Sol for the hard 20%, escalate on failure. Your bill tracks difficulty instead of habit.
GPT-5.6 today, something else next month. What doesn't change is the operating system around the models — the routing rules, the agents, the pipelines that turn "a smart model" into finished business work.
That's what we build inside the Boardroom. 3,600+ people are already in, five live calls a week, and every new model gets tested and wired in like this one was.
Join the AI Profit Boardroom → skool.com/ai-profit-lab258 documented member wins · 38 countries · 5 live calls a week