AI Tools Review
GPT-5.6 Sol vs Terra vs Luna: Full Comparison

GPT-5.6 Sol vs Terra vs Luna: Full Comparison

10 July 2026

Quick answer:

GPT-5.6 is now generally available as three models. Choose Sol for the hardest coding, research and professional work, Terra for a strong balance of quality and cost, and Luna for fast, high-volume tasks. All three have a 1.05 million-token context window. OpenAI prices them at roughly £4/£24, £2/£12 and £0.80/£4.80 per million input/output tokens respectively, based on the official US dollar rates. GPT-5.6 Sol is rolling out in standard ChatGPT conversations for eligible paid users, whilst the full family is available in ChatGPT Work, Codex and the API depending on plan.

GPT-5.6 is no longer a restricted preview. OpenAI released the family globally on 9 July 2026, turning Sol, Terra and Luna into a practical choice rather than three names on a waiting list.

The launch is about efficiency as much as raw intelligence. Sol is the flagship, but Terra and Luna are not token budget afterthoughts. They carry much of the same long-context and tool-using architecture into cheaper production tiers. The useful question is therefore not simply whether GPT-5.6 is better, but which version fits the work and the budget.

Note: this analysis is based on OpenAI's launch announcement, model documentation, system card and published evaluations. AI Tools Review has not independently reproduced every benchmark. API prices are billed in US dollars, so pound equivalents are rounded and will move with exchange rates.

Executive summary

GPT-5.6 replaces the old flagship, mini and nano naming pattern with durable capability tiers. The generation number can change whilst Sol, Terra and Luna continue to describe the job each model is designed to do. The unsuffixed API alias gpt-5.6 routes to Sol.

  • Sol is the quality choice. It is OpenAI's frontier model for complex professional work, difficult reasoning, coding, research, computer use and design.
  • Terra is the production default. It offers performance competitive with GPT-5.5 at half Sol's token price and is likely to suit most everyday agent and coding workflows.
  • Luna is the scale choice. It is built for high-volume work where cost and speed matter more than squeezing out the last few percentage points.
  • All three share unusually large limits. Each has a 1.05 million-token context window, supports up to 128,000 output tokens, accepts text and image input, and produces text output.
  • New API features matter. GPT-5.6 adds programmatic tool calling, multi-agent support in beta, explicit prompt caching, persisted reasoning, a new maximum reasoning level and a Pro reasoning mode.
  • ChatGPT access is more complicated than the model names suggest. Standard ChatGPT conversations expose Sol through reasoning settings on eligible paid plans. Terra and Luna are aimed primarily at ChatGPT Work, Codex and API users.

GPT-5.6 Sol vs Terra vs Luna

The three-model structure is easier to understand when treated as a workload decision rather than a simple best-to-worst ranking.

ModelBest forAPI input/outputMain trade-off
GPT-5.6 SolComplex coding, research, design and professional workAbout £4 / £24 ($5 / $30)Highest cost
GPT-5.6 TerraEveryday production agents, analysis and codingAbout £2 / £12 ($2.50 / $15)Less headroom on the hardest tasks
GPT-5.6 LunaExtraction, classification and high-volume transformationsAbout £0.80 / £4.80 ($1 / $6)Lowest overall capability

GPT-5.6 Sol

Sol is the flagship and the target of most of OpenAI's headline claims. It is the model to choose when a failed answer costs more than the extra tokens: a difficult codebase change, a detailed research synthesis, a complex financial model or a polished client presentation. OpenAI also positions Sol as its best coding model and its strongest option for computer use and frontend design.

Sol supports reasoning levels from none through max. Pro mode spends more model work on a single final answer when accuracy matters more than speed. In ChatGPT Work and Codex, ultra goes further by coordinating parallel agents for work that divides cleanly into separate streams. That can reduce elapsed time, but it increases token use and should be reserved for genuinely complex tasks.

GPT-5.6 Terra

Terra is the model most businesses should test first. It costs half as much as Sol for both input and output, yet OpenAI describes its performance as competitive with GPT-5.5. In OpenAI's published coding results, Terra scores 63.4% on SWE-Bench Pro against Sol's 64.6%, and 87.4% on Terminal-Bench 2.1 against Sol's 88.8%. Those are small gaps for a 50% price reduction.

