> ## Documentation Index
> Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Vertex

> Configure Google Vertex AI as an AI provider in your Adaline workspace

## Adding Vertex Credentials

You can add Vertex credentials by navigating to the **Providers** page under **Settings**.

<Steps>
  <Step title="Configure Provider Name">
    Click on the plus (+) icon.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/vertex/vertex-1.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=71fd94bda7871d6382a1a520fdf32970" alt="Configure Vertex provider name" title="Configure Vertex Provider Name" style={{ width:"100%" }} width="1104" height="1014" data-path="images/admin/providers/vertex/vertex-1.png" />

    * Enter a unique **Name** for your Vertex configuration (e.g., "Vertex-Dev").
    * This name will be used as a prefix in the model dropdown to help you identify which provider configuration to use. The name appears as "Google Vertex (your-name)::" before each model name.
    * It makes it easy to distinguish between multiple Google Vertex accounts like "Vertex-dev" and "Vertex-prod" setups.
  </Step>

  <Step title="Enter API Credentials">
    Add your **Service account** credentials in the required field.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/vertex/vertex-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=94c1e37995fc8798b8e033d58bdf97ca" alt="Enter Vertex API credentials" title="Enter Vertex API Credentials" style={{ width:"100%" }} width="946" height="1200" data-path="images/admin/providers/vertex/vertex-2.png" />

    * Add your Google Cloud **Project ID**.
    * Add your Service account **Client Email**.
    * Add your Service account **Private Key**.
    * Add your Vertex AI resources **Location**.
  </Step>

  <Step title="Create">
    Click **Create** to save your provider configuration.
  </Step>
</Steps>
