Use Claude models through Vertex AI. This provides a native Claude integration optimized for Vertex AI infrastructure. We recommend experimenting to find the best-suited model for your use-case. Here are some general recommendations:Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
claude-sonnet-4@20250514model is good for most use-cases.claude-opus-4@20250805model is their best model.
Authentication
Set yourGOOGLE_CLOUD_PROJECT and CLOUD_ML_REGION environment variables.
Example
UseClaude with your Agent:
View more examples here.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "claude-sonnet-4@20250514" | The specific Vertex AI Claude model ID to use |
name | str | "Claude" | The name identifier for the Vertex AI Claude model |
provider | str | "VertexAI" | The provider of the model |
region | str | "None | The region to use for the model |
project_id | str | None | The project ID to use for the model |
base_url | str | None | The base URL to use for the model |
Claude (Vertex AI) extends the Anthropic Claude model with Vertex AI integration and has access to most of the same parameters.