Close Menu
NCIJ Network NCIJ Network
    What's Hot

    The gunzels’ grand final: Melbourne Tramaroos’ campaign derails at European TramDriver Championship | Melbourne

    September 20, 2026

    Reform Wales’ chaotic week – An arrest, defection and new leader

    September 20, 2026

    Victims say Home Office attempt to curtail spycops inquiry will result in a ‘cover-up’ | Undercover police and policing

    September 20, 2026
    Facebook X (Twitter) Instagram
    Trending
    • The gunzels’ grand final: Melbourne Tramaroos’ campaign derails at European TramDriver Championship | Melbourne
    • Reform Wales’ chaotic week – An arrest, defection and new leader
    • Victims say Home Office attempt to curtail spycops inquiry will result in a ‘cover-up’ | Undercover police and policing
    • B&H Photo Promo Codes and Deals This September 2026
    • Alibaba Qwen Team Releases Qwen3.8-LiveTranslate: A Real-Time Interpretation Model That Cuts Average Lag to 2.3 Seconds Across 60 Languages
    • Security Experts Want the US and China to Promise Never to Let AI Control Nukes
    • Hidden gut defect that may explain why IBD keeps coming back
    • Mum’s viral barefoot race sparks debate over India’s education crisis
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Sunday, September 20
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    Alibaba Qwen Team Releases Qwen3.8-LiveTranslate: A Real-Time Interpretation Model That Cuts Average Lag to 2.3 Seconds Across 60 Languages

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 20, 2026 Artificial Intelligence No Comments3 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Qwen has released Qwen3.8-LiveTranslate, its next-generation real-time simultaneous interpretation model. It listens to live speech, with optional video frames, and returns translated text and speech while the speaker is still talking. The core change is a new Interleave architecture. Qwen reports gains in faithfulness, fluency, and conciseness, with average lagging (LAAL) dropping from 2.8 seconds to 2.3 seconds. The release also adds real-time speaker diarization, synchronized bilingual display, and long-context disambiguation.

    Deployable? Yes, as a hosted API. It is live on Alibaba Cloud Model Studio and QwenCloud as qwen3.8-livetranslate-flash-realtime over WebSocket.

    What Changed Under the Hood

    Simultaneous interpretation is a tradeoff. Waiting longer gives the model more context. Speaking sooner cuts delay for the listener. Qwen3.8-LiveTranslate rebuilds this loop with an Interleave architecture.

    The latency metric here is LAAL, or Length-Adaptive Average Lagging. It measures how far the translation trails the source speech on average. It also avoids rewarding systems that over-generate output. A drop from 2.8 seconds to 2.3 seconds is roughly an 18% cut in average lag.

    QwenCloud team describes the model as the real-time version of Qwen3.8-LiveTranslate-Flash. It builds on the Qwen-Omni stack, large-scale multimodal data, cross-language and cross-modal alignment, and visual enhancement. The Flash model also supports offline audio and video translation.

    Three New Capabilities

    • Real-time speaker diarization: The model distinguishes speakers in multi-party speech. It also preserves each speaker’s voice through more stable voice cloning. The API exposes cloning modes, including an always mode that re-clones before each response for multi-speaker sessions.
    • Synchronized bilingual display: Source text and translation appear on screen together. In the API, source transcription streams as its own events next to the translation stream.
    • Long-context disambiguation: The model uses conversation history to resolve names and terminology. A name introduced early in a meeting stays consistent later in the translation.

    Try the explainer below. It walks through the interleaved stream, speaker tagging, context disambiguation, language coverage, and session cost.

    ‘;
    $(‘#feed’).appendChild(r);resize();requestAnimationFrame(function(){r.classList.add(‘show’)});
    typeInto(r.querySelector(‘.src’),m[3],70);
    later(function(){typeInto(r.querySelector(‘.dst’),m[4],22,resize)},500);
    },t);t+=m[3].length*70+900});
    });
    /* context */
    function setCtx(on){var s=$(‘#ctxSw’);s.setAttribute(‘aria-checked’,on?’true’:’false’);
    $(‘#ctxLbl’).textContent=”Conversation history: “+(on?’on’:’off’);$(‘#hist’).classList.toggle(‘dim’,!on);
    $(‘#esOut’).innerHTML=on?'”Jordan presentará el presupuesto mañana.”‘:'”Jordania presentará el presupuesto mañana.”‘;
    $(‘#verdict’).textContent=on?’With history, “Jordan” is kept as the CFO’s name.’:’Without history, the name can be translated as the country.’;}
    function toggleSw(el,fn){el.addEventListener(‘click’,function(){fn(el.getAttribute(‘aria-checked’)!==’true’)});el.addEventListener(‘keydown’,function(e){if(e.key===’ ‘||e.key===’Enter’){e.preventDefault();fn(el.getAttribute(‘aria-checked’)!==’true’)}})}
    toggleSw($(‘#ctxSw’),setCtx);setCtx(false);
    /* languages */
    var sp=’Chinese,English,Arabic,German,French,Spanish,Portuguese,Indonesian,Italian,Korean,Russian,Thai,Vietnamese,Japanese,Turkish,Hindi,Malay,Dutch,Urdu,Norwegian Bokmu00e5l,Swedish,Danish,Hebrew,Finnish,Polish,Icelandic,Czech,Filipino,Persian’.split(‘,’);
    var tx=’Cantonese,Greek,Afrikaans,Asturian,Belarusian,Bulgarian,Bengali,Bosnian,Catalan,Cebuano,Estonian,Galician,Gujarati,Croatian,Hungarian,Javanese,Kazakh,Kannada,Kyrgyz,Latvian,Macedonian,Malayalam,Marathi,Punjabi,Romanian,Slovak,Slovenian,Swahili,Tajik,Azerbaijani,Ukrainian’.split(‘,’);
    var box=$(‘#chips’);
    sp.forEach(function(n){var c=document.createElement(‘span’);c.className=”chip sp”;c.textContent=n;box.appendChild(c)});
    tx.forEach(function(n){var c=document.createElement(‘span’);c.className=”chip tx”;c.textContent=n;box.appendChild(c)});
    function countTo(n){var el=$(‘#lcount’),cur=parseInt(el.firstChild.textContent,10),st=cur;var k=0;(function f(){k++;var v=Math.round(st+(n-st)*k/12);el.firstChild.textContent=v;if(k<12)setTimeout(f,25)})()}
    $$(‘[data-f]’).forEach(function(b){b.addEventListener(‘click’,function(){
    $$(‘[data-f]’).forEach(function(x){x.setAttribute(‘aria-pressed’,’false’)});b.setAttribute(‘aria-pressed’,’true’);var f=b.dataset.f;
    $$(‘.chip’).forEach(function(c){c.classList.toggle(‘hide’,f!==’all’&&!c.classList.contains(f))});
    countTo(f===’all’?60:f===’sp’?29:31);
    });});
    /* cost */
    var price={sg:{ain:7.5,aout:30},bj:{ain:5.653,aout:22.613}},region=’sg’,audioOut=true;
    function fmt(n){return n.toLocaleString(‘en-US’)}
    function money(n){return ‘$’+n.toFixed(n<1?3:2)}
    function calc(){var m=+$(‘#mins’).value;$(‘#minsV’).textContent=m;var s=m*60;var it=s*7,ot=audioOut?s*12.5:0;var p=price[region];
    var ic=it*p.ain/1e6,oc=ot*p.aout/1e6;$(‘#inTok’).textContent=fmt(it);$(‘#outTok’).textContent=fmt(ot);$(‘#inCost’).textContent=money(ic);$(‘#outCost’).textContent=money(oc);$(‘#total’).textContent=money(ic+oc);}
    $(‘#mins’).addEventListener(‘input’,calc);
    $$(‘[data-r]’).forEach(function(b){b.addEventListener(‘click’,function(){$$(‘[data-r]’).forEach(function(x){x.setAttribute(‘aria-pressed’,’false’)});b.setAttribute(‘aria-pressed’,’true’);region=b.dataset.r;calc()})});
    toggleSw($(‘#audSw’),function(on){$(‘#audSw’).setAttribute(‘aria-checked’,on?’true’:’false’);audioOut=on;calc()});
    calc();
    if(document.fonts&&document.fonts.ready)document.fonts.ready.then(resize);
    })();

    Alibaba Average cuts Interpretation Lag Languages model Qwen Qwen3.8LiveTranslate RealTime Releases seconds Team
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    OpenClaw Releases 2026.9.5 With Atomic Updates, Plugin Hot Reload, Conversation Sharing, and Expanded GPT Live

    TypeSafe AI Releases Jev: A System One Model That Returns Typed, Calibrated Decisions Instead of Text

    Atletico Madrid vs Real Madrid: La Liga – preview, team news, prediction | Football

    Germany cuts fuel tax as Middle East conflicts send prices soaring – POLITICO

    Meta Launches Muse for Mac: A Personal AI Agent That Works Across Your Files, Mail, Messages, Calendar and Notes

    Germany cuts energy tax to lower soaring petrol prices

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    The gunzels’ grand final: Melbourne Tramaroos’ campaign derails at European TramDriver Championship | Melbourne

    September 20, 2026

    Reform Wales’ chaotic week – An arrest, defection and new leader

    September 20, 2026

    Victims say Home Office attempt to curtail spycops inquiry will result in a ‘cover-up’ | Undercover police and policing

    September 20, 2026

    B&H Photo Promo Codes and Deals This September 2026

    September 20, 2026
    Latest Posts

    AIPAC Spending Dominates the Michigan Democratic Senate Primary

    August 5, 2026

    Labour members ‘have tougher view on welfare than you might think’, poll suggests | Labour

    August 5, 2026

    Palantir funnels earnings to US to avoid European taxes, report finds – POLITICO

    August 5, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    The gunzels’ grand final: Melbourne Tramaroos’ campaign derails at European TramDriver Championship | Melbourne

    September 20, 2026

    Reform Wales’ chaotic week – An arrest, defection and new leader

    September 20, 2026

    Victims say Home Office attempt to curtail spycops inquiry will result in a ‘cover-up’ | Undercover police and policing

    September 20, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.