azure 4.1 Availaibility
# support
g
Have a deployment on azure with openai gpt-4.1 but can not use it under our azure credentials ( Posting this here as requested during office hours) @Shubham Bajaj
v
Based on the information I found, there's no specific reference to a "GPT-4.1" model in Azure OpenAI. The most common issue when configuring Azure OpenAI credentials is ensuring the deployment name exactly matches the model name. Try verifying that:
Copy code
1. Your deployment name in Azure matches exactly what you're specifying in Vapi
2. The model is actually available in your Azure region
3. Your Azure credentials have proper access to the model
If you're still having issues, please share the specific error message you're receiving for more targeted help. Sources: - [Discord conversation about Azure OpenAI credential issues](https://discord.com/channels/1211482211119796234/1339956981297057892) - [Discord conversation about model availability](https://discord.com/channels/1211482211119796234/1339872609231441961)
g
I can use the deployment of 4.0 but not the 4.1 ..
c
can you please provide a screenshot or loom recording showing the error or inability to use it with azure?
2 Views