Skip to main content
Use Claude models through Vertex AI. Agno sends synchronous and asynchronous requests with Anthropic’s AnthropicVertex clients. We recommend experimenting to find the best-suited model for your use case. Here are some general recommendations:
  • claude-sonnet-4-6 is the newer Sonnet model (Claude Sonnet 4.6). Current-generation models use bare IDs on Vertex AI, with no @date suffix.
  • claude-sonnet-4@20250514 is the Agno default. It is deprecated on Vertex AI; use claude-sonnet-4-6 for new work.

Installation

Authentication

Set your GOOGLE_CLOUD_PROJECT and CLOUD_ML_REGION environment variables.
And then authenticate your CLI session:

Example

Use Claude with your Agent:
View more examples here.

Parameters

Claude (Vertex AI) extends the Anthropic Claude model with Vertex AI integration and has access to most of the same parameters.