★ Reading this for free? Get 20 structured AI courses + per-chapter AI tutor — the first chapter of every course free, no card.Start free in 30 seconds

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.

📅 Published: July 20, 2026🔄 Last Updated: July 20, 2026✓ Manually Reviewed

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 existGLM-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

ModelInput / 1M tokensOutput / 1M tokensPositioning
GPT-5.6 Sol$5.00$30.00Flagship — coding & agentic workflows
GPT-5.6 Terra$2.50$15.00GPT-5.5-class at half the price (OpenAI's claim)
GPT-5.6 Luna$1.00$6.00Fastest, cheapest tier
GPT-5.5 (reference)$5.00$30.00Previous 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:

BenchmarkGPT-5.6GPT-5.5
ExploitBench 273.5%47.9%
SEC-Bench Pro71.2%45.8%
BrowseComp92.2%
OSWorld 2.062.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:

ModelSizeRuns onRough level
gpt-oss-120b~117B total / 5.1B active MoESingle 80GB GPU~o4-mini
gpt-oss-20b~21B total / 3.6B active16GB-memory devices~o3-mini
ollama run gpt-oss:20b   # 16GB machines
ollama run gpt-oss:120b  # single 80GB GPU

And 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?
GPT-5.6 is OpenAI's model family released July 9, 2026, made up of three closed models: Luna (fastest and cheapest), Terra (mid-tier), and Sol (the flagship). Sol is OpenAI's self-described "best coding model yet," aimed at complex reasoning and agentic workflows. Terra is claimed to match GPT-5.5 performance at half the price, and Luna is the speed/cost tier. A limited preview ran from June 26, 2026 via the API and Codex for government-approved partners before the public release.
Can I run GPT-5.6 locally?
No. All three GPT-5.6 models (Luna, Terra, Sol) are closed-weight — the weights cannot be downloaded, and there is no self-host option. The only OpenAI models you can run locally remain gpt-oss-120b (a ~117B-total MoE that runs on a single 80GB GPU, roughly o4-mini level) and gpt-oss-20b (~21B total, runs on 16GB-memory devices, roughly o3-mini level), both Apache 2.0 and unchanged since August 2025. Rumors of a "gpt-oss 2" have no substance so far. If you want frontier-class open weights, look at GLM-5.2 or DeepSeek V4 instead.
How much does GPT-5.6 cost?
API pricing per 1M tokens: Sol is $5 input / $30 output, Terra is $2.50 / $15, and Luna is $1 / $6. Since GPT-5.5 was priced at $5/$30, Terra is claimed (by OpenAI) to deliver GPT-5.5-class performance at half the price. Secondary sources also report a long-context surcharge above 272K input tokens, with Sol rising to $10/$45. In ChatGPT (per secondary reporting), GPT-5.6 is not available on Free or Go plans; Plus gets Medium/High reasoning levels, while Pro, Business, and Enterprise get Medium/High/Extra High/Pro.
What is the difference between GPT-5.6 Luna, Terra, and Sol?
They are three capability tiers of the same family, least to most capable. Luna is the fastest and cheapest ($1/$6 per Mtok) — per Artificial Analysis it still scores above Claude Opus 4.8 on their Coding Agent Index. Terra ($2.50/$15) is claimed to match GPT-5.5 at half the price and reportedly scores slightly above Claude Fable 5 on the same index. Sol ($5/$30) is the flagship "workhorse" for complex reasoning and agentic coding, scoring 80 on the Coding Agent Index — reported as 2.8 points above Claude Fable 5.
Is GPT-5.6 better than Claude?
On agentic coding, reportedly yes — with caveats. Artificial Analysis's Coding Agent Index puts Sol at 80, 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 edges above Fable 5 too. These are reported third-party index numbers, not our own testing, and single-index leads of a few points rarely settle real-world tool choice. Sam Altman also told CNBC that Sol is 54% more token-efficient on agentic coding than its predecessor — a vendor claim worth noting as such.
What is the best open-source alternative to GPT-5.6?
There is no open-weight model that matches GPT-5.6 Sol, but the open frontier is close behind. GLM-5.2 and DeepSeek V4 are the established open-weight rivals, and Thinking Machines Lab's Inkling (released July 15-16, 2026) is a 975B-parameter Apache 2.0 MoE with 1M context that its makers claim is competitive with DeepSeek V4, GLM-5.2, and Kimi K2.6 — while still trailing the closed frontier. Inkling needs ~2TB of GPU memory at BF16, so it's datacenter-class. On modest hardware, OpenAI's own gpt-oss-20b and gpt-oss-120b are the realistic local picks.

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
🎯
AI Learning Path

Go from reading about AI to building with AI

20 structured courses. Hands-on projects. Runs on your machine. Start free.

Or own it for life — Lifetime $149 $599, pay once
LM

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.

✓ Local AI Curriculum✓ Hands-On Projects✓ Open Source Contributor
More on AI Models Directory
See the full AI Models Directory guide.
📚
Free · no account required

Grab the AI Starter Kit — career roadmap, cheat sheet, setup guide

No spam. Unsubscribe with one click.

🎯
AI Learning Path

Found your model? Now build something with it.

20 hands-on courses — RAG, agents, fine-tuning — all running locally. First chapter free, no card.

Or own it for life — Lifetime $149 $599, pay once
Free Tools & Calculators