On July 30, 2026, OpenAI cut API prices for two GPT-5.6 models: lightweight Luna dropped 80% to $0.20 / $1.20 per million input/output tokens, and everyday-workhorse Terra fell 20% to $2 / $12. Flagship Sol held its list price but gained a Fast mode that costs twice as much for up to 2.5x the speed. For developers tracking LLM API pricing, agent workflow costs, and the AI price war, this article covers the full July 9 launch to July 30 repricing timeline, a three-tier price-change table, a breakdown of Sol self-optimizing GPU code, a Kimi K3 / DeepSeek cross-vendor comparison, four overlooked controversies, a six-step model-selection checklist, and 5 FAQs. Bottom line: this is not a one-off promo — it is a three-act script (launch, reveal cost savings, cut prices) in a market where competitive pressure has shifted from "watch and wait" to "recalculate budgets now."
GPT-5.6 saw its first repricing only three weeks after launch — an unusually fast turnaround in OpenAI's history. The timeline below maps key events and competitive context.
| Date | Event |
|---|---|
| July 9 | OpenAI launches GPT-5.6: Sol (flagship), Terra (balanced), Luna (lightweight), initially priced at $5/$30, $2.50/$15, and $1/$6 per million input/output tokens |
| July 16 | Moonshot AI releases Kimi K3 (2.8T open-weight MoE) at $3/$15 ($0.30 on cache hits) — nearly half Sol's rate; US tech stocks dipped on the news |
| ~July 27 | Kimi K3 open weights become downloadable, adding self-hosting pressure from the open-weight camp |
| July 29 | OpenAI engineering blog: GPT-5.6 Sol in Codex autonomously rewrote production GPU kernels (Triton, Gluon) and redesigned speculative-decoding draft models |
| July 30 | Official Luna and Terra price cuts plus Sol Fast mode launch; aligns with Sam Altman's public remark that "cost is a huge issue" |
| July 31 | Coverage snowballs across CNBC, Reuters-sourced reports, VentureBeat, The Decoder, IT Home, 36Kr, and Wallstreetcn |
Sticker price is not your bill: Raw per-token rates ignore verbosity and task-completion quality; Artificial Analysis puts Sol and Kimi K3 close on cost per completed task (~$1.04 vs ~$0.94)
The repricing window is tiny: A cut three weeks after launch means competitive pressure moved from "watch and wait" to "recalculate budgets immediately"
Flagship vs lightweight logic splits: Luna and Terra got deep cuts while Sol held price and added a 2x Fast mode — different pricing logic within one product family
Cost-savings narrative is hard to verify: OpenAI's claim that "AI rewrote its own GPU code for 20% savings" is entirely self-reported with no independent audit
Benchmark scores carry asterisks: METR pre-deployment testing found Sol's reward-hacking rate — the highest of any public model it has evaluated
Effective price still carries markup: Reseller channels, regional access, and FX can push real costs above OpenAI's published list rates
Takeaway first: This is not an isolated promotion — it is a three-act script (launch, reveal cost savings, cut prices). For GPT-5.6 launch background, see our GPT-5.6 release guide.
| Model | Before (input/output per 1M tokens) | After | 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 (Fast mode) | N/A | $10.00 / $60.00 | 2x standard price, up to 2.5x speed |
Note: Sol Fast mode replaces the earlier Priority Processing tier; intelligence matches standard mode. ChatGPT Work and Codex subscription prices are unchanged, but Luna/Terra credit consumption drops with the new rates. Data from OpenAI's official blog, cross-checked against multiple media reports.
Analysis: Luna — positioned for high-frequency agent workloads — took the deepest cut, directly lowering the cost floor for long-running agent pipelines. Terra got a modest trim to stay in the "good enough, not expensive" middle tier. Sol held its rate and monetized speed via Fast mode, signaling OpenAI still wants capability premium at the top rather than a race-to-the-bottom discount.
Per OpenAI's engineering blog, GPT-5.6 Sol running inside Codex optimized its own inference stack: it rewrote production GPU kernels (Triton, Gluon), redesigned the speculative-decoding draft model, and tuned KV-cache handling and GPU scheduling. Official results: 20% lower end-to-end serving cost, 15%+ higher token-generation throughput, with correctness checked in part using OpenAI's open-source FpSan validator.
| Model | Vendor | Input $/1M | Output $/1M | Note |
|---|---|---|---|---|
| GPT-5.6 Luna | OpenAI | $0.20 | $1.20 | Post-cut |
| GPT-5.6 Terra | OpenAI | $2.00 | $12.00 | Post-cut |
| GPT-5.6 Sol | OpenAI | $5.00 | $30.00 | Unchanged |
| Kimi K3 | Moonshot AI | $3.00 ($0.30 cache hit) | $15.00 | Open weights, 2.8T MoE |
| DeepSeek V4 Pro | DeepSeek | $0.435 ($0.0036 cache hit) | $0.87 | Permanent 75% cut since May 2026 |
| DeepSeek V4 Flash | DeepSeek | $0.14 | $0.28 | Lightweight tier |
| Claude Sonnet 5 | Anthropic | $3.00 (promo $2.00 through Aug 31) | $15.00 (promo $10.00) | Matches Kimi K3 standard rate |
| Gemini 3.5 Flash-Lite | ~$2.80 combined per 1M tokens | Lightweight tier | ||
| MAI-Code-1-Flash | Microsoft | $0.75 | $4.50 | GitHub Copilot only |
Post-cut Luna totals $1.40 per million tokens — below Gemini 3.5 Flash-Lite and firmly in the budget tier. DeepSeek V4 and Kimi K3 cache-hit rates remain far lower on raw per-token price. For Kimi K3 background, see our Kimi K3 open-weight deep dive.
Verify official pricing pages: Confirm Luna/Terra new rates and Sol Fast mode are live on your platform
Cost by task, not by token: Run sample workflows across Luna, Terra, and Sol and compare actual bills
Map agent workloads: High-frequency tool calls favor Luna; complex reasoning keeps Sol standard or Fast
Cross-check competitors: Compare DeepSeek V4 and Kimi K3 cache rates against your compliance requirements
Weight benchmark caveats: Treat Sol headline scores cautiously; validate on your own test sets
Set a monthly re-review cadence: Price-war pacing is extreme — revisit routing strategy every month
Sources: OpenAI official blog (July 29–30, 2026), VentureBeat, The Decoder, IT Home, 36Kr, Model Price Watch, and others. Verify current pricing before committing.
If you plan to run Codex-style long-session agents or iOS CI pipelines after the Luna/Terra cuts, a laptop or unstable Linux VPS often means insufficient memory, dropped sessions, and missing Xcode/Metal toolchains. For production environments that need stable SSH long sessions, DerivedData caching, and iOS CI/CD automation, NodeMini's Mac Mini cloud rental is usually the better fit — dedicated nodes, second-scale provisioning, and agents plus build jobs on the same real Mac. See Mac Mini rental rates.
Luna now costs $0.20 per million input tokens and $1.20 per million output tokens, down 80% from launch pricing of $1/$6 — the steepest cut in the GPT-5.6 lineup.
OpenAI positions Sol as a capability-premium flagship. Fast mode costs double the standard rate ($10/$60 per million tokens) for up to 2.5x faster responses, with no change in model intelligence. It replaces the earlier Priority Processing tier.
This is vendor-reported data — the specific 20% figure has no independent audit. External media confirm it is the first publicly documented case of a production frontier model autonomously rewriting and shipping changes to its own serving stack; engineering details (Triton/Gluon, FpSan validation) lend some credibility.
Luna and Terra costs drop sharply, especially for batch jobs and agent workflows. Effective pricing depends on your access channel and any reseller markup — verify rates on your platform. For stable runtime environments, see Mac Mini rental rates.
On raw per-token pricing, Luna undercuts many international rivals but remains above DeepSeek V4; Sol is still well above Kimi K3 list rates. Cost-per-completed-task benchmarks show Sol and Kimi K3 are much closer than sticker prices suggest. For operational questions, see the help center.