OpenAI has changed the economics of the GPT-5.6 family less than a month after its general release. Starting July 30, 2026: - GPT-5.6 Luna c...

OpenAI has changed the economics of the GPT-5.6 family less than a month after its general release.
Starting July 30, 2026:
The update is not limited to a temporary discount. OpenAI says the lower prices reflect improvements across the model, inference stack, routing systems, context management, and the agentic software that connects models to tools.
The practical result is a wider range of production choices.
Luna is now priced for high-volume, cost-sensitive agent workflows. Terra remains the balanced option for everyday work that needs more intelligence. Sol continues to serve the most demanding tasks, while Fast mode offers lower latency when waiting time matters more than the token premium.
When GPT-5.6 launched on July 9, OpenAI listed the following Standard short-context API prices:
| Model | Previous Input Price | Previous Output Price |
|---|---|---|
| GPT-5.6 Sol | $5.00 / 1M tokens | $30.00 / 1M tokens |
| GPT-5.6 Terra | $2.50 / 1M tokens | $15.00 / 1M tokens |
| GPT-5.6 Luna | $1.00 / 1M tokens | $6.00 / 1M tokens |
The July 30 update changed Terra and Luna:
| Model | New Input Price | New Output Price | Change |
|---|---|---|---|
| GPT-5.6 Sol | $5.00 / 1M tokens | $30.00 / 1M tokens | Unchanged |
| GPT-5.6 Terra | $2.00 / 1M tokens | $12.00 / 1M tokens | 20% lower |
| GPT-5.6 Luna | $0.20 / 1M tokens | $1.20 / 1M tokens | 80% lower |
Luna’s price is now one fifth of its original launch rate.
Terra’s new rate is four fifths of its original price.
Sol remains unchanged under Standard processing, but Fast mode now gives developers an option to receive responses at up to 2.5 times the speed for twice the Standard token price.
The headline input and output prices do not show the complete billing structure.
GPT-5.6 supports cached-input discounts and explicit cache writes. Requests using more than 272,000 input tokens also receive long-context pricing for the entire request.
The following rates apply per one million tokens:
| Model | Input | Cached Input | Cache Write | Output |
|---|---|---|---|---|
| GPT-5.6 Sol | $5.00 | $0.50 | $6.25 | $30.00 |
| GPT-5.6 Terra | $2.00 | $0.20 | $2.50 | $12.00 |
| GPT-5.6 Luna | $0.20 | $0.02 | $0.25 | $1.20 |
Cache reads receive a 90% discount relative to ordinary uncached input.
Cache writes are billed at 1.25 times the uncached input rate.
For prompts containing more than 272,000 input tokens, OpenAI currently charges the following rates for the full request:
| Model | Input | Cached Input | Cache Write | Output |
|---|---|---|---|---|
| GPT-5.6 Sol | $10.00 | $1.00 | $12.50 | $45.00 |
| GPT-5.6 Terra | $4.00 | $0.40 | $5.00 | $18.00 |
| GPT-5.6 Luna | $0.40 | $0.04 | $0.50 | $1.80 |
The long-context rule means cost estimates should consider both the number of tokens and whether a request crosses the 272,000-token threshold.
A single very large prompt is not billed by splitting the first 272,000 tokens at the short-context rate and the remainder at the higher rate. The long-context multiplier applies to the full request.
OpenAI’s main argument is that efficient AI deployment begins with the result, not the model name.
Different stages of the same workflow may require different levels of intelligence, speed, and reliability.
A task’s ideal model depends on:
GPT-5.6 Luna is designed for cost-sensitive, high-volume work.
Its current API model page describes it as corresponding roughly to the nano tier used in earlier GPT-5 families.
Luna is a practical candidate for:
OpenAI estimates that Luna can deliver performance comparable to models considered frontier-class about a year earlier at roughly six cents per dollar of task cost and nearly nine times the speed.
That comparison is based on OpenAI’s evaluations and cost methodology. Teams should validate it against their own workloads.
GPT-5.6 Terra is the balanced member of the family.
OpenAI positions it roughly where mini models sat in earlier GPT-5 generations, but with stronger agentic and professional-work capabilities.
Terra is suited to work such as:
GPT-5.6 Sol is the flagship model for complex professional work.
It is the best fit when the model must:
The gpt-5.6 API alias routes to gpt-5.6-sol.
The pricing update makes mixed-model workflows more practical.
A coding agent does not need to use Sol for every token and every tool call.
A possible architecture is:
The same pattern can work outside software engineering.
A document-processing system might use Luna for extraction, Terra for synthesis, and Sol only when the material is ambiguous or consequential.
The correct routing strategy should be determined through evaluations rather than assumptions.
OpenAI’s announcement includes early customer feedback from several production users.
These examples are company- and customer-reported rather than independent benchmarks.
| Company | Reported Use or Result |
|---|---|
| Replit | Luna made previously impractical use cases affordable enough to explore |
| Notion | Terra delivered comparable quality to GPT-5.5 at half the task cost and in 60% less time in internal evaluations |
| Ramp | Terra and Luna led internal coding evaluations on cost efficiency; Luna became a default for background automations |
| Blitzy | Luna increased prompt-cache reuse from 24% to 90% and reduced cost substantially compared with its previous default |
| Cognition | Luna is used as a lower-cost coding partner alongside larger models in Devin Fusion |
| Dust | Luna was reported to be 40% faster and 40% cheaper than the company’s previous default for comparable agentic tasks |
These examples show why per-token pricing is not the only useful measure.
A cheaper model can also alter:
The more meaningful metric is usually cost per successful outcome.
OpenAI attributes the price-performance improvement to three connected layers.
GPT-5.6 models are designed to complete work more directly.
A model that needs fewer output tokens, fewer retries, or fewer reasoning loops can reduce total task cost even before the list price changes.
The production stack determines how efficiently the model uses hardware.
OpenAI says optimized serving software generates tokens more efficiently and keeps compute resources productive.
The harness is the software around the model that provides tools, context, routing, state, and workflow control.
OpenAI says better context management helps agents avoid repeating completed work.
This can reduce:
The three layers interact.
A stronger model may find an optimization in the serving stack. That optimization reduces cost, which makes larger-scale agent usage economical. More usage then creates additional opportunities to improve the system.
One of the most notable claims in the announcement is that GPT-5.6 Sol contributed to OpenAI’s internal efficiency work.
Within a human-led engineering process, OpenAI says Sol:
OpenAI reports that the kernel work reduced the end-to-end cost of serving the model by approximately 20%.
It also says the experiments improved token-generation efficiency by more than 15%.
These are OpenAI’s internal results and have not been independently reproduced through a public benchmark.
The larger point is that the model is becoming part of the process used to improve the infrastructure that runs the model.
That creates a tighter engineering feedback loop:
Stronger model
→ better infrastructure optimization
→ lower serving cost
→ broader use
→ more feedback and investment
→ stronger next model
Lower prices do not mean OpenAI needs less total compute.
The company argues that abundant intelligence requires both:
The first expands total capacity.
Describe your idea once, and We0 AI can generate a showcase site, pages, and CMS, then help you attract customers and traffic after launch.
One complete project generation for free registration
Best for trying one complete generation flow and seeing a first project draft quickly.
The second increases the useful work completed by each unit of hardware.
OpenAI says it is building a diversified infrastructure portfolio and matching workloads to the systems best suited to run them.
This supports both ends of the GPT-5.6 family:
Examples of workloads that may become easier to run at scale include:
Meanwhile, complex Sol requests can use Fast mode when the value of a quicker answer justifies the premium.
Fast mode is the new name for OpenAI’s Priority Processing service tier.
Existing API requests that use:
"service_tier": "priority"
remain compatible.
Developers can also use:
"service_tier": "fast"
For GPT-5.6 Sol, OpenAI says Fast mode delivers up to 2.5 times the speed of Standard processing while preserving the same model intelligence.
The trade-off is price.
Fast mode currently costs twice the Standard API token rate for GPT-5.6 Sol.
Cached-input discounts still apply.
from openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-5.6-sol",
input="Review this migration plan and identify the three highest-risk assumptions.",
service_tier="fast",
)
print(response.output_text)
Fast mode is available through the Responses API and Chat Completions API for supported models.
For GPT-5.6 and earlier models, the response object may report the service tier as priority even when the request used the newer fast name.
Fast mode is not automatically the best setting for every Sol request.
It is most useful when latency directly affects the value of the result.
Examples include:
Standard processing may be more economical for:
A two-times token premium only makes sense when the faster completion creates more value than it costs.
The new list prices make Luna and Terra cheaper, but prompt caching can have an equally large effect on long-running agents.
Every turn in an agent loop may resend:
Without caching, the application can pay repeatedly for the same prefix.
GPT-5.6 supports both automatic caching and explicit cache breakpoints.
OpenAI currently bills:
A cache write costs more than ordinary input, but later reads are heavily discounted.
Caching is most useful when the same stable prefix is reused enough times to recover the higher write cost.
Applications should track:
The current API model pages list several shared specifications:
| Specification | Sol | Terra | Luna |
|---|---|---|---|
| Context window | 1,050,000 tokens | 1,050,000 tokens | 1,050,000 tokens |
| Maximum output | 128,000 tokens | 128,000 tokens | 128,000 tokens |
| Knowledge cutoff | February 16, 2026 | February 16, 2026 | February 16, 2026 |
| Text input/output | Supported | Supported | Supported |
| Image input | Supported | Supported | Supported |
| Reasoning tokens | Supported | Supported | Supported |
| Function calling | Supported | Supported | Supported |
| Structured outputs | Supported | Supported | Supported |
| Fine-tuning | Not supported | Not supported | Not supported |
All three models are available through the Responses API.
The model pages also list broad tool support, although exact feature availability can vary by endpoint, account, product, and release stage.
OpenAI says GPT-5.6 Terra and Luna remain available in:
Current access described in the price announcement includes:
| Plan Group | GPT-5.6 Access in ChatGPT Work and Codex |
|---|---|
| Free and Go | Terra |
| Plus, Pro, Business, Enterprise | Terra and Luna |
Sol has its own access rules across ChatGPT, ChatGPT Work, Codex, and the API.
The July 30 update did not reduce ChatGPT or Codex subscription prices.
It also did not increase the stated quota budgets.
Instead, Luna and Terra now consume fewer credits because their underlying usage costs are lower.
OpenAI also said the pricing update would begin rolling out through AWS on the announcement day. Pricing for models offered through third-party platforms can differ from direct OpenAI API pricing.
A practical selection process can follow five steps.
Write down what counts as success.
Avoid choosing a model based only on a broad label such as “coding” or “research.”
A low-risk classification task and a production database migration should not use the same decision rule.
For difficult work, test Sol first to understand the highest available quality.
Measure whether the lower-cost model preserves the quality that actually matters.
Track:
Do not optimize only for the cheapest input-token rate.
GPT-5.6 Luna now costs $0.20 per million Standard short-context input tokens, $0.02 per million cached input tokens, and $1.20 per million output tokens. Cache writes cost $0.25 per million tokens.
GPT-5.6 Terra now costs $2.00 per million Standard short-context input tokens, $0.20 per million cached input tokens, and $12.00 per million output tokens. Cache writes cost $2.50 per million tokens.
Its Standard token price did not change. Sol remains $5 per million short-context input tokens and $30 per million output tokens, while Fast mode provides up to 2.5 times faster processing for twice the Standard price.
OpenAI renamed Priority Processing to Fast mode on July 30, 2026. Existing requests using service_tier: "priority" remain compatible, and new requests can use service_tier: "fast".
The current model pages state that prompts containing more than 272,000 input tokens use higher input and output rates for the full request. Developers should account for that threshold when estimating the cost of very large prompts.
OpenAI positions Luna for cost-sensitive, high-volume work. Terra is the balanced choice when Luna does not provide enough quality, while Sol is intended for the most difficult professional tasks.
No. OpenAI says subscription prices and quota budgets remain unchanged. Terra and Luna now consume fewer credits inside supported paid-product workflows.
Direct OpenAI API prices changed on July 30. OpenAI said AWS pricing would begin rolling out later that day, but third-party platform pricing and availability can differ, so users should verify the provider’s current rate card.
OpenAI’s July 30 update reduced GPT-5.6 Luna’s Standard API price by 80% and Terra’s by 20%. Sol’s Standard price remains unchanged, while the new Fast mode can deliver up to 2.5 times faster API responses at twice the token rate.
The announcement is built around a broader price-performance strategy. OpenAI says it is improving the model, inference stack, routing, context management, and agent harness so that each successful task requires less time, fewer tokens, or less compute.
For developers, the right choice is not simply the cheapest model. Luna is designed for high-volume execution, Terra balances cost and intelligence, and Sol handles the most difficult work. Mixed-model routing, caching, evaluations, and cost-per-success measurements can produce larger savings than a model swap alone.
The core change is that GPT-5.6 now offers a wider operating range: much cheaper routine intelligence at the Luna and Terra tiers, with faster frontier intelligence available through Sol when latency justifies the premium.
This Markdown file is an independently written editorial adaptation of the official article. It preserves the topic, factual sequence, and practical meaning without reproducing OpenAI’s wording or customer quotations line by line.
Start from one sentence and have a complete website in minutes.