Skip to main content
Use the same thread_id for related requests in the same user conversation and model to improve prompt-cache reuse when available.
Cache observability is returned under overshoot.cache:
  • thread_id is the ID you supplied, or null when none was provided.
  • cache_hit is true when cached prompt tokens were reported.
  • cached_input_tokens is the number of prompt tokens served from prefix cache.
Cache metadata is observability only. It is not a guarantee that future requests will receive a cache hit.