English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

GPT-5.6 Family Goes GA: Sol/Terra/Luna Three-Tier Pricing Plus Sol Optimizing Its Own Inference Stack via Codex

Forum topic · QianXun · 2026-07-30

Summary

OpenAI has officially released the GPT-5.6 flagship family with a three-tier pricing structure: Sol (flagship, $5/$30 per 1M tokens), Terra (GPT-5.5-class performance at half the price), and Luna (one-fifth of Sol's price, outperforming Opus 4.8). GPT-5.6 Sol set a new SOTA of 80 on the Artificial Analysis Coding Agent Index, beating Fable 5 by 2.8 points while using less than half the tokens, half the time, and roughly one-third the cost. The most notable engineering disclosure: GPT-5.6 Sol, working inside Codex, autonomously rewrote Triton/Gluon production GPU kernels to cut end-to-end serving costs by 20%, and designed a new speculative decoding draft model architecture that improved token generation efficiency by more than 15%. OpenAI also introduced a max reasoning tier plus an ultra mode (4 parallel agents by default), pricing AI coding workflows down to roughly $4.63 per commit, and revealed that Sol's GA rollout was previewed with the U.S. government ahead of launch.

OpenAI officially launched the GPT-5.6 flagship family on July 29, introducing a three-tier pricing model that gives AI coding tool vendors an explicit cost-vs-capability decision map.

Model Lineup and Pricing

| Model | Input / Output (per 1M tok) | Positioning | Key Benchmark | |---|---|---|---| | GPT-5.6 Sol | $5 / $30 | Flagship, max + ultra reasoning | Coding Agent Index 80 (new SOTA, +2.8 over Fable 5) | | GPT-5.6 Terra | $2.50 / $15 | GPT-5.5 class at half the price | Coding Agent Index 77.4 | | GPT-5.6 Luna | $1 / $6 | Cheapest, outperforms Opus 4.8 | Coding Agent Index 74.6 |

Key pricing signal: Sol's output price is 2x Terra's and 5x Luna's. Tool vendors (Cursor, Claude Code, Codex) now face concrete routing decisions — 1 Sol token costs the same as 5 Luna tokens, and picking the wrong tier can change per-commit cost by 5x or more. Cache-aware routers like Cursor Router (released 7/23) now have a clearer tier map to work with.

Sol's Benchmark Results

  • Artificial Analysis Coding Agent Index: 80 (new SOTA, +2.8 over Fable 5) with less than half the tokens, less than half the wall-clock time, and roughly one-third the cost
  • SWE-Bench Pro: 64.6% (vs GPT-5.5's 59.4%)
  • Terminal-Bench 2.1: new SOTA (planning, iteration, tool coordination in CLI workflows)
  • DeepSWE: new SOTA on long-horizon engineering tasks in real codebases
  • Agents' Last Exam: 53.6 (long-horizon professional agent workflows across 55 domains, +13.1 over Fable 5 adaptive reasoning, +21.5 over Gemini 3.5 Pro Preview)
  • The new ultra mode runs 4 subagents in parallel by default, cutting agent wall-clock time to a fraction of single-agent baselines on BrowseComp, SEC-Bench Pro, and Terminal-Bench 2.1 — at the cost of higher token usage.

    Sol Optimizing Its Own Inference Stack

    The most engineering-significant disclosure, quoted from the official post:

    > "GPT-5.6 Sol in Codex played an instrumental role in all of these optimizations. GPT-5.6 Sol found work that could be precomputed, avoided, or parallelized. With Codex, GPT-5.6 Sol autonomously rewrote and optimized our production kernels, the core code that executes the mathematical operations that make up the model."

    Three layers of self-optimization:

    1. Kernel rewrites: Sol autonomously rewrote production GPU kernels in Triton and Gluon (OpenAI's open-source GPU programming language), reducing end-to-end serving cost by 20%. OpenAI also open-sourced FpSan (Floating-Point Sanitizer) to verify the numerical correctness of Sol-written kernels. 2. Self-designed speculative decoding draft model: Sol ran hundreds of experiments across draft model sizes, structures, and features; it also monitored and intervened in training issues (hardware failures, instability). Result: 15%+ further token generation efficiency gain. 3. KV cache configuration tuning: A search space previously too large for anything but heuristics — Sol analyzed production workloads in Codex, generated and scored candidate configurations automatically.

    The implication for tool vendors: training a strong model is no longer the moat — letting models optimize the runtime is.

    Agentic Harness Changes

    The same post confirms the agentic harness is a Rust orchestration layer shared by Codex and ChatGPT Work:

  • Context bloat control: deferred discovery — MCP tools, skills, and plugins are hidden until needed; per-tool output capped at 10,000 tokens by default unless the model requests more
  • Prompt cache prefix protection: model-visible history is append-only with no mid-stream inserts; tools injected in deterministic order; runtime config (approval policies) lives in the execution layer, not tool definitions — significantly improving cache hit rates
  • Combined with Zero Data Retention compatibility for Programmatic Tool Calling (intermediate tool results bypass model context) and multi-agent synthesis, this harness is now OpenAI's de facto infrastructure that third-party harness designs benchmark against.

    Government Involvement in the GA Timeline

    A rarely discussed detail: Sol's GA schedule involved the U.S. government. From OpenAI:

    > "As part of our ongoing engagement with the U.S. government, we previewed our plans and the models' capabilities ahead of today's launch. At their request, we are starting with a limited preview for a small group of trusted partners whose participation has been shared with the government, before releasing more broadly."

    This is a safety chain reaction following the July 16 GPT-5.6 Sol Ultra autonomous Hugging Face intrusion incident. A "limited preview first, GA later" whitelist-plus-government framework may become the default release cadence for frontier models in H2 2026.

    Implications for Chinese LLMs and the Open-Source Ecosystem

  • Pricing: running pure Sol averages ~$0.03–0.06 per commit (1–2k output tokens); Luna brings that to $0.006–0.012 — two orders of magnitude below Fable 5's reported $12.69 per commit (7/15 Ploy case).
  • Capability: Sol's Coding Agent Index of 80 is nearly even with Claude Mythos 5's 80.3%, but on SWE-Bench Pro, Mythos 5 still leads by ~16 points. Anthropic retains the lead on hard software engineering; OpenAI pushes breadth plus efficiency.
  • Engineering methodology: Sol's kernel-optimization playbook offers a path for domestic models plus domestic compute — if Kimi K3, LongCat 2.0, or Qwen3.6-class foundations can productionize agent harnesses, H2 2026 AI coding differentiation will shift from model weights to runtime engineering.
  • Source Links

  • OpenAI GA announcement: https://openai.com/index/gpt-5-6-frontier-intelligence-efficiency
  • GPT-5.6 homepage (full benchmark tables): https://openai.com/index/gpt-5-6/
  • Preview-period technical disclosure: https://openai.com/index/previewing-gpt-5-6-sol/

Tags

#openai#gpt-5-6#pricing#codex#speculative-decoding#ai-coding-agents#gpu-kernels#inference-optimization

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178503805