Caesar AI Atlas

Context Cache

Caesar AI Atlas Definition

A context cache is stored contextual data that can be reused across multiple model requests. It can reduce repeated input processing, support large shared reference material, and improve efficiency when the same content is needed in several interactions.

Other Definitions

Context Cache Source

A context cache in Vertex AI is a large amount of data that can be used in multiple requests to a Gemini model. The cached content is stored in the region where the request to create the cache is made. It can be any MIME type supported by Gemini multimodal models, such as text, audio, or video. For more information, see Context caching overview.

Related Terms