GPT-5.6 Sol, Terra & Luna Explained: Tiers, Pricing & Benchmarks (2026)

Quick answer. GPT-5.6 is OpenAI's newest model family, generally available since July 9, 2026, in three tiers: Sol (flagship for hard coding, agents, and research — $5/$30 per million tokens), Terra (balanced, roughly GPT-5.5 quality at half the price — $2.50/$15), and Luna (cheapest and latency-optimized — $1/$6). Sol also has two heavy compute modes, Sol Pro and Sol Ultra, that run on the same model and price rather than as separate tiers. On Artificial Analysis's independent index, Sol scores about 59 for intelligence and tops the Coding Agent Index at 80.

🆕 Comparison: Wondering how GPT-5.6 stacks up against Anthropic's flagship? See GPT-5.6 vs Claude Fable 5 for a full, neutral head-to-head on price, benchmarks, and coding.

On June 26, 2026, OpenAI previewed GPT-5.6 — not a single model, but a family of three: Sol, Terra, and Luna. As of July 2026 it's OpenAI's newest model family. After a short, government-reviewed limited preview, it reached general availability on July 9, 2026, rolling out across ChatGPT, the API, Codex, and GitHub Copilot. The headline is the tiering: instead of one frontier model and a couple of "mini" spin-offs, OpenAI ships three models tuned to three jobs, plus new controls for how hard the model thinks.

This guide covers what each tier does, confirmed pricing, independent benchmarks, and how to choose — with vendor claims and independently-measured numbers clearly separated.

Want the full picture on the previous generation? Read our GPT-5.5 complete guide — benchmarks, pricing, and the agentic-coding patterns GPT-5.6 builds on.

What is GPT-5.6?

GPT-5.6 is the successor to GPT-5.5, released as three distinct models under one version number. OpenAI's framing is that most teams don't need one model for everything — they need the right model for each task. So the family splits along the classic capability-versus-cost curve:

  • Sol — the flagship, built for "frontier reasoning and long-horizon agentic work." This is the model for the hardest problems: complex coding across large codebases, multi-step agents, scientific reasoning, and defensive security research.
  • Terra — the balanced, production workhorse. OpenAI describes it as matching GPT-5.5's performance at roughly 2x lower cost — aimed at high-volume business tasks like customer support, internal tools, and document analysis.
  • Luna — the cheapest, latency-optimized member, for high-volume everyday work: summarization, drafting, classification, and routine automation where latency and price matter more than raw reasoning depth.

The three carry the API names gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna (the bare gpt-5.6 alias routes to Sol). All three are reasoning models with roughly a 1M-token context window.

What's the difference between Sol, Terra, and Luna?

Here's the family at a glance — what each model is for and where it sits on the cost curve.

ModelBest forPositioning
SolHard coding, long-horizon agents, security research, scientific reasoningFlagship — highest capability
TerraCustomer support, internal tools, document analysis, everyday production tasksBalanced — GPT-5.5-level quality at ~2x lower cost
LunaSummarization, drafting, classification, high-volume automationFast and cheapest — built for scale

How much does GPT-5.6 cost?

OpenAI's published API pricing per 1 million tokens. Sol matches GPT-5.5's price point, while Terra and Luna push the cost curve down hard. Cached input gets a large discount across all three.

ModelInput / 1MOutput / 1MCached input / 1M
Sol$5.00$30.00$0.50
Terra$2.50$15.00$0.25
Luna$1.00$6.00$0.10

The standout is Terra: if OpenAI's claim that it matches GPT-5.5's quality holds up in practice, you get the previous flagship's capability for roughly half the price. For most production workloads — the bulk of real token spend — that's the headline, not Sol's benchmark records.

What are the max, ultra, and pro modes?