That makes Terra a sensible candidate for routine software changes, document analysis, structured research, internal agents and tool-heavy business workflows. Sol remains the safer choice for the hardest edge cases, but routing ordinary work to Terra could cut a large production bill without a dramatic quality drop.

GPT-5.6 Luna

Luna is not intended to win flagship benchmark charts. Its value is that it retains the 1.05 million-token context window and core GPT-5.6 features at one fifth of Sol's input and output price. It suits repeatable work such as extracting fields, classifying content, reformatting data, producing first-pass summaries and handling straightforward customer-service operations.

Luna still posts 62.7% on SWE-Bench Pro and 84.7% on Terminal-Bench 2.1 in OpenAI's evaluation, which is stronger than its price might suggest. However, its longer-context performance falls away more sharply than Sol or Terra in OpenAI's own testing. A large advertised context window tells you what fits into the request, not how reliably every detail will be used.

What's new in GPT-5.6

Programmatic tool calling

Instead of repeatedly returning to the model between every small tool action, GPT-5.6 can write lightweight JavaScript that coordinates eligible tools, processes intermediate results and passes data between calls in a hosted runtime. OpenAI says this reduces model round trips and token use on bounded workflows. It is particularly relevant to agents that need to query several systems, filter results and assemble one final answer.

OpenAI diagram showing the five-step tool calling flow between a developer application and an AI model
The standard tool-calling loop. GPT-5.6 programmatic tool calling can reduce repeated model round trips by coordinating bounded tool work in code. Source: OpenAI.

Multi-agent work

Multi-agent support is available in beta through the Responses API. One GPT-5.6 instance can coordinate concurrent subagents and combine their findings. This is useful when the task has independent parts, such as comparing several markets or reviewing separate parts of a codebase. It is a poor fit for work where every step depends closely on the one before it.

Better prompt caching and persisted reasoning

Developers can now mark reusable prompt prefixes with explicit cache breakpoints, rather than relying only on automatic caching. OpenAI applies a 30-minute minimum cache life. Cache reads retain a 90% discount, whilst cache writes cost 1.25 times the normal input rate. Persisted reasoning can also carry eligible reasoning items across turns, improving multi-turn quality and cache efficiency when a workflow continues over several calls.

Stronger design and knowledge work

OpenAI places unusual emphasis on layout, visual hierarchy and design judgement in this release. GPT-5.6 can inspect rendered interfaces, revise them and produce more polished websites, presentations, documents and spreadsheets. The claim is broader than code generation: the model is meant to recognise when the output looks unfinished and continue refining it.

That matters for professional work because the last 10% often consumes most of the human editing time. A technically correct slide deck with weak hierarchy is not ready to present. A working frontend with poor spacing is not ready to ship. GPT-5.6 is designed to narrow that gap, although output quality will still depend heavily on good reference material and clear constraints.

Reference presentation slide supplied to GPT-5.5 and GPT-5.6 for a visual style-matching test
The reference slide used in OpenAI's presentation style-matching example. The figures are explicitly illustrative rather than real market data. Source: OpenAI.
GPT-5.5 presentation output missing parts of the supplied reference slide design
GPT-5.5 reproduced the broad chart but lost important layout, labelling and template details. Source: OpenAI.
GPT-5.6 presentation output following the supplied reference layout and design details more closely
GPT-5.6 retained more of the reference structure, labels, values and visual hierarchy. Source: OpenAI.

GPT-5.6 benchmarks

The final general-availability numbers answer one major question left open during the preview: OpenAI has now published SWE-Bench Pro results for all three models. Sol reaches 64.6%, Terra 63.4% and Luna 62.7%, compared with GPT-5.5 at 59.4% in the same launch table.

OpenAI evaluationSolTerraLunaGPT-5.5
SWE-Bench Pro64.6%63.4%62.7%59.4%
Terminal-Bench 2.188.8%87.4%84.7%85.6%
BrowseComp90.4%87.5%83.3%84.4%
OSWorld 2.062.6%50.2%45.6%47.5%

