AI Tools Review

Insights

GPT-5.6 Review: Pricing, Sol vs Terra vs Luna

AI Tools Review Editorial Team1 August 2026
GPT-5.6 Review: Pricing, Sol vs Terra vs Luna

    Quick answer:

    OpenAI cut GPT-5.6 Terra and Luna API prices on 30 July 2026. Sol remains $5 input and $30 output per million tokens. Terra is now $2/$12 after a 20% cut, whilst Luna is $0.20/$1.20 after an 80% cut. Sol Fast mode offers up to 2.5 times the standard speed at twice the price. Sol remains the quality choice, Terra the middle tier and Luna the strongest candidate for clear, high-volume work.

    GPT-5.6 launched globally on 9 July 2026. Three weeks later, OpenAI changed the economics of the family by sharply reducing Terra and Luna prices while leaving Sol unchanged.

    That makes model selection less obvious than it was at launch. Sol still offers the highest capability, but Luna now costs one twenty-fifth of Sol for both input and output tokens. The practical question is how much intelligence each task needs, not which model has the most impressive name.

    Note: this analysis uses OpenAI's launch announcement, 30 July pricing update, model documentation, system card and published evaluations. AI Tools Review has not independently reproduced every benchmark. API prices are billed in US dollars.

    Matt Wolfe's complete guide to GPT-5.6.

    30 July price cuts and Sol Fast mode

    OpenAI cut Terra's API prices by 20% and Luna's by 80% on 30 July 2026. Sol's standard rates did not change. The reductions also apply through AWS, according to OpenAI's announcement.

    ModelLaunch input/outputCurrent input/outputChange
    Sol$5 / $30$5 / $30Unchanged
    Terra$2.50 / $15$2 / $1220% lower
    Luna$1 / $6$0.20 / $1.2080% lower

    OpenAI also introduced Sol Fast mode, which runs at up to 2.5 times the standard speed for twice the standard token price. It replaces Priority Processing, although existing API calls that use the priority service tier continue to work.

    ChatGPT and Codex subscription prices did not change. OpenAI says Terra and Luna now consume fewer usage credits, but the underlying quota budgets remain the same.

    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 work$5 / $30Highest cost
    GPT-5.6 TerraEveryday production agents, analysis and coding$2 / $12Less headroom on the hardest tasks
    GPT-5.6 LunaExtraction, classification and high-volume transformations$0.20 / $1.20Lowest 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 now costs 40% of 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%. The gaps are small, but Luna's larger price cut means Terra is no longer the automatic value choice.

    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 twenty-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

    Artificial Analysis published independent measurements for all three models on 9 July 2026. 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. Its measured cost was $1.04 per Intelligence Index task against Fable 5's $2.75. Terra (max) scores 55 and Luna (max) 51, with measured costs of $0.55 and $0.21 per task.

    Those cost-per-task figures are historical measurements made with the launch prices. Artificial Analysis has not yet republished them using OpenAI's 30 July rates. The benchmark scores remain useful, and the lower token prices improve Terra and Luna's likely inference economics, but the table below should not be read as a fresh rerun.

    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: Free and Go users can access Terra. Plus, Pro, Business and Enterprise users can choose Terra or Luna, with Sol available according to plan and workspace settings.
    • 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. These rates took effect on 30 July 2026.

    ModelInput / 1MCached input / 1MOutput / 1M
    Sol$5$0.50$30
    Terra$2$0.20$12
    Luna$0.20$0.02$1.20

    Cache writes cost 1.25 times the normal input rate. Sol Fast mode costs twice the standard Sol rate and can run up to 2.5 times faster.

    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 when you need more headroom than Luna but cannot justify Sol for every call. Its published coding scores are close to Sol's at 40% of 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. At 4% of Sol's token price, it now deserves to be the first model tested for 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 now spans three sharply separated price tiers. Sol provides the quality ceiling, Terra offers more headroom than Luna at 40% of Sol's token price, and Luna makes long-context, tool-using work unusually cheap at scale.

    Luna's 80% cut changes the default recommendation. Start bounded, high-volume tasks with Luna, move uncertain or more demanding work to Terra, and reserve Sol for cases where quality or speed justifies the premium. Test representative work and route each task to the cheapest model that completes it reliably.

    OpenAI's 30 July pricing announcement, serving-efficiency report, launch announcement, model guidance and system card provide the underlying prices, specifications and evaluation detail.

    Last updated: 1 August 2026. This article now reflects OpenAI's 30 July Terra and Luna price cuts, Sol Fast mode and the company's latest serving-efficiency report. Artificial Analysis cost-per-task figures remain labelled as historical 9 July measurements.

    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, Terra costs $2 input and $12 output, and Luna costs $0.20 input and $1.20 output. Cached input is charged at one tenth of the standard input rate, whilst cache writes cost 1.25 times the uncached input rate. Sol Fast mode costs twice the standard rate and can run up to 2.5 times faster.
    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.

    Explore more AI tool comparisons

    In-depth reviews, benchmarks and guides to help you choose the right AI tools.

    Browse all reviews
    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.