Google just shipped Gemini 3.5 Live Translate, a dedicated speech-to-speech model that translates spoken audio in near real-time across more than 70 languages. It is now in public preview via the Gemini Live API and Google AI Studio, and it represents the most significant architectural shift in machine translation in years.

The pipeline is dead. Long live the pipeline.

Every real-time translation system you have ever built or used almost certainly followed the same three-step chain: speech-to-text (ASR), text translation (MT), then text-to-speech (TTS). Each hop adds latency, loses acoustic nuance, and introduces a new failure mode. Google dropped that cascaded pipeline entirely in favor of a single audio-to-audio model.

Gemini 3.5 Live Translate is a low-latency, audio-to-audio model optimized for real-time translation of spoken conversations, enabling seamless bidirectional translation with high accuracy and natural voice output. The model ID is gemini-3.5-live-translate-preview, and it is audio-to-audio rather than the older speech-to-text-to-translation-to-text-to-speech pipeline, accepting streamed source audio in 100-millisecond chunks and producing translated speech as output.

The practical difference is not just latency. The translated voice sounds closer to how the original speaker actually sounds, rather than flat synthesized audio -- preserving intonation, tempo, and vocal pitch. In a meeting with multiple participants, listeners can still distinguish individual voices and register the emotional register of what is being said.

What it can do

  • Turn-by-turn systems wait for the speaker to finish before translating, which adds latency. Gemini 3.5 Live Translate processes speech as it streams and generates translated audio continuously, staying just a few seconds behind the speaker without awkward pauses.
Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves