๐Ÿค– AI Toolset

📅 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.

See pricing details โ†’
Flagship
GPT-5.6 Sol
$5 input ยท $30 output
Balanced
GPT-5.6 Terra
$2.50 input ยท $15 output
Fastest / lowest cost
GPT-5.6 Luna
$1 input ยท $6 output
52.7%
Agents' Last Exam ยท Sol
88.8%
Terminal-Bench 2.1 ยท Sol
62.6%
OSWorld 2.0 ยท Sol
90.4%
BrowseComp ยท Sol

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.

Decision point: do not treat GPT-5.6 as one price-performance point. The practical choice is Sol vs Terra vs Luna, plus reasoning effort and whether a workflow benefits from parallel agents.

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.

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.

ModelInput / 1MOutput / 1MBest first fit
GPT-5.6 Sol$5$30Hard reasoning, coding agents, long-running professional workflows
GPT-5.6 Terra$2.50$15Balanced everyday work, scaled agents, cost-sensitive quality
GPT-5.6 Luna$1$6Fast, 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.

WorkloadFirst model to testWhy
Complex repo implementationSolStrongest coding and long-horizon agent capability in the family.
Everyday analysis and production agentsTerraLower price while remaining close to or above GPT-5.5 on several launch comparisons.
Classification, routing, extraction, fast assistanceLunaLowest price and fastest tier when throughput matters more than maximum reasoning depth.
Very hard multi-workstream tasksSol + max or ultraHigher 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.

Ultra is not a free upgrade. OpenAI describes ultra as a multi-agent mode that coordinates four agents by default. It can improve results and time-to-result on demanding tasks, but total token use includes the parallel agents. Evaluate outcome quality and wall-clock time together with total 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?

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.