A workload caches a 2K-token system prompt AND uses Batch API. On a cache hit, what is the approximate effective input price compared to standard synchronous pricing?
Answer: ~5% (cache hit AND batch discount stack)
Cache reads stack with the batch discount. Cache hit gives ~10% of standard price; batch gives 50% off that already-discounted price. Combined: ~5% of the standard synchronous input rate. This stacking is the largest single cost lever for high-volume non-interactive workloads.