Skip to content

Commit 6791466

Browse files
docs: simplify BYOK tables to bullet lists
- Convert Speech-to-Text provider table to bullet list format - Convert Language Model provider table to bullet list format - Convert Text-to-Speech provider table to bullet list format - Maintain custom voice references (confirmed supported via CustomVoice class) VAP-11220
1 parent 919919e commit 6791466

1 file changed

Lines changed: 7 additions & 38 deletions

File tree

fern/security-and-privacy/data-flow.mdx

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,9 @@ Converts user audio into text in real-time using streaming recognition.
9393
**Custom Transcriber:** Vapi supports custom transcriber integration via WebSocket. See [Custom Transcriber](/customization/custom-transcriber).
9494
</Note>
9595

96-
| Provider | Bring Your Own API Key |
97-
|----------|----------------------|
98-
| Deepgram | ✅ Yes |
99-
| Gladia | ✅ Yes |
100-
| AssemblyAI | ✅ Yes |
101-
| Speechmatics | ✅ Yes |
102-
| Google | ✅ Yes |
103-
| Azure | ✅ Yes |
104-
| Talkscriber | ❌ No |
96+
**Bring Your Own API Key:**
97+
- ✅ Supported: Deepgram, Gladia, AssemblyAI, Speechmatics, Google, Azure
98+
- ❌ Not supported: Talkscriber
10599

106100
### 3. Orchestration Layer (Vapi Proprietary)
107101

@@ -129,21 +123,8 @@ Generates conversational responses based on transcribed user input.
129123
**Custom LLM:** Vapi supports custom LLM integration via OpenAI-compatible endpoints. See [Custom LLM](/customization/custom-llm/using-your-server).
130124
</Note>
131125

132-
| Provider | Bring Your Own API Key |
133-
|----------|----------------------|
134-
| OpenAI | ✅ Yes |
135-
| Anthropic | ✅ Yes |
136-
| Azure OpenAI | ✅ Yes |
137-
| Google Gemini | ✅ Yes |
138-
| Groq | ✅ Yes |
139-
| DeepSeek | ✅ Yes |
140-
| OpenRouter | ✅ Yes |
141-
| Together AI | ✅ Yes |
142-
| Cerebras | ✅ Yes |
143-
| DeepInfra | ✅ Yes |
144-
| Perplexity | ✅ Yes |
145-
| Anyscale | ✅ Yes |
146-
| xAI | ✅ Yes |
126+
**Bring Your Own API Key:**
127+
- ✅ Supported: OpenAI, Anthropic, Azure OpenAI, Google Gemini, Groq, DeepSeek, OpenRouter, Together AI, Cerebras, DeepInfra, Perplexity, Anyscale, xAI
147128

148129
### 5. Text-to-Speech (Voice)
149130

@@ -153,20 +134,8 @@ Converts LLM responses into spoken audio.
153134
**Custom Voice:** Vapi supports custom TTS integration via audio streaming endpoints. See [Custom TTS](/customization/custom-tts).
154135
</Note>
155136

156-
| Provider | Bring Your Own API Key |
157-
|----------|----------------------|
158-
| ElevenLabs | ✅ Yes |
159-
| PlayHT | ✅ Yes |
160-
| Cartesia | ✅ Yes |
161-
| Deepgram | ✅ Yes |
162-
| OpenAI TTS | ✅ Yes |
163-
| Azure | ✅ Yes |
164-
| LMNT | ✅ Yes |
165-
| Rime AI | ✅ Yes |
166-
| Smallest AI | ✅ Yes |
167-
| Neuphonic | ✅ Yes |
168-
| WellSaid | ✅ Yes |
169-
| Hume | ✅ Yes |
137+
**Bring Your Own API Key:**
138+
- ✅ Supported: ElevenLabs, PlayHT, Cartesia, Deepgram, OpenAI TTS, Azure, LMNT, Rime AI, Smallest AI, Neuphonic, WellSaid, Hume
170139

171140
---
172141

0 commit comments

Comments
 (0)