> ## 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.

# Google

> Configure Google as an AI provider in your Adaline workspace

## Adding Google Credentials

You can add Google 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/google/google-1.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=e1bc8b2dca8f3411bcccf960ecd73afa" alt="Configure Google provider name" title="Configure Google Provider Name" style={{ width:"100%" }} width="2160" height="1390" data-path="images/admin/providers/google/google-1.png" />

    * Enter a unique **Name** for your Google configuration (e.g., "Google-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 (your-name)::" before each model name.
    * It makes it easy to distinguish between multiple Google accounts like "Google-dev" and "Google-prod" setups.
  </Step>

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

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/google/google-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=5bf64ffbe11083f5bfa3bab9e3d3dd26" alt="Enter Google API credentials" title="Enter Google API Credentials" style={{ width:"100%" }} width="1024" height="1016" data-path="images/admin/providers/google/google-2.png" />

    * Optionally, you can specify a custom **Base URL** if needed (defaults to [https://generativelanguage.googleapis.com/v1beta](https://generativelanguage.googleapis.com/v1beta) if left blank).
    * You can also add a **Description** to help identify the purpose of these credentials for future reference.
  </Step>

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