What Changed: Price Cuts and a New Fast Mode
On July 30, 2026, OpenAI announced significant price reductions for two GPT-5.6 models and a new performance option for the flagship Sol model. The changes are designed to give developers more flexibility in balancing cost, speed, and intelligence.
- GPT-5.6 Luna, the fastest and most affordable model, now costs 80% less. API pricing drops to $0.20 per million input tokens and $1.20 per million output tokens.
- GPT-5.6 Terra, the balanced model for everyday work, is now 20% cheaper at $2 per million input tokens and $12 per million output tokens.
- GPT-5.6 Sol pricing remains unchanged, but OpenAI introduced Fast mode in the API, which replaces the previous Priority Processing offering. Fast mode delivers up to 2.5× faster speeds than Standard processing at twice the price, with no change in intelligence. It is backward compatible: existing requests tagged
prioritywill automatically use Fast mode.
These price changes also affect how usage is counted in Codex and ChatGPT Work subscriptions. Terra and Luna usage now consumes fewer credits, but subscription prices and quota budgets remain unchanged. AWS pricing changes begin rolling out later on the same day.
Why This Matters: Efficiency Gains Behind the Scenes
OpenAI attributes these price cuts to improvements across three layers: the models themselves, the inference systems that run them, and the agentic harness that connects models to tools and context. GPT-5.6 models take a more direct path through work, better routing keeps hardware productive, optimized production software generates tokens more efficiently, and smarter context management helps agents avoid repeating completed work.
A notable example: within a human-led process, GPT-5.6 Sol autonomously rewrote and optimized production kernels, designed and ran hundreds of experiments to improve token generation, and monitored training, intervening when problems arose. This kernel work reduced the end-to-end cost of serving the model by 20%, while its experiments increased token-generation efficiency by more than 15%. OpenAI notes this creates a tighter feedback loop: as models improve and work more autonomously, efficiency gains accelerate.
Practical Implications for Product Builders
OpenAI emphasizes a principle: match intelligence to the outcome. The right balance of intelligence, speed, reliability, and cost depends on the stakes, cost of error, urgency, and scale of each task. This balance can change from one step of a workflow to the next.
For example, a coding workflow might use Sol to resolve uncertainty and define the plan, then use Luna to implement well-specified changes, write and run tests, and evaluate results. This approach lets you apply maximum useful intelligence at every stage while paying the right price for the value it creates.
Luna’s performance is particularly noteworthy: on professional work measured by Agents’ Last Exam, Luna outperforms Fable 5 at an estimated cost per task nearly 99% lower. It also delivers performance comparable to frontier-class models from a year ago at roughly 6 cents on the dollar per task and at nearly nine times the speed. This makes high-volume tasks like large-scale document analysis, customer-interaction classification, and routine implementation economical to run broadly.
However, don’t rush to switch everything to Luna. OpenAI advises defining the outcome and quality standard you need, then using evaluations to determine where additional intelligence materially improves results and where faster, lower-cost processing delivers the same quality. In steps requiring uncertainty resolution or strategic planning, Sol’s value remains irreplaceable.
Limitations and Trade-offs
While the price cuts are substantial, there are trade-offs to consider:
- Luna and Terra are not Sol. They are designed for high-volume, well-specified tasks. For complex reasoning, ambiguous requirements, or high-stakes decisions, Sol’s intelligence may be worth the premium.
- Fast mode doubles the price. It’s a speed option, not a discount. Use it only when response time is critical and the 2.5× speedup justifies the cost.
- Subscription credit changes mean that Terra and Luna usage consumes fewer credits, but the subscription price itself is unchanged. This effectively gives subscribers more value, but it’s not a direct price cut.
- AWS rollout is gradual; pricing changes begin rolling out later on the same day, so availability may vary.
Takeaway: Build for the New Cost Curve
OpenAI’s strategy is built for scale: investing in both more compute and more productive compute, matching each workload to the best-suited system. This supports both ends of the price-performance curve—low-cost Luna and Terra for high-volume work, and Fast mode for Sol when speed matters.
For product teams, this means AI applications that were previously cost-prohibitive may now be feasible. But it also requires building your own evaluation pipeline to know when to spend more for speed or intelligence. The price cuts are not a promotion; they reflect real improvements in model and infrastructure efficiency, and these improvements are likely to continue.
As OpenAI puts it, the gains can compound: more capable models help find the next generation of improvements, shortening the path to better performance and lower costs. The practical takeaway: reassess your workflows, define quality standards, and use evaluations to decide where Luna, Terra, or Sol fits best. The frontier of affordable AI just moved.
Sources
AI-assisted summary compiled from the sources above, reviewed by a human before publishing.
