Google Vertex AI
Google Vertex AI provides enterprise-grade access to Google's generative AI models with enhanced security, scaling capabilities, and integration with Google Cloud services.
Sample configuration
The following example shows a starting llm
parameter configuration you can use when you Start a conversational AI agent.
Key parameters
api_key
: Refer to Google Cloud REST authentication to get your GCP credentials.url
: Use the Vertex AI endpoint with your Google Cloud project ID and region in the URL path. Refer to Google Vertex AI API documentation for details.model
: Refer to Vertex AI models for available models.system_messages
: Useparts
array withtext
objects instead of simplecontent
string.style
: Set to"gemini"
to use Gemini's message format.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the Google Vertex AI API documentation.