What is the pricing for a cache with ~700.000 tokens? And is there a way to specify the cache to be reused? Meaning that I create my Context Cache when the server starts (with a big TTL). When doing a restart, why a new Context Cache is created? Can I reference the old one somehow?
Hi @Cipri, As per the documentation the Context caching price is $0.025 / 1,000,000 tokens for text/image/video and $0.175 / 1,000,000 tokens for audio. After the specified TTL is completed It’s not possible to retrieve or view cached content, but you can retrieve cache metadata like (name, model, display_name, usage_metadata, create_time, update_time, and expire_time). Please refer to this document. Thank You.