Quiz 4 Question 8 of 20

A healthcare SaaS company runs a symptom checker that generates thousands of Claude calls per hour. The system prompt is 3,000 tokens and is identical across all requests. They are paying for the system prompt tokens on every single API call. A colleague suggests enabling prompt caching using cache_control: {"type": "ephemeral"} on the system prompt. The team wants to understand the economic tradeoff. Cached read pricing is approximately 10% of standard input pricing. Cache write operations have the same cost as normal input but the cache TTL is 5 minutes. Their average request rate is 200 requests per minute. What is the expected cost reduction on system prompt tokens?

Select an answer to reveal the explanation.

Motivation