AIToday
Large Language ModelsOpenAI BlogPublished: Sep 23, 2026, 06:00 JST

OpenAI's GPT‑6 prompt caching lifts hit rates by default

OpenAI's GPT‑6 prompt caching lifts hit rates by default

3 Key Points

  1. What happened

    With GPT‑6, OpenAI launched prompt caching giving higher cache hit rates by default and discounts for eligible shared prefixes reused within a 30-minute window.

  2. Why it matters

    Higher default hit rates and discounts for reused prefixes can lower response times and costs for applications that repeatedly carry forward the same instructions, tools, and context.

  3. What to watch

    The gains hinge on how well developers keep tool definitions and instructions stable, since changes can cause cache misses; new diagnostics and dashboards are meant to help them spot and fix those misses.

WHO IT HITSDevelopers and teams building AI agents or API-driven applications that make repeated calls with shared context stand to see lower latency and costs if they keep their prompts stable. Teams whose tools and instructions change frequently may see less benefit.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

GPT‑6 is designed to support persistent agents that work for hours on complex tasks, from refactoring codebases to producing well-researched documents. Those agents make a series of API requests that build on each other, often carrying forward the same instructions, tool definitions, and context. OpenAI caches that shared context to reuse computation across requests, reducing response times and giving developers discounts on cached input tokens.

The new prompt caching system builds on that engine by delivering higher hit rates by default and adding tools to help developers see and fix misses. A dashboard shows how much of an application's input is served from cache, and a diagnostics tool compares a request with a recent response to identify what changed. Developers can also choose explicit cache breakpoints, adjust reasoning effort without breaking cache, keep tool definitions stable, and prewarm the cache.

The value of these controls hinges on how well developers manage stability in their prompts and tools. Teams that keep their setups consistent may capture more of the default performance gains, while those with frequent changes may need the new diagnostics to understand where reuse is lost.

FAQ
How long do cached prefixes remain eligible for a discount?
OpenAI now gives cache discounts for eligible shared prefixes reused within a 30-minute window.
What new tools does OpenAI provide for caching?
The Prompt Caching Dashboard shows how much input is served from cache. A diagnostics tool helps identify why a request missed the cache.
Can I change reasoning effort without breaking cache?
On GPT‑6 models, you can change reasoning effort between responses without breaking cache by appending a configuration_update while leaving request-level reasoning effort unchanged.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Meta AI agent wins over NYT columnistTop Companies AI · 3h ago
  • Cyber vendor launches service to fight AI attacksTop Companies AI · 3h ago
  • Palo Alto Networks unveils AI cybersecurity service using Claude, GPTTop Companies AI · 3h ago

AI-summarized, only the topics you pick — one digest a day via Email, LINE, or Slack.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleDeepSeek's Liang Wenfeng bets on Huawei chips for training