GPT-5.6 adds new controls over how hard the model thinks — and it's worth being precise, because these are not separate models or price tiers. They all run on gpt-5.6-sol at Sol's pricing:

  • max reasoning effort — a new top rung on the reasoning-effort dial (none, low, medium, high, xhigh, max). It gives Sol more time to reason before answering, for problems where you'd rather wait and get it right.
  • Sol Pro — a reasoning mode that spawns independent parallel agents that each work in isolation, then merges the best result. It's the successor to the old GPT-5.5-Pro approach.
  • Sol Ultra — goes further with four cooperating sub-agents that communicate mid-task and synthesize a joint answer. It burns several times the tokens of a standard Sol call and is offered in Codex and ChatGPT Work. OpenAI reports it lifts Terminal-Bench 2.1 from Sol's 88.8% to 91.9%. See our GPT-5.6 Sol Ultra vs Claude Fable 5 deep-dive on whether that extra compute is worth it.

OpenAI also changed how it reports benchmarks: rather than one score, it now publishes a curve across reasoning-effort levels — a useful reminder that "how good is the model" depends heavily on how much thinking (and how many tokens) you let it spend.

What's new in GPT-5.6 vs GPT-5.5?

Beyond the tiers, GPT-5.6 ships three notable changes from GPT-5.5:

  • Programmatic Tool Calling (PTC) — in the Responses API, the model can write and run JavaScript in an isolated, network-less sandbox to orchestrate its own tool calls (loops, conditionals, parallel calls) instead of round-tripping each call through your app. OpenAI cites customer-reported savings (one customer reported roughly 63% fewer total tokens).
  • Persisted reasoning — reasoning state can be reused across turns for better multi-turn quality and cache efficiency.
  • Token efficiency — OpenAI's headline claim is up to 54% fewer output tokens than GPT-5.5 on agentic coding (a vendor figure; independent measurement of general-task token use was more modest). Combined with Terra and Luna's lower prices, that's the real economic story.

How good is GPT-5.6 Sol? (Benchmarks)

Now that GPT-5.6 is generally available, independent testing has landed. From Artificial Analysis (independent, July 2026 snapshot, models at maximum reasoning effort):

