OpenAI improves prompt caching in GPT-6 Sol and Luna for better efficiency

1 hour ago 1



OpenAI launched GPT-6 Sol and Luna on September 22, 2026, with a suite of prompt caching upgrades that slash costs on cached input tokens by up to 90% and reduce latency for developers working with long conversational contexts. What actually changed under the hood The GPT-6 caching overhaul introduces several concrete upgrades. Default cache hit rates are higher out of the box, meaning developers get the cost savings without needing to manually optimize their prompt structures. New diagnostic tools let builders monitor exactly how well their caching is performing. Explicit breakpoints give developers fine-grained control over which portions of a prompt get cached and where those cached segments begin and end. Previously, OpenAI’s caching relied on automatic prefix matching for prompts exceeding 1,024 tokens, a system introduced with GPT-4o. The new system also lets developers toggle reasoning effort levels and swap available tools without invalidating the cached context. The pricing math and competitive implications OpenAI is pricing GPT-6 API access at roughly 50% below GPT-5 promotional rates. Combined with the 90% discount on cached input tokens, the effective cost of running su...

Read Entire Article