The AI Front Page

Reading signals from this article are folded back into your front page ranking on this device.

Open Source/Simon Willison LLMs/July 30, 2026 at 11:58 PM

Advancing the price-performance frontier with GPT‑5.6

Advancing the price-performance frontier with GPT‑5.6 Huge price drop from OpenAI today: GPT-5.6 Terra got a 20% reduction, and GPT-5.6 Luna got a massive 80% drop. OpenAI credit 5.6 Sol with enabling this: in How GPT‑5.6 fuses frontier intelligence with frontier efficiency they describe using 5.6 Sol to optimize load balancing, and more impressively to optimize inference itself: We also used GPT‑5.6 Sol to optimize the model’s forward pass: the computation that transforms inputs into next-token predictions. Even when individual operations are fast, excess memory movement, synchronization, and inefficient data layouts can leave GPUs idle. To avoid this, 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. This worked in part because we’ve trained GPT‑5.6 to be effective at writing and improving kernels in Triton⁠ and Gluon⁠ , two open-source GPU programming languages maintained by OpenAI. These efforts, combined with broader kernel advancements from GPT‑5.6 Sol, reduced end-to-end serving costs by 20%. That Luna price drop completely changes the landscape with respect to lower priced models. At $0.20/million tokens for input and $1.20/million for output Luna is now cheaper than Google's Gemini 3.1 Flash-Lite ($.025/$1.50). Anthropic's cheapest current model is Claude Haiku 4.5, and that's $1/$5 - Luna is now 1/5th of that for input, previously it cost the same. My agent.datasette.io demo site was running on Gemini 3.1 Flash-Lite. I've switched it over to Luna. Via Hacker News Tags: ai , openai , generative-ai , llms , anthropic , gemini , llm-pricing

Open Source / Simon Willison LLMs
Source

Follow Simon Willison LLMs to make it a durable For You signal.

OpenAI reduced GPT‑5.6 Terra pricing by 20% and GPT‑5.6 Luna pricing by 80%, as reported on July 30, 2026. The company attributes the savings to GPT‑5.6 Sol, which autonomously optimized GPU kernels—rewriting production code in Triton and Gluon—and improved load balancing, cutting end‑to‑end serving costs by 20%. The Luna cut brings its input price to $0.20/million tokens and its output price to $1.20/million tokens, making it cheaper than Google’s Gemini 3.1 Flash‑Lite ($0.025/$1.50) and one‑fifth the input cost of Anthropic’s Claude Haiku 4.5 ($1/$5). This shift undercuts competing low‑cost models so much that the author replaced Gemini 3.1 Flash‑Lite with Luna on his agent.datasette.io demo site, illustrating how the new price can immediately change real‑world model selection.