Vapi Support Bot
10/09/2025, 6:33 PMjson
{
"provider": "azure-openai",
"models": ["gpt-4o-2024-11-20"],
"region": "eastus",
"openAIEndpoint": "https://your-resource.openai.azure.com",
"openAIKey": "your-azure-openai-api-key"
}
For voice, select "azure" as the provider, but this is separate from Azure OpenAI.
[See documentation for details](https://docs.vapi.ai/providers/model/azure-openai)
Source:
- [Azure OpenAI Model Provider Documentation](https://docs.vapi.ai/providers/model/azure-openai)Vapi Support Bot
10/09/2025, 6:44 PMChiranjeet Mishra
10/10/2025, 11:33 PMhttps://your-resource.openai.azure.com, without including the full endpoint paths.
2. **Deployment Names**: Make sure your Azure deployment names exactly match Vapi's supported model names, such as gpt-4o-2024-11-20.
3. **Valid API Key**: Verify your Azure API key is correct and corresponds to the resource you are trying to access.
4. **Supported Region**: Check that your Azure deployment is in a supported region like eastus, swedencentral, etc.
5. **Optional API Management Key**: The OCP-APIM-Subscription-Key is optional unless specifically required by your setup.
For more detailed troubleshooting, you can consult the [Azure OpenAI Integration Guide](https://docs.vapi.ai/providers/model/azure-openai).Nicolas Eugui
10/13/2025, 1:28 PMChiranjeet Mishra
10/14/2025, 7:38 PMgpt-4o-realtime-preview-2024-12-17
- The voice selection works within the speech-to-speech model, not as a separate TTS
While Azure OpenAI can be used as a model provider for text completion, there is no current documentation indicating support for Azure OpenAI's Realtime TTS service as a voice provider.