# How to find Azure OpenAI chat completions endpoint

Azure OpenAI now supports the latest GPT-5 models. By default, Azure AI Foundry only shows the Responses API endpoint.

Follow this guide to find the Chat Completions endpoint.

{% hint style="warning" %}
**Make sure your deployment is ready.**&#x20;

Follow this guide to create a new deployment [how-to-use-azure-openai-api-key-in-boltai](https://docs.boltai.com/docs/guides/how-to-use-azure-openai-api-key-in-boltai "mention")
{% endhint %}

### How to find my deployment's Chat Completions endpoint and API key

Once your deployment is ready:

1. Navigate to "Chat"&#x20;
2. Select your deployment
3. Click View Code

<figure><img src="https://3493584844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FynYW2xZqA52spY7XgWis%2Fuploads%2F4N4pL25RAOv73pmVrcGD%2FCleanShot%202025-08-08%20at%2017.00.17%402x.jpg?alt=media&#x26;token=10d66e83-37df-4118-bab6-b4861f7591ae" alt=""><figcaption></figcaption></figure>

**In the Sample Code dialog:**

1. Select "Key authentication"
2. Scroll down and you will find your Chat Completions endpoint (2) and API key (3)

<figure><img src="https://3493584844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FynYW2xZqA52spY7XgWis%2Fuploads%2FSUPEyf5Vhsu8mwGKpVD0%2FCleanShot%202025-08-08%20at%2017.02.04%402x.jpg?alt=media&#x26;token=551114c1-1a8a-4730-be47-f29f9d24925e" alt=""><figcaption></figcaption></figure>

### Set up a new AI service in BoltAI

In BoltAI, open Settings (`cmd + ,`) > Providers.&#x20;

* Click plus button (bottom left) and select Azure OpenAI.
* Fill the form and click Save Change.
* You're now ready to use the model in BoltAI

<figure><img src="https://3493584844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FynYW2xZqA52spY7XgWis%2Fuploads%2FW7aa1MUUL7M1ASkB2aSb%2FCleanShot%202025-08-08%20at%2017.26.52%402x.jpg?alt=media&#x26;token=83bdb767-6efa-46c7-aace-758ae4b34b09" alt=""><figcaption></figcaption></figure>
