Quick start with Google Cloud Vertex AI
- Self-hosted: Business, Enterprise Plus
Ensure that your selected region supports the Google models you plan to use. Refer to the official Google model endpoint locations: Google model endpoint locations.
If you encounter any issues, feel free to contact us to discuss alternative model selections for your region.
Prerequisites
-
Enable Vertex AI API Go to the Vertex AI console and enable the Vertex AI API.

-
A service account private key (JSON) with the role "Vertex AI User"
How to create a service account:
- Go to GCP Console → IAM & Admin → Service Accounts. Click "Create service account".

- Fill in name.

- Assign permissions — choose "Vertex AI User".

- Open the service account you just created.

- In the "Keys" tab, click "Add key" → Create new key, then choose JSON key type to download the private key.

Steps (Quick setup)
- During onboarding, select "Quick setup" and then "Google Gemini (Vertex AI)".

- Enter Vertex location (region), Vertex project (your GCP project ID), then upload your service account JSON.

- Test embedding model connection.

-
Update model configurations.
Best Model RecommendationThe following steps and screenshots use
gemini-embedding-001as the embedding model andgemini-2.5-proas the LLM model for illustration purposes only, and may not reflect the current best model configuration. For the latest recommended model combination and configuration, please contact your account manager or sales representative.There are default configs of the pre-selected models on the UI.

You'll need to update the configurations for optimization. Click "Configure" for each listed model and set:
{"kwargs": {"n": 1,"timeout": 60,"temperature": 0},"context_window_size": 1000000} -
Review the pipeline assignments.
Best Model RecommendationThe screenshot below shows pipelines assigned to
gemini-2.5-profor illustration purposes only, and may not reflect the current best model configuration. For the latest recommended pipeline assignments and model combinations, please contact your account manager or sales representative.
We provide default pipelines optimized for Gemini models. You could leave it as is.
-
Complete the setup.
Scroll to the bottom and click "Complete setup".