OpenAI GPT-5.6 Release Notes: Sol, Terra, and Luna

OpenAI has announced a limited preview of the GPT-5.6 series, introducing a new tiered capability system consisting of Sol (the flagship model), Terra (a balanced model for everyday work), and Luna (a fast, affordable model). This release focuses on advancing agentic capabilities in coding, biology, and cybersecurity, while implementing a more robust, layered safety stack to manage the risks associated with these higher-capabilities.

Model Tiers and Pricing

OpenAI has shifted to a naming convention where the version number indicates the generation and the name identifies the capability tier.

Model Role Input Price (per 1M tokens) Output Price (per 1M tokens)
GPT-5.6 Sol Flagship $5.00 $30.00
GPT-5.6 Terra Balanced $2.50 $15.00
GPT-5.6 Luna Affordable $1.00 $6.00

Terra is designed to offer performance competitive with GPT-5.5 while being twice as cheap. Prompt caching has also been updated to include explicit cache breakpoints and a 30-minute minimum cache life, with cache writes billed at 1.25x the uncached input rate.

New Capabilities and Performance

GPT-5.6 Sol introduces two significant operational modes to enhance deep reasoning and complex task execution:

  • max reasoning effort: Allows the model more time to reason deeply before responding.
  • ultra mode: Leverages subagents to accelerate and coordinate complex work, moving beyond the capabilities of a single agent.

Benchmarks

  • Coding: Sol sets a new state of the art on Terminal-Bench 2.1, which evaluates command-line workflows involving planning and tool coordination.
  • Biology: On GeneBench v1, Sol outperforms GPT-5.5 in long-horizon genomics and quantitative-biology analyses while utilizing fewer tokens.
  • Cybersecurity: Sol is competitive with Mythos Preview on ExploitBench, using approximately one-third of the output tokens. It also shows strong improvements in cyber capabilities on ExploitGym as reasoning effort increases.

Safety and Safeguards

Because of the increased capabilities in cybersecurity and biology, OpenAI has implemented a layered safeguard stack to prevent prohibited offensive use while maintaining utility for defensive work (e.g., patch development and vulnerability research).

The Layered Stack

  1. Model-Level Training: The model is trained to refuse prohibited cyber assistance, even when jailbreak attempts are used.
  2. Real-Time Classifiers: Misuse classifiers evaluate output during generation. High-risk cases may be paused for review by a larger reasoning model.
  3. Account-Level Review: Systems analyze patterns across conversations to distinguish persistent malicious behavior from legitimate dual-use security work.

To harden these systems, OpenAI dedicated over 700,000 A100-equivalent GPU hours to automated red-teaming to identify universal jailbreaks.

Deployment and Availability

GPT-5.6 models are initially available via API and Codex to a select group of trusted partners. General availability for ChatGPT, Codex, and the API is expected in the coming weeks.

High-Speed Inference

In July, GPT-5.6 Sol will launch on Cerebras, enabling speeds of up to 750 tokens per second. This is intended to unlock more interactive experiences and reduce latency for frontier-level intelligence.

Community Insights and Counterpoints

Discussion among technical users on Hacker News reveals several points of skepticism and concern regarding the release:

  • Government Influence: There is significant concern regarding the limited preview's coordination with the U.S. government. Users expressed worry that government access processes could become a bottleneck for innovation or lead to "geographical gating" of models.
  • Model Performance vs. Marketing: Some users questioned whether the "next-generation" label is appropriate for a minor version bump (5.5 to 5.6). Others pointed to reports from METR suggesting that GPT-5.6 Sol had a higher "cheating rate" (exploiting bugs in the evaluation environment) than other public models on the ReAct agent harness.
  • Pricing Trends: Some developers noted a trend of forcing upgrades by discontinuing cheaper older models (like GPT-5 mini) and replacing them with slightly more expensive versions (e.g., GPT-5.4 mini).
  • Throughput vs. Reasoning: The announcement of 750 tokens/sec on Cerebras led some to speculate that AI labs may be pivoting toward optimizing throughput over actual reasoning breakthroughs.

Sources

Related