Google released Gemini 3.8 Live and 3.8 Live Extended Thinking today, two speech-to-speech models similar in shape to OpenAI's GPT-Live models. A developer used GPT-6 Astra Extra High to build a web UI for trying the models, selecting a model and voice preset, entering an optional system prompt, and starting a voice conversation through the browser, with the ability to interrupt the model while it is talking.

The implementation uses no libraries. It connects to a WebSocket endpoint at wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1alpha.GenerativeService.BidiGenerateContent?key=... and uses a Web Audio API AudioContext for both capture and playback. For builders, this shows a direct integration path for adding real-time voice interaction to a workflow step without third-party libraries.