TierIntelligence IndexCoding Agent IndexCost per task
Sol~5980 (#1 overall, in Codex)~$1.04
Terra~5577~$0.55
Luna~5175~$0.21

Sol lands at #2 on aggregate intelligence (just behind Claude Fable 5 at ~60) but #1 on the agentic Coding Agent Index, measured in Codex. On ARC-AGI (independent, ARC Prize), Sol posted 96.5% on ARC-AGI-1 and 92.5% on ARC-AGI-2, and became the first model to make meaningful progress on the far harder ARC-AGI-3. OpenAI's own reported figures for Sol include SWE-Bench Pro ~64.6%, Agents' Last Exam ~52.7%, and Terminal-Bench 2.1 88.8% (91.9% in Ultra mode). Note absolute index scores drift as Artificial Analysis re-versions its harness — the relative ordering is the durable signal, and this snapshot is dated July 2026.

On cybersecurity and biology, OpenAI's system card rates all three tiers High capability but below the "Critical" threshold — in testing the models could find vulnerabilities and pieces of exploits but could not autonomously carry out end-to-end attacks against hardened targets. OpenAI's stated view is that GPT-5.6 is better at finding and fixing vulnerabilities than at exploiting them.

How do you access GPT-5.6?

As of the July 9 general availability, GPT-5.6 is broadly accessible:

  • ChatGPT — Plus, Pro, Business, and Enterprise users can select Sol; Free and Go users get Terra.
  • API — all three tiers (gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna) are open, with max reasoning effort and, for Sol, the Pro and Ultra modes.
  • Codex and ChatGPT Work — including Sol Ultra for the hardest agentic coding.
  • GitHub Copilot — Sol, Terra, and Luna became available the same day.

Which GPT-5.6 model should you use?

Because the tiers map to jobs, model routing is straightforward. Use this as a starting decision matrix:

If your task is…UseWhy
Multi-step agents, hard refactors, security research, deep reasoningSol (with max, Pro, or Ultra)Highest capability; worth the premium for the hardest 10% of work
Everyday production: support, internal tools, doc analysis, RAGTerraGPT-5.5-level quality at ~2x lower cost — the volume workhorse
High-volume, latency-sensitive: summaries, drafts, classificationLunaCheapest and fastest; ideal where "good enough, instant, cheap" wins
Comparing against Anthropic's flagshipSee GPT-5.6 vs Fable 5Fable 5 leads raw correctness; Sol wins cost-per-task and the agentic harness

What GPT-5.6 means for teams building AI agents

The most useful read on GPT-5.6 isn't the benchmark table — it's what the tiering and the Ultra sub-agent mode signal: agentic, long-horizon work is now the product, not a side feature. If you're shipping agents, a few things follow.

First, the economics shift. With Terra at roughly half of GPT-5.5's price and Luna cheaper still, the right architecture is increasingly a routing one: send the easy turns to Luna, the bulk to Terra, and escalate only the genuinely hard steps to Sol. Teams that hard-code a single expensive model for everything will overpay.

Second, supervision matters more, not less. OpenAI's own system card flags that GPT-5.6 shows a greater tendency than GPT-5.5 to go beyond the user's intent — including taking actions the user didn't ask for — even though absolute rates remain low. For anyone wiring a model into tools, file systems, or CI, that's a direct instruction: scope agent permissions tightly, log every tool call, and keep a human approval gate on destructive actions.

A practical adoption checklist:

  • Build an eval harness first. Don't swap models on vibes — measure your real tasks against GPT-5.5 before and after.
  • Route by difficulty. Luna → Terra → Sol, with explicit escalation rules, not one model for everything.
  • Cap cost and set budgets. max, Pro, and Ultra can burn a lot of tokens; meter them.
  • Lock down agent permissions. Least-privilege tool access, audit logs, and human-in-the-loop on anything irreversible.
  • Keep a rollback path. Pin a known-good model version so you can revert instantly if behavior drifts.

If you're new to wiring models into autonomous workflows, our AI coding agents complete guide covers the patterns — tool use, sandboxing, and supervision — that GPT-5.6 makes more relevant, not less.

What it means for hiring and engineering teams

As frontier models get better at long-horizon coding, the scarce skill stops being "can write the code" and becomes "can direct, review, and contain an agent that writes the code." The engineers who compound in value are the ones strong at codebase navigation, test design, security review, and agent supervision — the judgment work models still can't own.

That's exactly the profile Codersera vets for. If you're extending your team to ship AI-powered products faster — and you want developers who are fluent with agentic tooling rather than threatened by it — hire vetted remote developers through Codersera and start with a risk-free trial.

FAQ

When was GPT-5.6 released?

OpenAI previewed GPT-5.6 (Sol, Terra, and Luna) on June 26, 2026 as a government-reviewed limited preview, then made it generally available on July 9, 2026 across ChatGPT, the API, Codex, and GitHub Copilot.

What's the difference between GPT-5.6 Sol, Terra, and Luna?

Sol is the flagship for the hardest reasoning, coding, and agentic work ($5/$30). Terra is a balanced everyday model that OpenAI says matches GPT-5.5's performance at roughly half the cost ($2.50/$15). Luna is the fastest and cheapest, built for high-volume tasks ($1/$6).

How much does GPT-5.6 cost?

Per 1 million tokens: Sol is $5 input / $30 output, Terra is $2.50 / $15, and Luna is $1 / $6. Cached input is $0.50 / $0.25 / $0.10 respectively. Sol matches GPT-5.5's pricing; Terra is about half.

What are Sol Ultra and Sol Pro?

They're compute modes of Sol, not separate models or tiers — both run on gpt-5.6-sol at Sol's price. Sol Pro spawns independent parallel agents and merges the best result; Sol Ultra runs four cooperating sub-agents that communicate mid-task, lifting Terminal-Bench 2.1 from 88.8% to 91.9% at the cost of several times the tokens.

Is GPT-5.6 better than GPT-5.5?

On the independent benchmarks cited here, GPT-5.6 Sol ranks above GPT-5.5 — it scores about 59 on Artificial Analysis's Intelligence Index and tops its Coding Agent Index at 80. Whether it's "better" for you also depends on cost, latency, and task mix. It also adds Programmatic Tool Calling, a new max reasoning effort, and — through Terra and Luna — lower prices for the same or near-same quality that OpenAI claims.

What context window does GPT-5.6 have?

All three tiers offer roughly a 1M-token context window with up to 128K output tokens.