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

# Custom

> Configure a custom AI provider in your Adaline workspace

## Adding Custom Model Credentials

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

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

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

    * Enter a unique **Name** for your custom provider configuration (e.g., "custom-uekut").
    * This name will be used to identify the provider configuration in model dropdowns throughout Adaline.
    * The name appears as a prefix before each model name to help you distinguish between different custom providers.
  </Step>

  <Step title="Enter API Credentials and Base URL">
    Add your **API key** in the required field and specify the **Base URL** for your custom provider.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/custom/custom-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=ac10666030345ac78cc06d18b5a1958b" alt="Enter custom provider API credentials" title="Enter Custom Provider API Credentials" style={{ width:"100%" }} width="1030" height="1290" data-path="images/admin/providers/custom/custom-2.png" />

    * Enter the complete API endpoint URL (e.g., "[https://api.url.com/v1](https://api.url.com/v1)").
    * Optionally, add a **Description** to help identify the purpose of these credentials for future reference (e.g., "Internal company API" or "Self-hosted model").
  </Step>

  <Step title="Configure Available Models">
    In the **Model names** section, click **"Add model"** to specify which models should be available from your custom provider.

    * You'll need to manually add each model name that your custom API supports.
    * Continue adding model names for each additional model you want to access through this configuration.
  </Step>

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

    * Once saved, the configured models will appear in model dropdown menus across Adaline.
    * Your specified provider name will appear as a prefix before each model name.
  </Step>
</Steps>
