---
language:
- ar
- bn
- da
- de
- en
- es
- fi
- fr
- gu
- hi
- id
- it
- ja
- ko
- mr
- nl
- no
- pl
- pt
- ru
- ta
- te
- tr
- uk
- ur
- vi
- zh
pipeline_tag: audio-classification
tags:
- turn-detection
- end-of-utterance
- eou
- endpointing
- turn-taking
- interruption-detection
- barge-in
- voice-activity-detection
- conversational-ai
- voice-agents
- real-time
- low-latency
- multimodal
- multilingual
- audio
- speech
metrics:
- recall
- accuracy
- f1
model-index:
- name: echo-omni
results:
- task:
type: audio-classification
name: End-of-turn detection
dataset:
type: mundo-ai/turn-benchmark-test
name: TurnBench (test)
config: default
split: test
metrics:
- type: recall
value: 0.839
name: End-of-turn recall
- type: fpr
value: 0.071
name: End-of-turn false-positive rate
source:
name: TurnBench Leaderboard
url: https://turnbench.sesame.com/models/echo-omni
- task:
type: audio-classification
name: Interruption detection
dataset:
type: mundo-ai/turn-benchmark-test
name: TurnBench (test)
config: default
split: test
metrics:
- type: recall
value: 0.904
name: Interruption recall
- type: fpr
value: 0.129
name: Interruption false-positive rate
source:
name: TurnBench Leaderboard
url: https://turnbench.sesame.com/models/echo-omni
extra_gated_prompt: "Access to Echo Omni is provided through Zero Runtime. Visit https://zeroruntime.ai/?utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface to get started."
---

Echo Omni hears what was said and how it was said, at the same time.
A verdict in under 80 ms, faster than the pause it is judging.
🏆 Ranked 4th of 18 on end-of-turn and 4th of 16 on interruption on TurnBench, Sesame AI Labs' public turn-taking benchmark.
Most turn detectors wait for silence and hope. A 500 ms gap looks identical whether someone finished a sentence, paused to think, or simply took a breath, so agents built on timers end up talking over people or leaving them hanging.
Echo Omni does not guess. It reads the user's audio together with the transcript of that same turn, so it catches the meaning of the words and the sound of the delivery at once: the trailing pitch, the hesitation, the clipped "mm-hm" that was never a turn at all. One prediction per turn, with a confidence score, fast enough to live inside a real conversation.
It is the flagship of the **Echo family**, and the broadest of the three: 27 languages, four conversational states, and accuracy that holds across every one of them. It is also independently ranked on [TurnBench](https://turnbench.sesame.com/models/echo-omni), scored blind against a held-out test set.
---
## 🎯 What it does
Echo Omni classifies every user turn into one of four states. Each state tells the agent exactly what to do next.

| State | What it means | What your agent should do |
|:--|:--|:--|
| **Complete** | The user has finished their turn | Hand the turn to the LLM and respond |
| **Incomplete** | The user is mid-sentence, just pausing | Keep listening. Do not take the floor |
| **Backchannel** | A short acknowledgement: "uh-huh", "okay okay" | Keep speaking. This is not an interruption |
| **Wait** | The user is asking you to hold: "wait a minute", "hold on" | Stop speaking immediately |
Most turn detectors only answer the first two. Backchannel and Wait are the states that make an agent feel polite instead of oblivious: not stopping every time someone says "mm-hm", and stopping the instant someone says "hold on".
---
## 🔌 Input and output
**Echo Omni is multimodal, and it needs both signals at once.**

**Input**, per turn:
| Field | Description |
|:--|:--|
| **Audio** | The speech segment for the turn |
| **Transcript** | The finalized transcript of that same segment |
| **Language** | One of the 27 supported codes |
**Output**, one prediction per turn:
| Field | Description |
|:--|:--|
| **State** | `Complete`, `Incomplete`, `Backchannel` or `Wait` |
| **Confidence** | A score for the prediction, so you can tune how decisive your agent is |
Both the audio and the transcript are required, and they must describe the same turn. Text alone cannot tell a thinking pause from a finished thought, and audio alone cannot tell you what was actually said. Echo Omni is built to use both together, which is where its accuracy comes from.
---
## 🌍 Supported languages
**27 languages**, spanning Indian, European and East Asian language families.
| Code | Language | Code | Language | Code | Language |
|:----:|:---------|:----:|:---------|:----:|:---------|
| `ar` | 🇸🇦 Arabic | `bn` | 🇧🇩 Bengali | `da` | 🇩🇰 Danish |
| `de` | 🇩🇪 German | `en` | 🇺🇸 English | `es` | 🇪🇸 Spanish |
| `fi` | 🇫🇮 Finnish | `fr` | 🇫🇷 French | `gu` | 🇮🇳 Gujarati |
| `hi` | 🇮🇳 Hindi | `id` | 🇮🇩 Indonesian | `it` | 🇮🇹 Italian |
| `ja` | 🇯🇵 Japanese | `ko` | 🇰🇷 Korean | `mr` | 🇮🇳 Marathi |
| `nl` | 🇳🇱 Dutch | `no` | 🇳🇴 Norwegian | `pl` | 🇵🇱 Polish |
| `pt` | 🇵🇹 Portuguese | `ru` | 🇷🇺 Russian | `ta` | 🇮🇳 Tamil |
| `te` | 🇮🇳 Telugu | `tr` | 🇹🇷 Turkish | `uk` | 🇺🇦 Ukrainian |
| `ur` | Urdu | `vi` | 🇻🇳 Vietnamese | `zh` | 🇨🇳 Chinese |
This is not a model that works well in English and degrades everywhere else. Accuracy holds across the full set.
---
## 📊 Performance
Measured on a held-out multilingual test set of **25,000+ utterances** covering all four labels.
| Metric | Echo Omni |
|:--|--:|
| **Accuracy** | **95.39%** |
| **Macro F1** | **0.9712** |
| **F1 Score (Complete)** | **0.9508** |
Accuracy holds up across all 27 supported languages, with a **mean macro-F1 of 0.9712**.
The macro F1 is the number worth looking at. It weights all four states equally, including Backchannel and Wait, which are rare in real traffic and are exactly where lesser turn detectors quietly fall apart. Echo Omni does not trade those away to flatter its headline accuracy.
> Results are measured on the benchmark described above. Performance may vary depending on language, deployment configuration, user behaviour and application requirements.
---
## 🏆 TurnBench
[TurnBench](https://turnbench.sesame.com/) is Sesame AI Labs' public benchmark for conversational turn-taking. Systems are scored blind against a held-out test set they never see. We submitted Echo Omni on **10 September 2026**.
| Task | Rank | Recall | False-positive rate |
|:--|:--:|--:|--:|
| **End-of-turn** | **4th of 18** | **0.839** | **0.071** |
| **Interruption** | **4th of 16** | **0.904** | 0.129 |