OutYet reporting
GPT-5.6 Sol’s update is about routing work, not a cheaper flagship
OpenAI cut prices for GPT-5.6 Luna and Terra while leaving Sol’s token rates unchanged and adding a paid Fast mode. The practical change is a clearer cost and latency tradeoff across an agent workflow.
OpenAI’s July 30 GPT-5.6 update is a pricing and serving change around the existing family, not a claim of a new Sol capability tier. The company cut Luna’s price by 80% and Terra’s by 20%, while introducing Fast mode for GPT-5.6 Sol in the API. OpenAI says Fast mode replaces Priority Processing, is backward compatible with requests tagged `priority`, can be up to 2.5 times faster than Standard processing, and costs twice as much. Sol’s base pricing remains unchanged.
The published rates make the family split concrete. OpenAI lists Terra at $2 per million input tokens and $12 per million output tokens, and Luna at $0.20 and $1.20 respectively; its model documentation lists Sol at $5 input and $30 output per million tokens, with cached input at $0.50. That leaves Sol as the premium reasoning tier by price, while the lower tiers become materially cheaper for high-volume work. The relevant comparison is therefore not simply Sol versus a predecessor, but whether a workload can be decomposed so that expensive reasoning is used only where it changes the outcome.
The update also matters because the API surface around Sol is designed for long-running, tool-using work. OpenAI’s model documentation identifies GPT-5.6 Sol as the default alias for the frontier tier, with a 1,050,000-token context window, 128,000 maximum output tokens, reasoning-token support, and support for tools including web search, file search, code interpreter, hosted shell, computer use, MCP, and tool search. Those capabilities do not prove that a particular agent will be reliable, but they explain why the difference between planning steps and repetitive execution steps can matter more than a single blended model price.
OpenAI’s own ARC-AGI-3 report provides a useful caution on performance comparisons. It says a Sol harness that retained reasoning and used compaction raised the reported public-set score from 13.3% to 38.3% while using fewer output tokens, whereas the benchmark’s generic harness discarded reasoning and rolled old context out of view. That is vendor-reported evidence from a changed harness, not an independent conclusion that Sol intrinsically beats another model by that margin. It does, however, support the narrower operational lesson that context management and API settings can substantially alter both cost and observed agent performance.
For technical teams, the most defensible use of this change is to evaluate a routed design: reserve Sol for ambiguous planning, difficult review, or recovery paths; send well-specified implementation, classification, and background steps to Terra or Luna; then measure task success, latency, token use, and tool-call costs on the actual workload. OpenAI itself gives a similar Sol-then-Luna coding-workflow example. Fast mode may be appropriate where Sol latency is the bottleneck, but it doubles the price, and the model documentation notes that tool-specific products can add per-call fees. The rate reduction therefore improves the economics of a workflow only after its routing, context retention, and tool usage have been validated.
Related models
Sources
- Advancing the price-performance frontier with GPT-5.6 · OpenAI
- How enabling two settings tripled our scores on the ARC-AGI-3 benchmark · OpenAI
- GPT-5.6 Sol Model · OpenAI Developers