Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion fern/customization/voice-pipeline-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,12 @@ Uses AI models to analyze speech patterns, context, and audio cues to predict wh
- **deepgram-flux**: Deepgram's latest transcriber model with built-in conversational speech recognition. (English only)
- **assembly**: Transcriber with built-in end-of-turn detection (English only)

<hr />
</Tab>
</Tabs>

**When to use:**

**When to use smart endpointing:**

- **Deepgram Flux**: English conversations using Deepgram as a transcriber.
- **Assembly**: Best used when Assembly is already your transcriber provider for English conversations with integrated end-of-turn detection
Expand Down
Loading