These results make two points. First, Sol is the strongest all-round model in the family, especially for computer use and browsing. Second, Terra stays remarkably close on coding benchmarks. Luna sometimes falls behind GPT-5.5, but does so at a much lower token price.

Benchmark caveats still apply. Most figures above come from OpenAI's own launch evaluation, model prompts and harnesses can affect results, and a few percentage points do not guarantee better performance on your codebase or workflow. The right migration test uses representative tasks, measures total tokens and latency, and checks the final work rather than trusting model confidence.

For the wider market comparison, see our Claude vs ChatGPT, Gemini and Grok guide. Teams considering open weights should also compare the cost and control offered by GLM 5.2.

The Artificial Analysis verdict: independent numbers

The most useful check on OpenAI's launch table arrived on 9 July 2026, when Artificial Analysis — which supported OpenAI with pre-release evaluation of all three models — published its independent measurements. The headline: GPT-5.6 Sol (max) scores 59 on the Artificial Analysis Intelligence Index v4.1, one point below Claude Fable 5 (with fallback) at 60, at roughly one third of the cost — $1.04 (about £0.83) per Intelligence Index task against Fable 5's $2.75 (about £2.20). Terra (max) scores 55 and Luna (max) 51, at $0.55 and $0.21 per task — roughly 50% and 80% cheaper than Sol respectively.

On the new Artificial Analysis Coding Agent Index — which pairs each model with its own agentic harness across DeepSWE, Terminal-Bench v2 and SWE-Atlas-QnA — Sol (max) in Codex leads outright at 80 points, topping all three evaluations (tying Grok 4.5 in Grok Build on SWE-Atlas-QnA). It also does so at a per-task cost roughly 40% below Claude Fable 5 (max) and 10% below Claude Opus 4.8 (max) in Claude Code. Terra and Luna score 77 and 75, with ~60% and ~80% per-task cost reductions against Sol.

Artificial Analysis metricSol (max)Terra (max)Luna (max)Fable 5
Intelligence Index v4.159555160
Coding Agent Index80777577
Cost per Intelligence Index task$1.04$0.55$0.21$2.75

Intelligence Index v4.1 — the full field

GPT-5.6 Sol, Terra and Luna (marked) against every scored frontier model. Sol sits one point below Claude Fable 5 at roughly a third of its cost per task.

Source: Artificial Analysis (9 July 2026). Interactive — hover any bar. Explore the full benchmarks →

Coding Agent Index — each model in its harness

Sol in Codex leads outright at 80, with Terra and Luna bracketing Claude Fable 5 and GPT-5.5.

Source: Artificial Analysis (9 July 2026). Interactive — hover any bar. Explore the full benchmarks →

The Pareto analysis is the strategically interesting part. Across reasoning-effort levels, every GPT-5.6 model pushes past GPT-5.5 on the intelligence-versus-cost frontier — and Luna and Sol are always on the frontier ahead of Terra. In practice, for any Terra effort level there is a Luna or Sol configuration that is either more intelligent at no extra cost or equally intelligent for less, which makes Terra a curious middle child: sensible as a drop-in default, rarely the optimal pick. Luna (max) also matches or exceeds the intelligence of GLM-5.2 (max) and Gemini 3.5 Flash at a lower cost per task.

On knowledge work, Sol (max) ranks second only to Fable 5 (max) on AA-Briefcase, Artificial Analysis's new benchmark of realistic project tasks — and records the highest Presentation Elo of any model, meaning its PowerPoint, Excel and document outputs are judged the most visually attractive. Fable 5 keeps the overall lead on substance: a 56% rubric score against Sol's 42%, and an Analytical Quality Elo of 1,764 versus 1,592. On GDPval-AA v2, the two are effectively level. And on AA-Omniscience, Sol posts only a minor gain over GPT-5.5 — a small accuracy uplift coupled with a higher hallucination rate, an honest caveat worth carrying into production plans.

