Relay-1 · real-time speech translation
Relay-1 is our own speech-to-speech model. Audio in, translated audio out, fast enough that two people can interrupt each other and the conversation still works. It runs behind the Mac app and behind the API.
Speak into it. This is the live model, not a recording.
Five metrics across seven systems on kyutai/Audio-NTREX-4L, a long-form set covering French, Spanish, Portuguese, and German into English. No system wins on every axis — that's the expected shape for a problem that trades speed against correctness. Relay-1 is top-tier on the axes that decide whether a live exchange works: second on naturalness, within 0.01 on translation quality, and competitive on intelligibility.
| Metric | GPT-RT | Gemini | Relay-1 |
|---|---|---|---|
Translation quality XCOMET-XL ↑ | 0.73 | 0.78 | 0.77 |
Naturalness UTMOSv2 ↑ | 2.89 | 3.64 | 3.27 |
Intelligibility ASR-WER ↓ | 0.11 | 0.03 | 0.06 |
First audio TTFA p50 ms ↓ | 2289 | 3269 | 3201 |
Speaker similarity WavLM ↑ | 0.78 | 0.70 | 0.46 |
Relay-1 doesn't clone the source voice, which is why its speaker-similarity score sits low. For a live conversation we've optimised for clear, natural, accurate output over reproducing each speaker's timbre — a different tradeoff than our dubbing model makes.
Read the full benchmark, all seven systemsRuns locally and feeds translated audio into Zoom, Meet, or Teams as a virtual audio device. No bot joins the call, so nothing shows up in the participant list.
Download the previewStream audio in over a websocket, get translated audio back. The same model, in your own product, at $0.02 per minute.
Read the docsRooms runs a separate turn-based interpreter rather than Relay-1 — speakers take turns and each utterance is translated in full. Moving it onto Relay-1 is on the roadmap.
We own Relay-1 end to end, which means we can have the conversations the platform vendors won't: on-premise deployment, data residency in a region you choose, white-label licensing, and tuning against your own domain audio.
Google's Live Translate API lists at $0.023 per minute and is still in public preview. Ours is $0.02, generally available, and you can run it inside your own perimeter. If you need to own the stack rather than rent it, we should talk.
Talk to us about licensingPowered by Pinch API