Skip to content

Commit 78ca7dd

Browse files
fix: add Soniox provider to speech config docs and remove Vapi text-based entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 73d8b70 commit 78ca7dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fern/customization/speech-configuration.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ This plan defines the parameters for when the assistant begins speaking after th
5555

5656
- **Assembly**: Transcriber that also reports end-of-turn detection. To use Assembly, choose it as your transcriber without setting a separate smart endpointing plan. As transcripts arrive, we consider the `end_of_turn` flag that Assembly sends to mark the end-of-turn, stream to the LLM, and generate a response.
5757

58+
- **Soniox v4**: Transcriber with built-in semantic endpointing across 60+ languages. Soniox uses a single universal model to detect end-of-turn based on intonation and conversational context rather than silence duration, producing fewer false triggers. To use Soniox, choose it as your transcriber and turn off "Smart Endpointing" in the Start Speaking Plan. Recommended for multi-lingual agents.
59+
5860
**Text-based providers:**
5961

6062
- **Off**: Disabled by default. When smart endpointing is set to "Off", the system will automatically use the transcriber's end-of-turn detection if available. If no transcriber EOT detection is available, the system defaults to LiveKit if the language is set to English or to Vapi's standard endpointing mode.
6163
- **LiveKit**: Recommended for English conversations as it provides the most sophisticated solution for detecting natural speech patterns and pauses. LiveKit can be fine-tuned using the `waitFunction` parameter to adjust response timing based on the probability that the user is still speaking.
62-
- **Vapi**: Recommended for non-English conversations or as an alternative when LiveKit isn't suitable
6364

6465
![LiveKit Smart Endpointing Configuration](../static/images/advanced-tab/livekit-smart-endpointing.png)
6566

0 commit comments

Comments
 (0)