Who this is for: Developers calling GPT-5.6 via API or ChatGPT Work, FinOps owners, and teams choosing between Kimi K3, DeepSeek, and OpenAI. Bottom line: On July 30, 2026, OpenAI cut Luna -80% and Terra -20%, kept Sol at list price, and added a 2x-priced Fast mode with up to 2.5x speed—just three weeks after the GPT-5.6 launch. What you get: full timeline, three-tier pricing tables, Sol's self-optimized GPU kernel story, competitor matrix, controversy flags, and a six-step Agent routing runbook. Launch specs: GPT-5.6 release breakdown.
TL;DR — 30-second verdict
When the July 30 announcement landed, most teams hit the same six blind spots—not whether prices dropped, but how to turn three-tier differentiation into an executable API routing plan:
The sections below fill each gap with official announcements, press coverage, and third-party pricing data.
Takeaway first: This is not an isolated promo. It is a three-step script—launch, disclose cost engineering, cut prices—compressed into three weeks. That pace is rare for OpenAI and signals pricing pressure has moved from "friendly rivalry" to "must respond now." Kimi K3 open-weight details: Kimi K3 full open-weight release.
| Model | Before (input/output, per 1M tokens) | After (input/output) | Change |
|---|---|---|---|
| GPT-5.6 Luna | $1.00 / $6.00 | $0.20 / $1.20 | -80% |
| GPT-5.6 Terra | $2.50 / $15.00 | $2.00 / $12.00 | -20% |
| GPT-5.6 Sol (standard) | $5.00 / $30.00 | $5.00 / $30.00 (unchanged) | 0% |
| GPT-5.6 Sol (new Fast mode) | N/A | $10.00 / $60.00 | 2x standard price (up to 2.5x speed) |
Note: Sol Fast replaces Priority Processing. Intelligence matches standard Sol—only speed and price differ. ChatGPT Work and Codex subscription prices are unchanged, but Luna/Terra quota consumption drops with the cuts. Data from OpenAI's official blog (vendor-reported, cross-checked against multiple press outlets).
Analysis: The deepest cut hit the cheapest tier. Luna targets high-frequency Agent workloads—tool calls and multi-step tasks—so the drop directly lowers the barrier for long-running Agent pipelines. Terra gets a modest trim to protect mid-tier margin. Sol holds list price and adds a pricier Fast tier: OpenAI still bets on capability premium at the top, using speed—not discount—as the new monetization axis.
Per OpenAI's technical blog, GPT-5.6 Sol was used inside Codex to optimize its own inference stack: rewrite and tune production GPU kernel code (via OpenAI's open-source GPU languages Triton and Gluon), redesign the speculative-decoding draft model, and improve KV cache management and GPU scheduling. Official results: end-to-end service cost down 20%, token generation efficiency up 15%+; FpSan (a floating-point verifier) validates AI-rewritten code.
Technical risk: When a model rewrites the code it runs on, subtle numeric errors are possible. FpSan exists because "trust the model's patches" is not enough. Publicly, this appears to be the first case of a frontier model autonomously rewriting and shipping changes to its own production stack—with pricing impact. The engineering detail is real; the 20% figure remains vendor-reported.
Luna drops hard to win price-sensitive, high-concurrency Agent scenes. Terra trims slightly to stay "good enough, not expensive." Sol stays premium and adds Fast—speed as a separate SKU. That is "fight on price at the bottom, charge for capability at the top"—a different playbook from Moonshot and DeepSeek's single-track value positioning.
Kimi K3 dominated conversation from July 16. Enterprise buyers grew cautious on large AI spend. Price cuts, cost-engineering disclosure, and Fast mode landed in the same week—more targeted counter-move than passive cost pass-through. DeepSeek pricing context: DeepSeek V4 GA pricing and migration guide.
| Model | Vendor | Input ($/M tokens) | Output ($/M tokens) | Notes |
|---|---|---|---|---|
| GPT-5.6 Luna | OpenAI | $0.20 | $1.20 | After cut |
| GPT-5.6 Terra | OpenAI | $2.00 | $12.00 | After cut |
| GPT-5.6 Sol | OpenAI | $5.00 | $30.00 | Unchanged |
| Kimi K3 | Moonshot AI | $3.00 (cache $0.30) | $15.00 | Open weights, 2.8T MoE |
| DeepSeek V4 Pro | DeepSeek | $0.435 (cache $0.0036) | $0.87 | 75% permanent cut, May 2026 |
| DeepSeek V4 Flash | DeepSeek | $0.14 | $0.28 | Light tier |
| Claude Sonnet 5 | Anthropic | $3.00 (promo $2.00 through 8/31) | $15.00 (promo $10.00) | Matches Kimi K3 list on standard pricing |
| Gemini 3.5 Flash-Lite | ~$2.80/M combined | Light tier | ||
| MAI-Code-1-Flash | Microsoft | $0.75 | $4.50 | GitHub Copilot only, no standalone API |
Data from vendor pricing pages and third-party trackers including Model Price Watch and BenchLM. Some figures are promotional or vendor-reported—verify current billing on each platform.
Analysis: Post-cut Luna at $1.40/M combined undercuts Gemini 3.5 Flash-Lite and enters the small-model price war's top tier. DeepSeek V4 and Kimi K3 cache-hit pricing still sit lower—this move closes gaps more than it flips leadership. Artificial Analysis per-completed-task estimates put Kimi K3 and GPT-5.6 Sol much closer: roughly $0.94 vs $1.04 per task. Token list prices ignore verbosity and task-completion quality.
The cuts sit inside a broader narrative: DeepSeek (V4 Pro -75% from May), Moonshot (Kimi K3 open weights + aggressive pricing), and Microsoft (MAI-Code-1-Flash at $0.75/$4.50, Copilot-only) all push value as the main weapon. Sustained price wars may boost share but compress frontier-lab margins—volume for revenue growth, at a cost.
from openai import OpenAI
client = OpenAI() # uses OPENAI_API_KEY env var
# Luna: high-frequency Agent / tool calls (post-cut $0.20/$1.20 per 1M tokens)
response = client.chat.completions.create(
model="gpt-5.6-luna",
messages=[{"role": "user", "content": "Summarize this log file and extract errors."}],
max_tokens=2048,
)
# Sol Fast: latency-sensitive production only ($10/$60 per 1M tokens)
fast = client.chat.completions.create(
model="gpt-5.6-sol",
messages=[{"role": "user", "content": "Fix this failing unit test."}],
extra_body={"speed": "fast"}, # confirm param name in current OpenAI docs
)
Switching Luna / Terra / Sol on a laptop breaks Agent sessions on lid-close sleep. API keys scattered across dev machines resist unified rotation. Routing experiments during a price-cut window turn into production incidents on network jitter—none of this is OpenAI's pricing fault, but all of it decides whether Luna's 80% cut becomes reliable Agent output.
Running multi-tier routing and 24/7 Agent workflows locally hides costs that scale linearly with call volume. For a more stable production environment built for AI Agent automation, MACCOME Mac cloud hosts are usually the better fit—real macOS, SSH handoff, environment isolation, and OpenClaw / Cursor Agent Gateway on dedicated instances running Luna-default with Sol fallback. Plans and pricing: Mac mini cloud rental rates.
Sources: OpenAI official blogs "Advancing the price-performance frontier with GPT-5.6" and "How GPT-5.6 fuses frontier intelligence with frontier efficiency" (July 29–30, 2026); VentureBeat, The Decoder, CNBC/Reuters/Axios; IT Home, 36Kr, Wall Street CN, CNA; The New Stack, Hardware Busters (METR evals, Reddit reactions); Model Price Watch, BenchLM.ai, Artificial Analysis. Verify current pricing and policies before production cutovers.
FAQ
How much does GPT-5.6 Luna cost after the price cut?
After the July 30 cut, Luna API pricing is $0.20 per million input tokens and $1.20 per million output tokens—an 80% drop from the original $1.00/$6.00. It is the steepest cut in the GPT-5.6 family.
Why did Sol not get cheaper—and why is there a more expensive Fast mode?
OpenAI positions Sol as a capability-premium flagship. Fast mode costs 2x standard ($10.00/$60.00 per million tokens) for up to 2.5x speed. Model quality is unchanged—it replaces Priority Processing. Launch specs: GPT-5.6 release breakdown.
Can I trust OpenAI's claim that AI optimized its own GPU code?
It is vendor-reported. No third party has audited the specific 20% cost figure. Press treats it as the first known public case of a frontier model rewriting and shipping its own production stack code—the Triton/Gluon and FpSan details carry engineering credibility, but treat the savings percentage cautiously.
What does this mean for developers outside the US?
Developers on official API or third-party gateways see clear cost drops on Luna and Terra—especially for batch jobs and Agent pipelines. Compliance routing, FX, and platform markups still affect landed price; check your channel's current rates.
Is GPT-5.6 still more expensive than Kimi K3 or DeepSeek V4 Pro?
On token list price, Luna now undercuts many international rivals but stays above DeepSeek V4. Sol remains above Kimi K3 and DeepSeek V4 Pro. Per-completed-task benchmarks narrow the gap significantly. For multi-model routing on a dedicated node, see MACCOME Mac cloud rental plans.