Skip to content

Commit 29cdb96

Browse files
committed
added azure byok docs video
1 parent 427b215 commit 29cdb96

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

fern/providers/model/azure-openai.mdx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ subtitle: Use custom Azure OpenAI instances with your own rate limits and config
44
slug: providers/model/azure-openai
55
---
66

7+
**Video Tutorial:**
8+
<iframe
9+
src="https://www.loom.com/embed/951976f68e564ed39691fd150489afee"
10+
title="Loom video player"
11+
frameborder="0"
12+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
13+
referrerpolicy="strict-origin-when-cross-origin"
14+
width="100%"
15+
height="400px"
16+
allowfullscreen
17+
/>
18+
719
**What is Azure OpenAI?**
820

921
Azure OpenAI Service provides REST API access to OpenAI's powerful language models, including GPT-4.1, GPT-4o, GPT-4 Turbo, GPT-3.5 Turbo, and the Embeddings model series. These models can be easily adapted to your specific task with fine-tuning, offering enterprise-grade security, responsible AI practices, and regional availability.
@@ -184,14 +196,3 @@ The `OCP-APIM-Subscription-Key` field is optional and can be left blank in most
184196
- **Cause**: Invalid API key, incorrect endpoint, or network restrictions
185197
- **Solution**: Verify API key, check endpoint URL format, and ensure network access
186198

187-
<Note>
188-
For additional support with Azure OpenAI configuration, consult the [Azure OpenAI documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/openai/) or contact Vapi support.
189-
</Note>
190-
191-
## Next Steps
192-
193-
After configuring Azure OpenAI:
194-
195-
- **[Create an Assistant](mdc:docs/assistants)**: Build your first voice assistant using your Azure OpenAI models
196-
- **[Advanced Configuration](mdc:docs/customization/custom-llm)**: Explore advanced model customization options
197-
- **[Security Setup](mdc:docs/security-and-privacy)**: Configure enterprise security features

0 commit comments

Comments
 (0)