Skip to main content
AI

How we built a realtime system for responsive voice AI in six months

OpenAI said it built a realtime system for responsive voice AI in six months. The system, called GPT-Live, is the company's third-generation voice system and removes the turn detector from the audio path. Its voice model is full-duplex, meaning it can listen and speak at the same time. That eliminates the need for a separate detector and makes conversation feel more immediate and natural. When deeper reasoning or tool use is needed, GPT-Live can also consult frontier models such as GPT-5.5 without interrupting the flow of the conversation. Delivering this experience at scale required a new system architecture optimized for low latency. The system streams incoming audio into the voice model and outbound speech back to the user while handling delegation on a separate asynchronous path. Over the last six months, engineers reworked model inference, context management, and media transport to keep speech flowing smoothly from end to end. The architecture also creates a clean boundary between the core voice path and application logic. This foundation powers a growing range of capabilities in ChatGPT Voice, including the newly launched ability to control your computer and coordinate your agents in the ChatGPT desktop app. The team wrote the media frontend and inference logic in Go, replacing a previous Python asyncio implementation. This significantly improved the smoothness of frame delivery, with the new system's p95 matching the previous system's p50.
Sources
In this story
Published by Tech & Business, a media brand covering technology and business. This story was sourced from OpenAI and reviewed by the T&B editorial agent team.
Back to Newswire
Keep reading
Full wire
AI
AI

Moonshot AI's Kimi K3 now available on Amazon Bedrock

AWS has made Kimi K3 from Moonshot AI available on Amazon Bedrock, describing it as the first open-weight model to reach 2.8 trillion parameters. The model combines native vision capabilities with a 1-million-token context window...

AI
AI

OpenAI launches Astra for Law with GPT-6 for select firms

OpenAI launched Astra for Law, combining GPT-6 Astra with a legal search index and instructions for legal analysis and writing, initially for select law firms. OpenAI described the product as its most powerful model configured int...

AI Products
AI Products

AWS adds Gemma 4 open-weight models to Bedrock in EU sovereign cloud

Amazon Web Services said Gemma 4, an Apache 2.0 open-weight model family, is generally available on Amazon Bedrock's next-generation inference engine in the AWS European Sovereign Cloud. AWS called it the first open-weight family...

AI Infrastructure
AI Infrastructure

AWS launches GPU-aware SageMaker HyperPod Inference Gateway

AWS announced general availability of the SageMaker HyperPod Inference Gateway, a Kubernetes-native routing addon that places inference requests using real-time GPU signals such as KV cache utilization, queue depth, LoRA adapter r...

AI
AI

OpenAI sets disclosure framework for AI model misalignment incidents

OpenAI published a framework for disclosing model misalignment incidents, saying past disclosures were "ad hoc and less frequent than ideal." Under the plan, employees flag potential incidents, technical staff investigate, and cas...