call.in-progress.error-vapifault-azure-openai-400-...
# support
s
no matter what i do i will have this! please help
v
Try adding the following to your model configuration to resolve the Azure OpenAI validation error:
Copy code
json
{
  "model": {
    "provider": "azure-openai",
    "model": "gpt-4o-2024-11-20",
    "toolStrictCompatibilityMode": "strip-unsupported-validation"
  }
}
This setting helps bypass Azure's strict validation and should fix most 400 validation errors. Save and test your configuration after making this change. Sources: - [Azure OpenAI Integration Documentation](https://docs.vapi.ai/providers/model/azure-openai) - [Changelog: Azure OpenAI Compatibility Mode](https://docs.vapi.ai/changelog/2025/6/3)
s
Hi, thanks for reaching out.
Could you please share some of the affected call IDs?