谷歌发布Gemini 3.8 Live音频模型
Gemini Live audio
谷歌出了两个新的语音模型,能实时对话,还能打断它说话,比之前的版本好用。
谷歌发布了Gemini 3.8 Live和3.8 Live Extended Thinking两个新模型,它们支持实时语音对话,可以中断模型输出。这些模型与OpenAI的GPT-Live家族结构相似,通过浏览器API实现语音输入和输出。
Gemini Live audio
Tool: Gemini Live audio Google released Gemini 3.8 Live and 3.8 Live Extended Thinking today - two new speech-to-speech models that are a similar shape to OpenAI's GPT-Live family. I pointed GPT-6 Astra Extra High at the documentation and had it build me this web UI for trying out the new models. You can select a model and voice preset, enter an optional system prompt and then start a voice conversation through your browser, including the ability to interrupt the model while it is talking. The implementation uses no libraries. It connects to the wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1alpha.GenerativeService.BidiGenerateContent?key=... WebSocket endpoint and uses a Web Audio API AudioContext for both capture and playback. Here's the Gemini Live tutorial for getting started with that WebSockets API. Tags: google , tools , websockets , generative-ai , llms , gemini , llm-release , speech-to-text