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

# Configure EPAM AI DIAL Keys (Next Environment)

> This quick guide shows how to request an EPAM AI DIAL API key and configure it in ELITEA (Next) so you can use dedicated LLM models without hitting shared limit

<Warning title="Important">
  The LLM models in the Next environment are shared and for evaluation only with daily limits. For any sustained or production use, request your own EPAM AI DIAL keys and configure them under Settings → AI Configuration.
</Warning>

***

## Request an EPAM AI DIAL API Key

1. Open EPAM AI DIAL: [https://chat.lab.epam.com](https://chat.lab.epam.com).
2. Click “Request API key” at the bottom, or go directly: [Request API Key](https://support.epam.com/ess?id=sc_cat_item\&table=sc_cat_item\&sys_id=910603f1c3789e907509583bb001310c).
3. Fill in the required details to open a support request.
4. Wait for the confirmation email with your API key and usage details.

<img src="https://mintcdn.com/epam-a74ef051/17A86izaGCzTjYjh/img/migration/v2.0.0/Dial-home-page.png?fit=max&auto=format&n=17A86izaGCzTjYjh&q=85&s=6127413db3bddfe884eafe0dfbc428f3" alt="Dial Home Page" width="3818" height="1742" data-path="img/migration/v2.0.0/Dial-home-page.png" />

<img src="https://mintcdn.com/epam-a74ef051/17A86izaGCzTjYjh/img/migration/v2.0.0/Dial-key-request-form.png?fit=max&auto=format&n=17A86izaGCzTjYjh&q=85&s=8bc48633df401489f1d53a8265794cc2" alt="Dial Key Request Form" width="3708" height="1724" data-path="img/migration/v2.0.0/Dial-key-request-form.png" />

***

## Configure the DIAL Credential in ELITEA (Next)

1. Log in to the Next environment: [https://next.elitea.ai](https://next.elitea.ai)
2. Go to Settings → [AI Configuration](../menus/settings/ai-configuration)
3. Click **+ Create**
4. Select credential type: “**AI DIAL**”
5. Fill the fields:
   * **Display name**: a clear name (e.g., “Team DIAL Prod”)
   * **API Base**: `https://ai-proxy.lab.epam.com`
   * **API key**: paste the key from the email
   * **API version**: `2025-04-01-preview` (current supported)
6. Click **Save**.

**Result**: The DIAL credential is created and appears in AI Configuration as available to use.

<img src="https://mintcdn.com/epam-a74ef051/17A86izaGCzTjYjh/img/migration/v2.0.0/AI-configuration-page.png?fit=max&auto=format&n=17A86izaGCzTjYjh&q=85&s=d15d65875b05116af2687e1efdb8b858" alt="AI Configuration" width="3700" height="1720" data-path="img/migration/v2.0.0/AI-configuration-page.png" />

<img src="https://mintcdn.com/epam-a74ef051/17A86izaGCzTjYjh/img/migration/v2.0.0/AI-Dial-credential-form.png?fit=max&auto=format&n=17A86izaGCzTjYjh&q=85&s=2a33a4040a2484eb9fb175481427f857" alt="AI Dial Credential Form" width="3706" height="1160" data-path="img/migration/v2.0.0/AI-Dial-credential-form.png" />

***

## Create and Configure LLM Models

After creating the DIAL credential, add the LLM models that your key can access.

1. Go to Settings → [AI Configuration](../menus/settings/ai-configuration)
2. Click **+ Create** → select "**LLM Model**"
3. Fill the fields:
   * **Display name**: a friendly label (e.g., “Dial Claude Sonnet”)
   * **Name**: the exact model name as listed here: [Available Models and Rate Limits](https://kb.epam.com/display/EPMGPT/Personal+API+Keys%3A+Available+Models+and+Rate+Limits)
   * **Context Window**: the supported context window for that model
   * **Max Output Tokens**: the supported max output tokens
   * **Credentials**: Pick the DIAL credential you created (or create new via “New private credentials”)
4. Click **Save**.

**Result**: The model appears in the model selector across Chat, Agents, and Pipelines.

<Tip>
  The last added model becomes the default in New Conversation model selection.
</Tip>

<img src="https://mintcdn.com/epam-a74ef051/17A86izaGCzTjYjh/img/migration/v2.0.0/LLM-model-creation-form.png?fit=max&auto=format&n=17A86izaGCzTjYjh&q=85&s=0b730503484fe6171305961373d097dc" alt="LLM-model-creation-form" width="3714" height="1716" data-path="img/migration/v2.0.0/LLM-model-creation-form.png" />

<img src="https://mintcdn.com/epam-a74ef051/17A86izaGCzTjYjh/img/migration/v2.0.0/LLM-model-visible-in-new-conversation.png?fit=max&auto=format&n=17A86izaGCzTjYjh&q=85&s=6c0c669000043aa416a3ec9c74c17bfc" alt="LLM-model-visible-in-new-conversation" width="3700" height="1730" data-path="img/migration/v2.0.0/LLM-model-visible-in-new-conversation.png" />

***

## Notes & Limits

* EPAM AI DIAL enforces its own per-model and per-key limits. Review the limits at the model catalog link above and plan accordingly.
* If a model is not visible, verify the exact name and that your key is entitled to it.
* For troubleshooting or blocked usage, use your dedicated key (avoid shared Next models) and verify from AI Configuration that the credential and model show status OK.

***

## Related

* [AI Configuration](../menus/settings/ai-configuration)
* [Create a Credential](./create-credential)
* [Quick Start (Next env)](../migration/v1.7.0/next-quick-start)
