OpenAI · Closed Weights · API Only
GPT-5.6 (Luna, Terra, Sol): Pricing, Benchmarks & Local Alternatives
GPT-5.6 is OpenAI's family of three closed models, released July 9, 2026: Luna (fastest, cheapest — $1/$6 per Mtok), Terra ($2.50/$15, claimed to match GPT-5.5 at half the price), and Sol ($5/$30) — the flagship and OpenAI's self-described "best coding model yet." You cannot run any of them locally: the weights are closed. OpenAI's only local-runnable models remain gpt-oss-20b and gpt-oss-120b, unchanged since August 2025. Below: the three tiers, verified pricing, reported benchmarks vs Claude Fable 5, and what to run instead if you want open weights.
Key takeaways
- →Three tiers, one family — Luna → Terra → Sol, least to most capable. Public release July 9, 2026, ~11 weeks after GPT-5.5.
- →Sol = flagship coder — reportedly scores 80 on Artificial Analysis's Coding Agent Index, 2.8 points above Claude Fable 5 at about a third less cost.
- →Terra undercuts GPT-5.5 — same $5/$30 class of performance (per OpenAI) at $2.50/$15.
- →Closed weights — no local option — gpt-oss-120b (single 80GB GPU) and gpt-oss-20b (16GB devices) are still OpenAI's only downloadable models.
- →Open rivals exist — GLM-5.2, DeepSeek V4, and the new Apache-2.0 Inkling chase the closed frontier from behind.
Quick answer
If you came here asking "which GPT-5.6 should I use?" — Sol for agentic coding and complex reasoning, Terra if you were happy with GPT-5.5 and want the same class of output for half the money, Luna for high-volume cheap-and-fast calls. If you came here asking "can I download it?" — no, and no amount of quantization changes that. Skip to the local section for what you can actually run.
One release detail worth knowing: a June 2026 US executive order requires powerful models to be submitted for government review 30 days before release. The Commerce Department's Center for AI Standards and Innovation cleared GPT-5.6 in about two weeks, and government-approved partners had a limited preview from June 26, 2026 via the API and Codex before the public launch.
Luna vs Terra vs Sol
Sol — the flagship
OpenAI calls Sol its "best coding model yet," positioned as the workhorse for complex reasoning and agentic workflows. Sam Altman told CNBC it's 54% more token-efficient on agentic coding than its predecessor — a vendor claim, but token efficiency is where the reported third-party numbers agree (see benchmarks below).
Terra — the mid-tier value play
Claimed to match GPT-5.5 performance at half the price. Since GPT-5.5 launched at $5/$30 only ~11 weeks earlier (April 23, 2026), Terra at $2.50/$15 is the clearest signal of how fast frontier pricing is deflating.
Luna — fastest and cheapest
The speed/cost tier at $1/$6 per Mtok. Per Artificial Analysis's reported index numbers, even Luna scores above Claude Opus 4.8 on agentic coding — the budget tier is not a toy.
In ChatGPT itself (per secondary reporting): no GPT-5.6 access on Free or Go plans; Plus gets Medium/High reasoning levels; Pro, Business, and Enterprise get Medium/High/Extra High/Pro. GPT-5.5 Instant remains the everyday default layer.
Pricing
| Model | Input / 1M tokens | Output / 1M tokens | Positioning |
|---|---|---|---|
| GPT-5.6 Sol | $5.00 | $30.00 | Flagship — coding & agentic workflows |
| GPT-5.6 Terra | $2.50 | $15.00 | GPT-5.5-class at half the price (OpenAI's claim) |
| GPT-5.6 Luna | $1.00 | $6.00 | Fastest, cheapest tier |
| GPT-5.5 (reference) | $5.00 | $30.00 | Previous flagship, April 2026 |
Context window is reported (secondary sources) at ~1,050,000 tokens with 128K max output, with a long-context surcharge above 272K input tokens — Sol reportedly rises to $10/$45 in that band. If your workload routinely stuffs the context window, price it at the surcharge rate, not the sticker rate.
Benchmarks (reported)
We have not run GPT-5.6 through our own harness, so everything here is labeled by source. The headline third-party number: on Artificial Analysis's Coding Agent Index, Sol scores 80 — reported as 2.8 points above Claude Fable 5, while using under half the output tokens, under half the time, and about a third less cost. Terra reportedly lands slightly above Fable 5; Luna above Claude Opus 4.8.
OpenAI-cited GPT-5.6 vs GPT-5.5 deltas, as compiled by secondary sources:
| Benchmark | GPT-5.6 | GPT-5.5 |
|---|---|---|
| ExploitBench 2 | 73.5% | 47.9% |
| SEC-Bench Pro | 71.2% | 45.8% |
| BrowseComp | 92.2% | — |
| OSWorld 2.0 | 62.6% | — |
Read those security-benchmark jumps (ExploitBench 2, SEC-Bench Pro) as vendor-cited until independently reproduced. The token-efficiency story is the more defensible takeaway: both OpenAI's 54% claim and Artificial Analysis's under-half-the-tokens observation point the same direction.
Can you run GPT-5.6 locally?
No. Luna, Terra, and Sol are all closed-weight, same as GPT-5.5. There is no download, no GGUF, no self-host tier. Any site telling you how to "install GPT-5.6 with Ollama" is describing a different model wearing the name.
What OpenAI does let you run locally — unchanged since August 2025 — is the gpt-oss pair, both Apache 2.0, on Hugging Face, and runnable via Ollama, vLLM, Transformers, or llama.cpp:
| Model | Size | Runs on | Rough level |
|---|---|---|---|
| gpt-oss-120b | ~117B total / 5.1B active MoE | Single 80GB GPU | ~o4-mini |
| gpt-oss-20b | ~21B total / 3.6B active | 16GB-memory devices | ~o3-mini |
ollama run gpt-oss:20b # 16GB machines
ollama run gpt-oss:120b # single 80GB GPUAnd no, there is no "gpt-oss 2" — that's rumor-level at best as of this writing.
API cost vs local hardware
Sol's $30 per million output tokens is where agent workloads bite: agent loops are output-heavy (tool results, intermediate reasoning), so the meter runs on the expensive side of the pricing table — and above 272K input the reported surcharge takes Sol to $10/$45. That per-token bill never stops. A local GPU is the opposite trade: one-time hardware cost, zero per-token fees, but you get gpt-oss-class or open-frontier quality, not Sol.
The honest framing: if you need Sol-level agentic coding, pay for Sol (or Terra, which cuts the rate in half for GPT-5.5-class output). If your workload fits what a 16GB machine or a single 80GB GPU can serve, local wins on cost over time. We walk through the break-even math in Ollama vs the ChatGPT API: the real cost math and the broader trade-offs in Local AI vs ChatGPT.
Open-weight alternatives
Nothing open-weight matches Sol today. But if closed weights are a dealbreaker, these are the models actually chasing this tier:
- →GLM-5.2 — MIT-licensed open-weight frontier MoE.
- →DeepSeek V4 — the other MIT-licensed open-weight frontier line.
- →Kimi K3 — Moonshot's open-weight line.
- →Inkling (Thinking Machines Lab, July 15-16, 2026) — 975B-param Apache 2.0 MoE, 1M context. Its makers claim it's competitive with DeepSeek V4, GLM-5.2, and Kimi K2.6 while trailing the closed frontier. Needs ~2TB GPU memory at BF16 (~8× B300 or 16× H200; roughly half with NVFP4); supports vLLM, SGLang, and llama.cpp. Datacenter-class only.
Bottom line
Sol is the reported flagship of GPT-5.6: 80 on the Coding Agent Index — 2.8 points above Claude Fable 5 at about a third less cost — with token efficiency as the most defensible takeaway. Terra delivers GPT-5.5-class performance (per OpenAI) at half the price, and Luna, at $1/$6 per Mtok, reportedly still scores above Claude Opus 4.8.
For local-first readers the verdict is unchanged from GPT-5.5: all three models are closed-weight, so if you need Sol-level agentic coding, pay for Sol or Terra. If closed weights are a dealbreaker, nothing open matches Sol today — GLM-5.2, DeepSeek V4, and Inkling chase this tier from behind, and on modest hardware the gpt-oss pair remains the realistic local pick.
FAQ
What is GPT-5.6?
Can I run GPT-5.6 locally?
How much does GPT-5.6 cost?
What is the difference between GPT-5.6 Luna, Terra, and Sol?
Is GPT-5.6 better than Claude?
What is the best open-source alternative to GPT-5.6?
Related models
- → GPT-5.5 — the predecessor Terra now undercuts at half price
- → GPT-5 — where the 5.x line started
- → gpt-oss — the only OpenAI models you can actually download
- → Claude Fable 5 — the closed rival Sol is measured against
- → Claude Sonnet 5 — Anthropic's Sonnet line
- → GLM-5.2 — open-weight frontier rival
- → Kimi K3 — Moonshot's open-weight line
Go from reading about AI to building with AI
20 structured courses. Hands-on projects. Runs on your machine. Start free.
Written by the Local AI Master Team
The team behind Local AI Master
We build Local AI Master around practical, testable local AI workflows: model selection, hardware planning, RAG systems, agents, and MLOps. The goal is to turn scattered tutorials into a structured learning path you can follow on your own hardware.