Is there a clear explanation how to Integreate Azu...
# support
v
Hi there! 👋 I'd be happy to help you integrate Azure OpenAI Features into Vapi! I'm unable to provide specific information about the "australia" region shown in your image, as this isn't mentioned in the documentation I have access to. However, I can definitely help with the integration process! Here's how to integrate Azure OpenAI Features into Vapi: ## Setting up Azure OpenAI in Vapi ### 1. Configure Provider Keys First, you'll need to set up your provider keys in Vapi: - Navigate to the [Provider Keys dashboard](https://dashboard.vapi.ai/keys) - In the Azure OpenAI section, you'll need to provide the following information: ### 2. Required Fields - **API Key**: Enter your Azure OpenAI API key - **OpenAI Endpoint URL**: Enter your Azure OpenAI endpoint URL - The endpoint should go up to
chat/completions?api-version=
without including the version number (up to the equal sign) - Use the shorter resource endpoint, not the longer deployment endpoint - [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338649953102463038) - **OCP-APIM-Subscription-Key Header**: This is an older authentication method but can still be used - Note that Microsoft recommends using the
api-key
header instead, but Vapi's settings may still refer to this - [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339956981297057892) ### 3. Model Selection - Select the desired model from the dropdown menu - Ensure the name of the deployment matches exactly with the model name provided in the Vapi menu (e.g., "gpt-4o-2024-08-06") - Use OpenAI provider standard model names like
gpt-4o
instead of
gpt-4o-xyz
- [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338649953102463038) ### 4. Region Selection - Select the region where your Azure OpenAI resource is deployed - Valid regions include
canadacentral
,
japaneast
,
japanwest
, and
uaenorth
- Note that some region names have been updated:
canada
is now
canadaeast
, and
japan
has been replaced with
japaneast
and
japanwest
- [Source](https://docs.vapi.ai/changelog/2025/1/21) ## Troubleshooting Common Issues If you encounter authentication issues: - Ensure you're providing a valid key for an active subscription - Check that the deployment name matches exactly with the model name in Vapi - Verify that the endpoint URL is in the correct format - [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339956981297057892) ## Alternative: Using Custom LLM If you face issues with direct Azure OpenAI integration, you can try using the "Custom LLM" option: 1. Enter your API Key 2. Configure OAuth2 Credentials (if needed): - OAuth2 URL - OAuth2 Client ID - OAuth2 Client Secret 3. This approach involves configuring API endpoints and authentication details - [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1335165182330273792) Is there anything specific about the integration process you'd like me to explain in more detail? Sources: - [Discord conversation about Azure OpenAI integration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338649953102463038) - [Discord conversation about authentication issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339956981297057892) - [Vapi changelog about region updates](https://docs.vapi.ai/changelog/2025/1/21) - [Discord conversation about Custom LLM option](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1335165182330273792)
s
Hey, can you help me understand where you're blocked? What you've done so far to unblock yourself so I can help you better without making any assumptions and creating confusion?
a
sure
m
This is misinformation:
The endpoint should go up to chat/completions?api-version= without including the version number (up to the equal sign)
It's just
https://[oai-resource-name].openai.azure.com/
a
Dude, I'm here because of the Startup Founders link you send me on Skool. It's mindblowing to see you again on a different platform. Much Appreciated Man.
s
Thanks @Max Forbang for sharing the feedback, I will get it changed.
@alampole @Max Forbang Let me know if there is anything else I can help you with it.
5 Views