OpenAI API exposes GPT-Live-1 through model ID gpt-live-1. Use the setup steps, sourced pricing, capabilities, and official provider links below to validate this route before deployment.
Last refreshed 2026-09-10. Next refresh: weekly.
Quick Start
- 1
- 2
- 3
Code Examples
Install
pip install openaiAPI key
OPENAI_API_KEYModel ID
gpt-live-1Use the model slug directly, e.g. "gpt-4o" or "gpt-4.1-mini".
import os
from openai import OpenAI
client = OpenAI() # reads OPENAI_API_KEY from env
response = client.chat.completions.create(
model="gpt-live-1",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Pricing on OpenAI API
| Type | Rate |
|---|---|
| Audio minute | $0.050/min |
Capabilities
MultimodalJSON / Tool useAudio
About GPT-Live-1
GPT-Live 1 is a full-duplex voice model for real-time conversations. It can listen and speak at the same time, and delegate reasoning and tool use to a backend agent. API access became generally available September 10, 2026.
Model Specs
Released2026-07-08
Knowledge cutoff2025-07