Gemini 3.8 Flash-Lite TTS
Gemini 3.8 Flash-Lite TTS is Google’s text-to-speech model optimized for high-volume, cost-efficient audio generation across more than 100 languages. It combines expressive speech with fine-grained control over tone, pacing, and line-by-line delivery, supporting long-form narration and native two-speaker conversations. Built for scale, it helps developers and creators power multilingual dubbing, audio content production, and expressive voice agents. Your use is subject to Google's Terms & Privacy Policies.
- Input and output price50% off
- Input $0.50, Output $6, Per 1M tokens
// Requires ai@7 and @ai-sdk/gateway@4.import { experimental_generateSpeech as generateSpeech } from 'ai';import { gateway } from '@ai-sdk/gateway';import { writeFile } from 'node:fs/promises';
const result = await generateSpeech({ model: gateway.speechModel('google/gemini-3.8-flash-lite-tts'), text: 'Hello from the Vercel AI Gateway!', voice: 'Kore', outputFormat: 'wav',});
await writeFile('speech.wav', result.audio.uint8Array);Copy link to headingPlayground
Try out Gemini 3.8 Flash-Lite TTS by Google. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.
Your generated audio will appear here
Copy link to headingProviders
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|