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
llmrequired
- api_key stringrequired
Refer to Google Cloud REST authentication to get your GCP credentials.
- url stringrequired
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.
- system_messages array[object]nullable
Use
partsarray withtextobjects instead of simplecontentstring. - style stringrequired
Set to
geminito use Gemini's message format. - params objectrequired
Show propertiesHide properties
- model stringrequired
Refer to Vertex AI models for available models.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the Google Vertex AI API documentation.