# Google 发布 gemini-3.8-flash-tts 与 flash-lite-tts 两款语音合成模型

- 来源：Simon Willison 博客
- 发布时间：2026-09-24 01:12
- AIHOT 分数：66
- AIHOT 链接：https://aihot.news/items/cmuelhvkp06rfroynsz32qwq1
- 原文链接：https://simonwillison.net/2026/Sep/23/gemini-tts-playground

## AI 摘要

Google 发布两款新的 Gemini 语音合成模型 gemini-3.8-flash-tts 和 gemini-3.8-flash-lite-tts，内置超过 2,000 个声音，支持用 30 秒音频样本创建自定义声音。

## 正文

Google released two new Gemini text-to-speech models today - gemini-3.8-flash-tts and gemini-3.8-flash-lite-tts.

They come with a library of over 2,000 voices, plus the ability to create a custom voice with "just a 30-second audio sample of your voice or a voice you have the rights to use".

I vibe coded this bring-your-own-key playground interface with GPT-6 Astra, taking advantage of the open CORS policy of the underlying Gemini API.

A notable feature of the API is that it makes it easy to define a full conversation between multiple characters, each with different voices and voice style instructions.

Here's a short demo clip of a conversation between two pelicans debating if they should move to the Pacifica Pier. I had Claude 4.5 Opus write the script and generate a URL to render it using the tool.

It took ~20 seconds to generate 1m 18s of audio using Gemini 3.8 Flash TTS (not the cheaper Flash-Lite), at a cost of 2.74 cents.

Tags: , gemini
