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.

circle-exclamation

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

Once your deployment is ready:

  1. Navigate to "Chat"

  2. Select your deployment

  3. Click View Code

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)

Set up a new AI service in BoltAI

In BoltAI, open Settings (cmd + ,) > Providers.

  • 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

Last updated