Skip to main content
Use prompt caching with Claude on Vertex AI to cache the system prompt passed to the model.
prompt_caching.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export environment variables

4

Authenticate with Google Cloud

Sign in with Application Default Credentials:
5

Run the example

Save the code above as prompt_caching.py, then run:
Full source: cookbook/90_models/vertexai/claude/prompt_caching.py