Skip to main content
Extend caching time for agents using cache with Anthropic models.
Anthropic retired the source’s claude-sonnet-4-20250514 model on June 15, 2026. Replace it with claude-sonnet-4-6 before running. See Anthropic model deprecations.
prompt_caching_extended.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your Anthropic API key

4

Update the Claude model

Replace Claude(id="claude-sonnet-4-20250514") with Claude(id="claude-sonnet-4-6") in the saved file.
5

Run the example

Save the code above as prompt_caching_extended.py, then run:
Full source: cookbook/90_models/anthropic/prompt_caching_extended.py