📅 2026-07-09 ยท 12 min read
GPT-5.6 Release Guide: Sol vs Terra vs Luna, Pricing, Benchmarks, and Availability
GPT-5.6 is a three-tier model family spanning flagship reasoning, balanced everyday work, and lower-cost high-throughput use. This guide turns OpenAI's launch data into practical model-selection decisions.
GPT-5.6 snapshot
Three capability tiers, one model family
Official launch pricing per 1M input / output tokens.
📑 Table of Contents
What launched
OpenAI released GPT-5.6 as a three-tier model family rather than one universal model. Sol is the flagship tier for the hardest reasoning and agentic work, Terra is positioned as a balanced model for everyday work at lower cost, and Luna is the fastest and most affordable tier for high-throughput use.
The launch matters because the family spans consumer, coding, and developer workflows at the same time. OpenAI says GPT-5.6 is available across ChatGPT, ChatGPT Work, Codex, and the OpenAI API, with access depending on plan, product surface, and rollout timing.
Availability
OpenAI says the GPT-5.6 rollout starts globally across ChatGPT, Codex, and the API, continuing gradually toward full availability. Access differs by product surface.
- Chat: Plus, Pro, Business, and Enterprise users can access GPT-5.6 Sol through medium and higher effort settings; Pro and Enterprise users can also select Sol Pro for the highest-quality results on complex tasks.
- ChatGPT Work and Codex: Free and Go users can access Terra, while Plus and higher plans can choose among Sol, Terra, and Luna and set effort levels. OpenAI says
maxis available to users with GPT-5.6 access in these surfaces, whileultrahas narrower plan availability. - API: developers can access Sol, Terra, and Luna. OpenAI also introduced Programmatic Tool Calling and a multi-agent beta for concurrent subagents and synthesis.
Rollout and plan entitlements can change. Check the official product and pricing pages before committing a production workflow to a specific access assumption.
GPT-5.6 pricing
OpenAI lists the following API rates per one million tokens.
| Model | Input / 1M | Output / 1M | Best first fit |
|---|---|---|---|
| GPT-5.6 Sol | $5 | $30 | Hard reasoning, coding agents, long-running professional workflows |
| GPT-5.6 Terra | $2.50 | $15 | Balanced everyday work, scaled agents, cost-sensitive quality |
| GPT-5.6 Luna | $1 | $6 | Fast, high-throughput tasks where latency and cost dominate |
GPT-5.6 also changes prompt-caching economics. OpenAI says cache writes for GPT-5.6 and later models are billed at 1.25ร the uncached input rate, while cache reads continue to receive a 90% cached-input discount. This makes cache design part of cost modeling for repeated long-context workflows.
Sol vs Terra vs Luna: which model should you test first?
Practical decision matrix
Start with workflow economics, then test quality on one representative task.
| Workload | First model to test | Why |
|---|---|---|
| Complex repo implementation | Sol | Strongest coding and long-horizon agent capability in the family. |
| Everyday analysis and production agents | Terra | Lower price while remaining close to or above GPT-5.5 on several launch comparisons. |
| Classification, routing, extraction, fast assistance | Luna | Lowest price and fastest tier when throughput matters more than maximum reasoning depth. |
| Very hard multi-workstream tasks | Sol + max or ultra | Higher reasoning effort and parallel agents can improve score-latency tradeoffs, at higher token use. |
Benchmark context
OpenAI published a broad benchmark table covering professional work, coding, science, computer use, cybersecurity, self-improvement, multimodal tasks, academics, tool use, long context, and abstract reasoning. The key lesson is not that one model wins every row. GPT-5.6 is strongest where agentic work, computer use, coding, and efficiency matter, while competitor rankings vary by benchmark.
Professional and agent work
- Agents' Last Exam: Sol 52.7%, Terra 50.4%, Luna 50.3%
- Artificial Analysis Intelligence Index v4.1: Sol 58.9, Terra 55, Luna 51.2
- Big Finance Bench: Sol 53%, Terra 51%, Luna 36%
Coding and terminals
- Coding Agent Index: Sol 80, Terra 77.4, Luna 74.6
- DeepSWE v1.1: Sol 72.7%, Terra 69.6%, Luna 67.2%
- Terminal-Bench 2.1: Sol 88.8%, Sol Ultra 91.9%, Terra 87.4%, Luna 84.7%
Computer use
- OSWorld 2.0: Sol 62.6%, Terra 50.2%, Luna 45.6%
- BrowseComp: Sol 90.4%, Sol Ultra 92.2%, Terra 87.5%, Luna 83.3%
- BenchCAD: Sol 70.6%, Terra 62.3%, Luna 63.1%
Cybersecurity
- Capture-the-Flag: Sol 96.7%, Terra 91.8%, Luna 85.2%
- SEC-Bench Pro: Sol 71.2%, Sol Ultra 74.3%, Terra 57.7%, Luna 48.9%
- ExploitBench: Sol 73.5%, Terra 52.9%, Luna 33.2%
The official table also shows important non-wins. For example, GPT-5.6 Sol's SWE-Bench Pro result is 64.6%, below several Claude results in the same table. Benchmark decisions should therefore stay task-specific instead of collapsing into one universal ranking.
Coding and agent workflows
GPT-5.6's biggest practical story is the combination of stronger agentic capability with better efficiency. OpenAI highlights Terminal-Bench 2.1 and multi-agent settings, while early partners report fewer tokens, lower latency, fewer steps, and fewer tool calls on production workflows.
For coding teams, that means model evaluation should measure more than benchmark score. Run one repo task and track accepted changes, test pass rate, retries, tool calls, total tokens, and review burden. Sol may win on the hardest task, but Terra can be the better default if it reaches acceptable quality at substantially lower cost.
Knowledge work, design, and computer use
OpenAI positions GPT-5.6 as a stronger end-to-end operator for documents, presentations, spreadsheets, browsing, and computer-use workflows. The launch page reports Sol at 90.4% on BrowseComp and 62.6% on OSWorld 2.0, with an Ultra result of 92.2% on BrowseComp.
The practical implication is that a model-selection test should include the final artifact, not only the intermediate text. For presentations, spreadsheets, dashboards, and frontend work, inspect layout quality, completeness, adherence to reference files, and the number of correction cycles required before the output is usable.
Safety and cybersecurity
OpenAI says GPT-5.6 launches with its strongest safeguards to date and that the models remain below the company's Critical capability thresholds in biology and cybersecurity. The launch page emphasizes defensive uses such as secure code review, patching, vulnerability triage, threat modeling, malware analysis, and detection engineering.
The cyber benchmark gains are substantial: OpenAI reports Sol at 73.5% on ExploitBench versus 47.9% for GPT-5.5, and 71.2% on SEC-Bench Pro versus 45.8% for GPT-5.5. These results should be read together with access controls, safeguards, and the intended defensive workflow.
Who should use which GPT-5.6 model?
- Choose Sol first for hard coding agents, long-running research, complex computer use, demanding professional analysis, and tasks where failure is expensive.
- Choose Terra first for broad everyday work, scaled agent fleets, knowledge work, and teams that want a better price-performance balance before paying for maximum capability.
- Choose Luna first for high-volume extraction, classification, routing, quick assistance, and latency-sensitive workflows where the lowest cost matters.
- Test max or ultra selectively when a task is genuinely hard enough to justify more reasoning or parallel agents. Do not make the most expensive setting the default without measuring incremental value.
For most teams, the best rollout is a tiered routing strategy: Luna for simple work, Terra as the default, and Sol for escalation. That recommendation is an inference from the official capability and pricing tiers, not a claim that one routing policy fits every workload.
Primary source: OpenAI's official GPT-5.6 launch page. Benchmark results and pricing above are reproduced from the official launch data; benchmark methods differ and should be interpreted within each evaluation context.
FAQ
Is GPT-5.6 one model?
No. OpenAI presents GPT-5.6 as a family with Sol, Terra, and Luna capability tiers, each with different price and performance positioning.
Is GPT-5.6 available in ChatGPT?
Yes. OpenAI says the family is rolling out across ChatGPT, ChatGPT Work, Codex, and the API, with model access depending on plan and product surface.
Which GPT-5.6 model is cheapest?
Luna has the lowest listed API price at $1 per million input tokens and $6 per million output tokens.
Does GPT-5.6 win every coding benchmark?
No. The official launch table shows very strong Terminal-Bench and DeepSWE results, but model ordering varies across benchmarks such as SWE-Bench Pro.
Related:
๐ More Articles
GPT
Read more โ
Grok 4.5 in Cursor: Pricing, Benchmarks & Composer 2.5
Read more โ
Best AI Tools 2026: The AI Picker Guide
Read more โ
AI API Pricing Comparison 2026: Choose by Cost Workflow
Read more โ
Best AI Video Generators 2026: Choose by Video Workflow
Read more โ
AI Tool Security Checklist 2026: Evaluate Before Adoption
Read more โ