Azure OpenAI Integration Consultation with Vapi for GDPR Compliance

You can use Azure OpenAI as a model provider in Vapi for GDPR-compliant LLM tasks, but not as a voice (TTS) provider. Vapi supports Azure as a TTS provider (typically via Azure Cognitive Services), but Azure OpenAI integration is for language models only.

Here's an example of configuring Azure OpenAI as your model provider in Vapi:

{
  "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

Source:

⤵️ Mention @Vapi Support Bot for follow-ups 🐥

Was this page helpful?