# GPT-Live 1 now available on AI Gateway

Source: [Vercel](https://vercel.com/changelog/gpt-live-1-now-available-on-ai-gateway)  
Feed7 permalink: https://feed7.dev/p/gpt-live-1-now-available-on-ai-gateway-18x7ban  
Published: 2026-09-17T00:00:00.000Z  
Trust: Official Source (official_source)

## Why Included

GPT-Live 1 supports simultaneous listening and speaking plus delegation to a separate text model, enabling interruptible voice agents without coupling conversation and deep work.

## Source Summary

**GPT-Live 1** is available through Vercel AI Gateway as a full-duplex voice model that can listen while speaking. Its **client delegation** lets an application send deeper work to a separately chosen text model while the voice session continues.

## Practical Implication

For a voice agent, keep conversational interaction in the live model and explicitly govern delegated tools or text models with permissions, confirmations, and cancellation. Wait for `session-started` before sending audio.

## Agent-Ready Context

**GPT-Live 1** is available through Vercel AI Gateway as a full-duplex voice model that can listen while speaking. Its **client delegation** lets an application send deeper work to a separately chosen text model while the voice session continues.

For a voice agent, keep conversational interaction in the live model and explicitly govern delegated tools or text models with permissions, confirmations, and cancellation. Wait for `session-started` before sending audio.

Integration requires **AI SDK 7**, `@ai-sdk/openai` 4.0.67 or later, and a WebSocket client. Delegated requests are billed separately, voice usage continues during them, and the shown snippets omit several production concerns.

## Connected Context

Feed7 judgment across 807 accumulated Signals:

This turns GPT-Live-1 into a concrete gateway integration and separates continuous conversation from delegated deep work. Relative to modular transcription pipelines, it offers a managed full-duplex loop, but adds concurrent billing and a new authorization boundary around delegated models and tools. The experimental dependencies and omitted production controls keep it an evaluation path, not a default architecture.

- [Build more natural voice experiences with GPT‑Live‑1 in the API](https://feed7.dev/p/introducing-gpt-live-1-in-the-api-13b77cz) — OpenAI establishes the model-level full-duplex voice capability, while Vercel adds the gateway-specific integration contract, delegation behavior, dependencies, and billing consequences.
- [AI Gateway now supports streaming transcription](https://feed7.dev/p/ai-gateway-now-supports-streaming-transcription-1sq8mn3) — Streaming transcription represents the modular alternative: it can add voice input to an existing text agent, whereas GPT-Live-1 owns the bidirectional conversational loop and can delegate deeper text work.
- [Grok Voice Think Fast 2.0 now available on AI Gateway](https://feed7.dev/p/grok-voice-think-fast-2-0-now-available-on-ai-gateway-1dacr27) — Grok is the closest realtime gateway alternative and reinforces that interruption handling, tool timing, short-lived credentials, and workload tests are now central voice-model selection criteria.

## Context Map

- Layer: model
- Domains: audio
- Topics: generative-media, tool-use, agent-sdks

## Uncertainty

- Integration requires **AI SDK 7**, `@ai-sdk/openai` 4.0.67 or later, and a WebSocket client. Delegated requests are billed separately, voice usage continues during them, and the shown snippets omit several production concerns.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