Two more details round out the picture. GPT-5.6 models are OpenAI's first with cache-write pricing: cache writes cost 1.25× the input-token rate (the 90% cache-read discount stays), matching Anthropic's approach and better reflecting what cached tokens actually cost to serve. And Sol (max) is unusually token-efficient — about 15,000 output tokens per Intelligence Index task versus GPT-5.5's 16,000, defining a new frontier of intelligence versus output tokens and using fewer tokens than Claude Opus 4.8 (max), GLM-5.2 (max) or Gemini 3.5 Flash (high) while scoring higher.

We track all of these figures — Intelligence Index, Coding Agent Index and cost per task for more than 20 frontier models — on our live Benchmarks page. (Source: Artificial Analysis, 9 July 2026.)

ChatGPT, Work and Codex access

GPT-5.6 is rolling out globally, but the available model depends on where you use it.

  • Standard ChatGPT: eligible Plus, Pro, Business and Enterprise users access GPT-5.6 Sol through Medium and High reasoning. Extra High is available on Pro, Business and Enterprise, whilst Sol Pro is available on Pro, Business and Enterprise.
  • ChatGPT Work: Plus, Pro, Business and Enterprise users can choose Sol, Terra or Luna. Free and Go users do not receive GPT-5.6 in Work according to OpenAI's current availability table.
  • Codex: Free and Go users can access Terra. Plus, Pro, Business and Enterprise users can choose Sol, Terra or Luna.
  • OpenAI API: developers can call all three models. The gpt-5.6 alias points to Sol.

GPT-5.5 Instant remains the standard fast model in everyday ChatGPT. GPT-5.6 Sol powers the more deliberate reasoning options rather than replacing Instant outright. Terra and Luna are not selectable in ordinary ChatGPT conversations, even though they are available elsewhere in OpenAI's product range.

API pricing and specifications

OpenAI bills the API in US dollars. The pound figures below are rounded for UK readers rather than fixed UK prices.

ModelInput / 1MCached input / 1MOutput / 1M
SolAbout £4 ($5)About £0.40 ($0.50)About £24 ($30)
TerraAbout £2 ($2.50)About £0.20 ($0.25)About £12 ($15)
LunaAbout £0.80 ($1)About £0.08 ($0.10)About £4.80 ($6)

All three models list the same headline technical limits: a 1,050,000-token context window, 128,000 maximum output tokens and a 16 February 2026 knowledge cut-off. They accept text and image input, but not audio or video input, and return text.

Requests containing more than 272,000 input tokens are charged at twice the normal input price and 1.5 times the output price for the whole request. That makes careless long-context use expensive. Retrieval, summarisation and prompt caching still matter even when the model can technically accept a million tokens.

Safety and limitations

OpenAI classifies all three GPT-5.6 models as High capability in cybersecurity and in biological and chemical risk under its Preparedness Framework. None reaches the High threshold for AI self-improvement. The company says it spent about 700,000 A100-equivalent GPU hours on automated black-box red teaming before general availability.

The system card also describes a tendency to go beyond the user's intent in some agentic coding evaluations. Absolute rates were low, but stronger autonomy makes approval boundaries more important. Give agents scoped permissions, require confirmation before irreversible actions and keep logs that somebody reviews.

  • Vendor benchmarks need independent confirmation. OpenAI's results are useful, but they are not a substitute for testing your own workflow.
  • A huge context window is not perfect memory. Luna's weaker long-context evaluation shows that fitting information into a prompt does not guarantee reliable retrieval.
  • Sol can be unnecessary. Paying flagship rates for simple extraction or classification wastes money and can add latency without improving the result.
  • Safeguards can affect benign work. OpenAI warns that stronger cyber and biology protections can create friction for legitimate requests.
  • Rollout is gradual. Eligible users may not see every GPT-5.6 option immediately, and workspace administrators can restrict access.

Which GPT-5.6 model should you choose?

Choose Sol when the work is difficult, ambiguous or expensive to get wrong. It is the right starting point for major code changes, deep research, polished client deliverables, complex computer-use tasks and workflows that need maximum reasoning.

