diff --git a/fern/providers/model/azure-openai.mdx b/fern/providers/model/azure-openai.mdx index c565c973d..4536eb61d 100644 --- a/fern/providers/model/azure-openai.mdx +++ b/fern/providers/model/azure-openai.mdx @@ -55,9 +55,7 @@ You can configure your Azure OpenAI credentials in the "Model Providers" section ### Model and Deployment Names - -**Critical Requirement**: Your Azure deployment name **must exactly match** one of Vapi's supported model names. Custom deployment names are not supported. - +Your Azure deployment name must match one of Vapi's supported model IDs. Custom deployment names are not supported. For example, if you want to use GPT-4o, your Azure deployment must be named exactly `gpt-4o-2024-11-20` (or another supported variant), not a custom name like `my-custom-gpt4`.