Business

OpenAI cuts GPT‑5.6 Luna by 80% and Terra by 20% after internal optimizations with GPT‑5.6 Sol

OpenAI announced large price reductions for its GPT‑5.6 family: GPT‑5.6 Terra was discounted by 20% and GPT‑5.6 Luna by 80%.

OpenAI cuts GPT‑5.6 Luna by 80% and Terra by 20% after internal optimizations with GPT‑5.6 Sol

OpenAI announced substantial price reductions across the GPT‑5.6 family: GPT‑5.6 Terra received a 20% price cut, while GPT‑5.6 Luna saw a much larger 80% reduction.

Why this matters

With the Luna discount, the model moves into a lower‑cost segment. The announcement lists Luna at $0.20 per million tokens for input and $1.20 per million tokens for output. OpenAI notes this makes Luna cheaper than some competing low‑cost offerings; the company compared it to Google’s Gemini 3.1 Flash‑Lite, which in the source is quoted at ($.025/$1.50).

GPT‑5.6 Sol as the optimization engine

OpenAI attributes a significant portion of the cost improvements to GPT‑5.6 Sol. According to the company, Sol helped not only with load balancing but also directly with optimizing inference. Key steps Sol contributed to include:

  • Analyzing the model’s forward pass: transforming inputs into next‑token predictions can suffer from excess memory movement, synchronization overhead, and inefficient data layouts, leaving GPUs underutilized.
  • Identifying and automating improvements: work that could be precomputed, avoided, or parallelized was found and restructured.
  • Kernel rewriting: using Codex, GPT‑5.6 Sol autonomously rewrote and optimized production kernels — the core code that executes the model’s mathematical operations. These kernel improvements were implemented in Triton and Gluon, two open‑source GPU programming languages maintained by OpenAI.

OpenAI says these efforts, together with broader kernel advancements enabled by GPT‑5.6 Sol, reduced end‑to‑end serving costs by about 20%.

Market impact and immediate reactions

The new Luna price point changes the economics of low‑cost models. Based on the announced $0.20/$1.20 pricing, Luna is now positioned as a substantially cheaper option compared with some competitors. The announcement notes Anthropic’s cheapest model, Claude Haiku 4.5, is priced at $1/$5; Luna’s input charge is now one‑fifth of that. Previously Luna’s pricing had been comparable to those alternatives.

The price changes have prompted immediate practical decisions: the author of the source report moved their demo site (agent.datasette.io) from Gemini 3.1 Flash‑Lite to Luna.

Discussion and sources

The update and its technical details have been discussed on Hacker News. OpenAI’s public description emphasizes GPT‑5.6 Sol’s role in improving both performance and cost efficiency through kernel‑level optimizations and improved system utilization.