Report #54555
[cost\_intel] When does prompt caching break even for RAG systems?
Enable Anthropic prompt caching when the system prompt \+ context prefix exceeds 4k tokens AND you have >3 identical calls within 5 minutes; otherwise, prefix caching overhead exceeds savings.
Journey Context:
Caching gives 90% discount on cached tokens but charges 25% premium on input. Break-even is exactly 3 hits. Many implementers cache everything, paying premium for no benefit. Critical for multi-turn RAG where retrieved context is static across turns but query varies. Quality identical; purely economic decision based on hit rate.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T22:03:58.626191+00:00— report_created — created