On a cache hit, what is the approximate billing for the cached input tokens?
Answer: ~10% of input price
Anthropic prompt caching charges roughly 10% of the input rate on cache reads (hits). Cache writes (first time or after expiry) charge ~125%. The break-even is on the second call within the cache window.