Google has released Gemini 3.8 Flash TTS and Gemini 3.8 Flash-Lite TTS, 2 new text-to-speech models in its Gemini Audio family. Google calls them its most expressive audio generation models yet. Flash TTS targets creative direction and character voices. Flash-Lite TTS targets high-volume, cost-efficient production. Both let developers direct delivery line by line using natural language.
Is it deployable? Yes, both models are rolling out now through the Gemini API and Google AI Studio. Access is API-only, with no open weights for self-hosting. Enterprise API access via Gemini Enterprise is listed as coming soon.
What Google Shipped
The release splits TTS into 2 tiers with shared direction controls:
- Gemini 3.8 Flash TTS is built for deep creative direction and character design. Target uses include gaming, immersive audiobooks, podcasts and interactive media. It offers granular control over acting cues, pacing, dialect shifts and backchanneling.
- Gemini 3.8 Flash-Lite TTS is built for high-volume, cost-efficient scale. Google positions it for dubbing, audio content creation and expressive voice agents. It offers fine-grained control over tone, pacing and expressive nuance.
In AI Studio, the playground links use the model identifiers gemini-3.8-flash-tts and gemini-3.8-flash-lite-tts.
Voice Design From a Text Prompt
Previous Gemini TTS offered 30 original voices. The 3.8 release moves to a much larger voice system.
- Generative voice design: Flash TTS creates new voices from prompts describing role, accent and voice characteristics. This works across more than 100 languages and dialects. Google’s demos include a Melbourne DJ, a monotone robot and a Japanese dragon.
- Voice library: Developers get 2,000+ production-ready voices. Coverage includes regional varieties like Mexican Spanish, Quebec French and Scots English.
- Save and scale: Custom voices can be saved and reused, with minimal drift across projects.
- Voice remixing (coming soon): Users will adjust a library voice’s timbre, pitch, pace and accent through prompts.
Directing the Performance
Both models accept stage directions written in the script. Gemini can also steer delivery from natural script cues.
- Long-form generation: Voice quality, pacing and timbre hold across hours of continuous audio.
- Native 2-speaker staging: A single script drives a multi-turn conversation with distinct, separated voices.
- Vocal bursts: Non-verbal cues like
,andadd conversational texture. - Backchanneling: Active-listening interjections like
|mhm|and|yeah|control reaction beats and comedic timing.
Voice Replication and Safety Controls
Voice replication builds a consistent vocal profile from a 30-second audio sample. The sample must be your voice or one you have rights to use. Replication requires a verbal consent recording from the voice owner, matched against the reference speaker.
Every clip from Gemini Audio models carries a SynthID watermark. This imperceptible mark is embedded directly in the audio output. Replicated voices also carry C2PA content credentials. Google points to the Gemini 3.8 Audio model card for its broader safety approach.
Benchmark Results
Google reports these results for the new models:
- Hume AI Voice Design Benchmark: Flash TTS ranks #1 overall with a score of 71.4, per Hume AI.
- Accent modeling: Flash TTS leads with a score of 60.8.
- Hume AI Overall Quality Index: Flash TTS ranks #1 and Flash-Lite TTS ranks #2.
- Voice Arena blind preference: Both models take top positions in Japanese, Brazilian Portuguese, Vietnamese, Modern Standard Arabic, Mexican Spanish and Hindi.
/* step 1 personas */
var personas=[
{prompt:’A high-energy radio DJ from Melbourne, hyping up the next track.’,role:’Radio DJ’,accent:’Australian English’,ch:’High energy, fast pace’,w:{amp:.95,freq:4.5,jit:.35}},
{prompt:’A super-tinny, monotone robot reading out status updates.’,role:’Robot’,accent:’Synthetic, flat pitch’,ch:’Monotone, tinny timbre’,w:{amp:.4,freq:9,jit:.02}},
{prompt:’A dramatic Japanese dragon speaking from its mountain lair.’,role:’Fire-breathing dragon’,accent:’Japanese’,ch:’Deep, slow, dramatic’,w:{amp:.8,freq:1.4,jit:.12}}
];
var typer;
function persona(i){
var p=personas[i];$$(‘#mtp-personas .chip’).forEach(function(c,j){c.classList.toggle(‘on’,j===i)});
$(‘#mtp-role’).textContent=p.role;$(‘#mtp-accent’).textContent=p.accent;$(‘#mtp-char’).textContent=p.ch;
w1.set(p.w);clearInterval(typer);var el=$(‘#mtp-prompt’),n=0;
if(reduce){el.textContent=p.prompt;return}
typer=setInterval(function(){n++;el.innerHTML=p.prompt.slice(0,n).replace(/’;if(n>=p.prompt.length)clearInterval(typer)},22);
}
$$(‘#mtp-personas .chip’).forEach(function(c){c.addEventListener(‘click’,function(){persona(+c.dataset.p)})});
persona(0);
/* step 2 script */
var baseWords=[‘I’,’checked’,’the’,’numbers’,’twice,’,’and’,’the’,’launch’,’still’,’goes’,’out’,’on’,’Friday.’];
var cues=[];
function renderScript(){
var html=””,pos={};cues.forEach(function(c){(pos[c.at]=pos[c.at]||[]).push(c)});
for(var i=0;i<=baseWords.length;i++){
(pos[i]||[]).forEach(function(c){html+=’‘+c.label.replace(//g,’>’)+’ ‘});
if(i
];
var playing=false;
$(‘#mtp-play’).addEventListener(‘click’,function(){
if(playing)return;playing=true;var A=$(‘#mtp-la’),B=$(‘#mtp-lb’);
$$(‘#mtp-g38tts .seg’).forEach(function(s){s.remove()});
scene.forEach(function(sg,i){
var tr=sg.lane===’a’?A:sg.lane===’b’?B:(sg.tr===’a’?A:B);
var d=document.createElement(‘div’);d.className=”seg “+sg.lane;d.style.left=sg.s+’%’;d.style.width=(sg.e-sg.s)+’%’;d.textContent=sg.t;tr.appendChild(d);
setTimeout(function(){d.classList.add(‘show’);$(‘#mtp-cap’).textContent=sg.cap},reduce?0:i*1100+100);
});
$$(‘#mtp-g38tts .playhead’).forEach(function(p){p.style.opacity=1;p.style.transition=’none’;p.style.left=”0″;void p.offsetWidth;p.style.transition=reduce?’none’:’left 5.6s linear’;p.style.left=”100%”});
setTimeout(function(){playing=false;$(‘#mtp-play’).textContent=”Replay scene”;$$(‘#mtp-g38tts .playhead’).forEach(function(p){p.style.opacity=0})},reduce?50:5800);
});
/* step 4 compare */
var models=[
[[‘Built for’,’Deep creative direction and character design’],[‘Best fit’,’Gaming, immersive audiobooks, podcasts, interactive media’],[‘Control’,’Acting cues, pacing, dialect shifts, backchanneling’],[‘Headline feature’,’Generative voice design from scratch with prompts’],[‘Hume AI Overall Quality Index’,’#1′],[‘Available today’,’Gemini API, Google AI Studio, Gemini Notebook’]],
[[‘Built for’,’High-volume, cost-efficient scale’],[‘Best fit’,’Dubbing, audio content creation, expressive voice agents’],[‘Control’,’Tone, pacing, expressive nuance’],[‘Headline feature’,’Expressive output tuned for volume and cost’],[‘Hume AI Overall Quality Index’,’#2′],[‘Available today’,’Gemini API, Google AI Studio, Google Vids’]]
];
function model(i){
$$(‘.toggle button’).forEach(function(b,j){b.classList.toggle(‘on’,j===i)});
$(‘#mtp-cmp’).innerHTML=models[i].map(function(r,j){return ”}).join(”);sendH();
}
$$(‘.toggle button’).forEach(function(b){b.addEventListener(‘click’,function(){model(+b.dataset.m)})});
model(0);
/* step 5 scores */
function runScores(){
$$(‘#mtp-g38tts .score .n’).forEach(function(el){
var to=parseFloat(el.dataset.to),st=null;
if(reduce){el.textContent=to.toFixed(1);return}
function f(ts){if(!st)st=ts;var k=Math.min(1,(ts-st)/1100);el.textContent=(to*(1-Math.pow(1-k,3))).toFixed(1);if(k<1)requestAnimationFrame(f)}
requestAnimationFrame(f);
});
$$(‘#mtp-langs span’).forEach(function(s,i){s.classList.remove(‘show’);setTimeout(function(){s.classList.add(‘show’)},reduce?0:300+i*140)});
}
/* step 6 flow */
function runFlow(){
var n=$$(‘#mtp-flow .node’);n.forEach(function(x){x.classList.remove(‘lit’)});
n.forEach(function(x,i){setTimeout(function(){x.classList.add(‘lit’)},reduce?0:i*650+100)});
}
$(‘#mtp-runflow’).addEventListener(‘click’,runFlow);
/* navigation */
var cur=0,slides=$$(‘.slide’),steps=$$(‘.step’);
function go(i){
cur=Math.max(0,Math.min(slides.length-1,i));
slides.forEach(function(s,j){s.classList.toggle(‘on’,j===cur)});
steps.forEach(function(s,j){s.classList.toggle(‘on’,j===cur);s.classList.toggle(‘done’,j
“>
Key Takeaways
- Google launched Gemini 3.8 Flash TTS for creative work and Flash-Lite TTS for scale.
- Flash TTS designs new voices from prompts across 100+ languages and dialects.
- Developers get 2,000+ production voices, up from 30 originals.
- Voice replication needs a 30-second sample plus a matching consent recording.
- Flash TTS ranks #1 on Hume AI’s Voice Design Benchmark with 71.4.
FAQ
- What is Gemini 3.8 Flash TTS? It is Google’s text-to-speech model for creative voice design and line-by-line performance direction. It is available through the Gemini API and Google AI Studio.
- How is Flash-Lite TTS different? Flash-Lite TTS is optimized for high-volume, cost-efficient workloads like dubbing and voice agents. It ranks #2 on Hume AI’s Overall Quality Index.
- Can I clone my own voice? Yes, with a 30-second sample and a verbal consent recording. It is unavailable in AI Studio in several regions, including the UK, EEA and India.
Check out the Technical Blog. All credit goes to the researcher of this project. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
Asif Razzaq is the CEO of Marktechpost AI Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.