# OpenAI

Configure OpenAI language models for Quor

import NavigateToAiModels from "/snippets/navigate-to-ai-models.mdx";
import StandardAiModelConfigs from "/snippets/standard-ai-model-configs.mdx";

## Guide

<Steps>
  <NavigateToAiModels />

  <Step title="Configure OpenAI Provider">
    Select **OpenAI** from the available providers.

    Give this configuration a **Display Name**.

    Create an [API key](https://platform.openai.com/api-keys)
    from the OpenAI API dashboard and paste it in the **API Key** field.

    <img className="rounded-image" src="/assets/admins/ai_models/openai_config.png" alt="OpenAI Provider Configuration"/>
  </Step>

  <StandardAiModelConfigs />
</Steps>
