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

# Azure OpenAI

> Configure Hymalaia to use GPT models hosted on Azure OpenAI.

Hymalaia supports GPT models deployed through **Azure OpenAI** for full enterprise-level flexibility and control.

***

## 🛠 Setting up Azure OpenAI Endpoint

Follow these steps to integrate Azure OpenAI with Hymalaia:

### 1. Access Azure OpenAI Service

* Go to the [Azure Portal](https://portal.azure.com/)
* Search for **Azure OpenAI Service**

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/azure.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=775d579f0d8aad92303d76b50d08226a" className="rounded-xl shadow-md mx-auto" width="1424" height="1486" data-path="images/azure.png" />

### 2. Create a New Resource

* Click **"Create a resource"**
* Create a **new resource group**
* Fill in the required form fields to configure your instance

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/azure-create.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=f696a652aa23a1818594dfbf46081cfb" className="rounded-xl shadow-md mx-auto" width="1646" height="1032" data-path="images/azure-create.png" />

### 3. Complete Deployment

* Wait for the deployment to finish
* Navigate to [Azure OpenAI Studio](https://oai.azure.com/)

### 4. Open the Chat Panel

* In the Studio, go to the **Chat** panel

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/open-chat-panel.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=a7629c0d492e35cc026ff3560ef24997" className="rounded-xl shadow-md mx-auto" width="1810" height="1218" data-path="images/open-chat-panel.png" />

### 5. Deploy a Model

* Click **"Create a new deployment"**
* Select a **chat completion model** (e.g., `gpt-4`, `gpt-35-turbo`)

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/deploy.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=36bf8a5577dda09e72e8d9541e9738b2" className="rounded-xl shadow-md mx-auto" width="2678" height="1782" data-path="images/deploy.png" />

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/deploy2.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=8dce59e8d39ef15ecbab2555d8bc9846" className="rounded-xl shadow-md mx-auto" width="1550" height="1562" data-path="images/deploy2.png" />

### 6. Configure Settings

* Choose your model, set any parameters
* Deploy it

### 7. Test the Configuration

* Use the chat bar on the right to test your model

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/test-config.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=7a919f5a0e853c50559c895b616b0ff7" className="rounded-xl shadow-md mx-auto" width="1932" height="1572" data-path="images/test-config.png" />

### 8. Get Your Credentials

* Click **"View Code"** in the Studio

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/viewCode.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=058027e1531d90081128ec9912f3da5b" className="rounded-xl shadow-md mx-auto" width="1912" height="538" data-path="images/viewCode.png" />

* Copy the following credentials:

  * `API version`: The string after `?api-version=...`
  * `API Base`: The `Endpoint` URL
  * `API Key`: The obfuscated API key

<img src="https://mintcdn.com/hymalaia/HSpy8jr-ulkXpfFK/images/locate.png?fit=max&auto=format&n=HSpy8jr-ulkXpfFK&q=85&s=ecc10163af371677b5bc97b87a8edbe9" className="rounded-xl shadow-md mx-auto" width="432" height="110" data-path="images/locate.png" />

***

## ✅ Using with Hymalaia

1. Go to the **Admin Panel**
2. Select **LLM Providers**
3. Choose **Azure OpenAI**
4. Paste in your credentials:
   * **API Base**
   * **API Key**
   * **API Version**
   * **Deployment name** (the name you used during model deployment)

Hymalaia will now route queries through your Azure-hosted GPT model.

***
