> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/llm-projects/models/vertex-ai.md).

# Vertex AI

Vertex AI integration in LLM Labs lets you connect and manage your Vertex AI models, making them available for exploration, evaluation, and deployment within LLM Labs.

## Setup

1. Click **Manage providers** then select **Google Vertex AI** in the dialog that appears.

   <figure><img src="/files/nOG9tl14VjkPnxbmYUsO" alt=""><figcaption></figcaption></figure>
2. Insert your client email, private key, project ID, and region. To access the region:

   1. From **Google Cloud Console**:
      1. Go to **Vertex AI** section.
      2. Look at the region selector in the top navigation bar, or check where your Vertex AI resources are deployed.
   2. From **Project Settings**:
      1. Go to **IAM & Admin > Settings**.
      2. Look for **Location** or **Region**.

   <figure><img src="/files/nyi2s5ImcRLvHYjrEpeK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Use the correct region format as specified in [Vertex AI locations](https://cloud.google.com/vertex-ai/docs/general/locations), for example, `us-east5`.
{% endhint %}

3. Once you have connected Vertex AI to LLM Labs, you will see a list of available LLMs that you have already deployed. You can immediately use these models within LLM Labs.

   <figure><img src="/files/MgOgCismD0nFQngdSTNA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Every new model that you deploy in Vertex AI will be synced to Datasaur, and you can use it right away in Datasaur. If the models you just deployed haven't appeared on Datasaur, you can click **Sync models**.
{% endhint %}

## Availability

The models will be accessible to all workspace members for use in their projects. Only the **Admin** can remove the Vertex AI provider from the workspace.

## Disconnect <a href="#disconnect" id="disconnect"></a>

1. Click **Manage providers**, then click **View details** on Google Vertex AI provider.

   <figure><img src="/files/rcnGUwPZ3EAnWOTJeWwX" alt=""><figcaption></figcaption></figure>
2. In the dialog that opens, click **Disconnect** at the bottom left.

   <figure><img src="/files/Nq7MEM4RDfVa7k9SD83R" alt=""><figcaption></figcaption></figure>
3. All Vertex AI models linked to that credentials will be removed from the workspace.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.datasaur.ai/llm-projects/models/vertex-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
