GPT-Live 소개
News

GPT-Live 소개

2026.07.13
·Service·by igor
#LLM#Speech Model#AI Communication#Full-Duplex#GPT-5.5

Key Points

  • 1OpenAI has launched GPT-Live, a next-generation voice model featuring a full-duplex architecture that enables natural, human-like interaction with real-time responsiveness.
  • 2The system operates by utilizing a background frontier model, specifically GPT-5.5 at launch, to handle complex reasoning and web searches while maintaining a seamless, uninterrupted voice flow.
  • 3Replacing traditional cascaded systems that suffered from latency and information loss, GPT-Live is now being rolled out globally in two versions, with API support expected to follow.

OpenAI’s "GPT-Live," released on July 8, 2026, represents a paradigm shift in human-AI interaction by introducing a next-generation voice model capable of fluid, real-time communication. Unlike its predecessors, GPT-Live is built on a full-duplex architecture, enabling simultaneous input and output processing. This structural advancement allows the AI to perform backchanneling—such as providing natural verbal cues like "hmm" or "yeah"—and to actively listen while managing silent pauses when the user is organizing thoughts.

Core Methodology: Full-Duplex Architecture

The primary technical evolution from the previous "cascaded" voice system to GPT-Live is the abandonment of the modular, sequential processing chain. The legacy system relied on a three-stage pipeline:
  1. ASR (Automatic Speech Recognition): Converting audio to text.
  2. LLM (GPT-5.5): Generating textual responses.
  3. TTS (Text-to-Speech): Converting text back to synthesized audio.

This legacy approach suffered from high latency and significant information loss between components. In contrast, GPT-Live utilizes a full-duplex, end-to-end integrated model that processes auditory input and generates speech outputs within a unified stream. This minimizes the information entropy (H\mathcal{H}) inherent in stage-gated transformations:
Htotal=HASR+HLLM+HTTS\mathcal{H}_{total} = \mathcal{H}_{ASR} + \mathcal{H}_{LLM} + \mathcal{H}_{TTS}
By collapsing these stages, GPT-Live achieves near-instantaneous response times and retains emotional prosody that was previously lost.

Advanced Reasoning and Background Orchestration

GPT-Live achieves a balance between immediate conversational fluidity and high-level cognitive processing through a background orchestration mechanism. When a user request necessitates complex reasoning, web searching, or heavy computational tasks, the system offloads these operations to a frontier model (GPT-5.5 at launch) while maintaining the real-time voice connection.

The architectural flow allows for asynchronous task execution:

  • Interaction Layer: Remains active, maintaining conversational flow, context, and user engagement.
  • Cognitive Layer: Operates concurrently in the background, where the frontier model processes complex logic or external data retrieval (Dext\mathcal{D}_{ext}).
  • Synchronization: The results from Dext\mathcal{D}_{ext} are dynamically folded back into the active conversation without interrupting the user's current engagement, effectively decoupling latency-sensitive voice interaction from latency-insensitive computation.

Deployment and Future Roadmap

OpenAI has launched two versions: GPT-Live-1 and GPT-Live-1 mini. The system is designed for continuous integration, meaning as future frontier models succeed GPT-5.5, the underlying engine for the background reasoning layer will be updated seamlessly. The overarching objective is to transition from simple voice interaction toward "agentic" capabilities, where the model can autonomously perform long-horizon, multi-step tasks while providing natural, human-like verbal feedback.