By Sagar Shankaran, Founder of CallSphere
Prompt caching pricing varies a lot across providers in 2026. The numbers, the savings math, and how to architect for cache hits.
Key takeaways
Modern LLM providers cache the prefix tokens of your prompts. When you submit a prompt that shares a long prefix with a recent prompt, the cached prefix is much cheaper to process. For agentic systems with stable system prompts and tool definitions, this is the single largest cost lever in 2026.
This piece walks through what each major provider charges, the savings math, and how to architect for high cache hit rates.
flowchart TB
Anthropic[Anthropic] --> A1[Cache write: 1.25x base]
Anthropic --> A2[Cache read: 0.1x base]
Anthropic --> A3[5-min default TTL, 1-hr extended]
OAI[OpenAI] --> O1[Cache hit: 0.5x base, automatic]
OAI --> O2[No write surcharge]
OAI --> O3[~5-10 min TTL, no extended]
Goo[Google] --> G1[Implicit cache: 0.25x base]
Goo --> G2[Explicit cache: ~0.1x base]
Goo --> G3[Configurable TTL, paid by storage]
Three different models:
The pricing details and exact discounts shift; the structural differences are stable.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
For a typical agent with a 6K-token system prompt, 3K-token tool definitions, 1K-token retrieved context, and 500-token user message — a 10K-token prompt — and a 2K-token output:
Without caching, every request pays for 10K input + 2K output. With caching after the first request and assuming the system prompt and tool definitions are reused:
Net cost reduction is roughly 60-85 percent on input tokens for repeated prompts. Output tokens are not cached.
A few things invalidate the cache:
Cache management is the hidden discipline. A small change to a system prompt that you make casually wipes the cache for everyone using it.
flowchart LR
Stable[Stable content first:<br/>system prompt, tool defs, big reference docs] --> Cached[Cached]
Var[Variable content last:<br/>user message, retrieved snippet] --> Fresh[Fresh]
The pattern:
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
cache_control, Google's CacheBucket)For agent platforms with stable system prompts and tool definitions, caching helps a lot. For one-off creative generation, less so.
Multi-provider deployments need to think about caching across providers:
For our healthcare voice agent on Anthropic with extensive caching:
These numbers are typical for production agent workloads with stable prompts.
For any production agent in 2026:

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
OpenAI's Frontier platform makes model-native orchestration the default. What that means for agent builders, voice/chat buyers, and the build-vs-buy decision.
The 2026 desktop AI agent landscape — ServiceNow Project Arc, Anthropic Claude offerings, OpenAI agents, and Google Mariner. A buyer's map.
May 2026's biggest agent-architecture shift: planning, tool selection, and self-correction move inside the model. Framework code shrinks. Here is what changes.
A three-way comparison of Gemini Enterprise, Anthropic managed agents and OpenAI Frontier Platform after Cloud Next 2026 — strengths, gaps, buyer fit.
Anthropic's May 2026 push positions Claude as a vertical platform for financial services. The strategic positioning versus OpenAI and Google.
ServiceNow Project Arc vs Anthropic Managed Agents — runtime, governance, integration, and use cases. The 2026 enterprise autonomous agent comparison.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco