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

# OpenAI

> Configure OpenAI as an AI provider in your Adaline workspace

## Adding OpenAI Credentials

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

    * Enter a unique **Name** for your OpenAI configuration (e.g., "OpenAI-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 "OpenAI (your-name)::" before each model name.
    * It makes it easy to distinguish between multiple OpenAI accounts like "OpenAI-dev" and "OpenAI-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/openai/openai-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=894482c3e20c6eed9adeb4947ad31fc0" alt="Enter OpenAI API credentials" title="Enter OpenAI API Credentials" style={{ width:"100%" }} width="1024" height="1012" data-path="images/admin/providers/openai/openai-2.png" />

    * Optionally, you can specify a custom **Base URL** if needed (defaults to [https://api.openai.com/v1](https://api.openai.com/v1) 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>