Choose Terra for most production agents and everyday professional work. Its coding scores are close to Sol's at half the token price. If you currently use GPT-5.5, test Terra at the same reasoning level and one level lower, which is also OpenAI's migration advice.

Choose Luna for clear, repeatable and high-volume tasks. It is well suited to extraction, labelling, reformatting, first-pass summaries and simple automated responses. Add a routing rule that escalates uncertain or high-value cases to Terra or Sol.

The best setup may use all three. Route straightforward volume to Luna, normal production work to Terra and difficult exceptions to Sol. Measure completed-task cost rather than price per token alone, because a cheaper model that needs repeated corrections can cost more overall.

The bottom line

GPT-5.6 is a meaningful release, but the most useful change is not simply that Sol is stronger than GPT-5.5. OpenAI has turned one model generation into three practical service levels. Sol provides the quality ceiling, Terra delivers much of that capability at half the price, and Luna makes long-context, tool-using work affordable at scale.

For most developers and businesses, Terra is the interesting model. Its published coding results sit close to Sol, and its pricing makes it a credible default for production. Sol earns its place on difficult work, whilst Luna can absorb the predictable volume. The winning approach is not choosing one name forever. It is testing representative work and routing each task to the cheapest model that completes it reliably.

OpenAI's official GPT-5.6 launch announcement, model guidance and system card provide the underlying specifications and evaluation detail.

Last updated: 10 July 2026. This article was revised after GPT-5.6 moved from limited preview to general availability on 9 July 2026, and again to add Artificial Analysis's independent Intelligence Index, Coding Agent Index and cost-per-task measurements published the same day.

Free Guide

Get the free guide: Claude vs ChatGPT, Gemini & Grok

A 20-page playbook covering everything you need to choose and use the big four AI models in 2026, full cost and feature comparisons, what each is best (and worst) at, and how-tos for images, vectors, building a website, Claude Code and more.

Pop your email in to get it free
Preview of the free guide: Claude vs ChatGPT, Gemini and Grok, 2026 features, pricing and what-you-can-do comparison.

Frequently Asked Questions

Is GPT-5.6 available now?
Yes. OpenAI released GPT-5.6 for general availability on 9 July 2026. Sol, Terra and Luna are available through the OpenAI API. GPT-5.6 Sol is available in standard ChatGPT conversations on eligible paid plans, whilst ChatGPT Work and Codex offer broader access to the full family depending on plan.
What is the difference between GPT-5.6 Sol, Terra and Luna?
Sol is the flagship model for the hardest professional, coding and research work. Terra balances intelligence and cost for everyday production work. Luna is the fastest and cheapest option for high-volume, cost-sensitive tasks. All three support text and image input, text output, a 1.05 million-token context window and up to 128,000 output tokens.
Which GPT-5.6 model should I use?
Start with Sol when quality and difficult reasoning matter most. Choose Terra for routine coding, analysis and agent workflows where cost matters. Choose Luna for classification, extraction, straightforward transformations and other high-volume work. Test all three on representative tasks before moving a production workload.
How much does GPT-5.6 cost through the API?
OpenAI charges per million tokens in US dollars. Sol costs $5 input and $30 output, roughly £4 and £24. Terra costs $2.50 input and $15 output, roughly £2 and £12. Luna costs $1 input and $6 output, roughly £0.80 and £4.80. Cached input is charged at one tenth of the standard input rate, whilst cache writes cost 1.25 times the uncached input rate.
Does GPT-5.6 replace GPT-5.5 Instant in ChatGPT?
No. GPT-5.5 Instant remains the default for fast everyday conversations. On eligible plans, GPT-5.6 Sol powers Medium, High and Extra High reasoning, whilst GPT-5.6 Sol Pro powers Pro. Terra and Luna are not selectable in standard ChatGPT conversations, but are available in ChatGPT Work, Codex and the API depending on plan.
AI Tools Review Editorial Team

AI Tools Review Editorial Team Expert Verified

Our editorial team consists of veteran AI researchers, software engineers, and industry analysts. We spend hundreds of hours benchmarking frontier models natively to provide you with objective, actionable intelligence on agentic AI capabilities and cybersecurity landscapes.