Manish
04/10/2025, 12:48 PMVapi Support Bot
04/10/2025, 12:50 PMcurl --location 'https://api.vapi.ai/credential' \
--header 'authorization: Bearer YOUR_API_KEY_HERE' \
--header 'content-type: application/json' \
--data '{
"provider": "azure-openai",
"models": [
"gpt-4o-2024-08-06"
],
"region": "YOUR_REGION",
"openAIEndpoint": "YOUR_ENDPOINT",
"openAIKey": "YOUR_API_KEY"
}'
### 2. Important Configuration Details
- **Endpoint Format**: The endpoint should be the shorter resource endpoint, not the longer deployment endpoint. It should go up to chat/completions?api-version=
without including the version number ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338649953102463038)).
- **Model Name**: Ensure the deployment name matches exactly the model name provided in the VAPI menu (e.g., "gpt-4o-2024-08-06") ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339956981297057892)).Vapi Support Bot
04/10/2025, 12:50 PMjson
{
"model": {
"provider": "azure-openai",
"model": "gpt-4o-2024-08-06"
}
}
Is there anything specific about your setup that you'd like me to help troubleshoot further?
Sources:
- [Discord Thread on Azure OpenAI Configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338649953102463038)
- [Discord Thread on Azure OpenAI Model Naming](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339956981297057892)
- [Discord Thread on Region Availability](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343704609096601693)
- [Discord Thread on Credential Conflicts](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342900897914556467)
- [Vapi Dashboard Provider Keys](https://dashboard.vapi.ai/keys)Kings_big💫
04/10/2025, 2:18 PMSato Aniah Asahina
04/11/2025, 7:03 PMManish
04/25/2025, 2:07 PMManish
04/25/2025, 2:08 PMSato Aniah Asahina
04/27/2025, 8:26 PMManish
04/28/2025, 11:21 AMManish
04/29/2025, 5:06 AMSato Aniah Asahina
05/01/2025, 9:14 PMManish
05/02/2025, 3:21 PMSato Aniah Asahina
05/02/2025, 9:13 PMcrypticatul
07/07/2025, 11:09 AMSato Aniah Asahina
07/07/2025, 11:06 PM