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.
Make sure your deployment is ready.
Follow this guide to create a new deployment How to use Azure OpenAI API key in BoltAI
How to find my deployment's Chat Completions endpoint and API key
Once your deployment is ready:
Navigate to "Chat"
Select your deployment
Click View Code

In the Sample Code dialog:
Select "Key authentication"
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
Was this helpful?