Skip to content
Dashboard

gpt-realtime-2

gpt-realtime-2 is OpenAI's most capable realtime voice model, bringing configurable reasoning effort, stronger instruction following, and more reliable tool use to speech-to-speech voice agents.

Input and output price
Input $4, Output $24, Per 1M tokens
import { gateway } from '@ai-sdk/gateway';
export async function POST() {
const { token, url } = await gateway.experimental_realtime.getToken({
model: 'openai/gpt-realtime-2',
});
return Response.json({ token, url, tools: [] });
}
Read docs

Copy link to headingPlayground

Try out gpt-realtime-2 by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.

openai logo

Voice agent

Talk to a realtime agent. It listens to your voice and replies with audio.

Idle
openai logo

Start the session and ask the agent something.

Copy link to headingProviders

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Latency
Input
Output
Capabilities
ZDR
No Training
Free Tier
Release Date
$4/M+1 more
$24/M
05/07/2026

Copy link to headingMore models by OpenAI

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Capabilities
Providers
ZDR
No Training
Free Tier
Release Date
1.1M2.9 s56 tps
$10/M+2 more
$50/M+2 more
Read$1/M
Write$12.50/M
$10/K
+4
azure logo
openai logo
09/04/2026
1.1M2.4 s156 tps
$0.20/M+2 more
$1.20/M+2 more
Read$0.02/M
Write$0.25/M
$10/K
+4
azure logo
bedrock logo
openai logo
07/09/2026
1.1M2.6 s69 tps
$2/M+2 more
$10/M+2 more
Read$0.20/M
Write$2.50/M
$10/K
+4
azure logo
bedrock logo
openai logo
07/09/2026
1.1M2.6 s94 tps
$2/M+2 more
$12/M+2 more
Read$0.20/M
Write$2.50/M
$10/K
+4
azure logo
bedrock logo
openai logo
07/09/2026
1.1M3.5 s88 tps
$2.50/M+2 more
$15/M+2 more
Read$0.25/M
$10/K
+4
azure logo
openai logo
03/05/2026
400K4.4 s208 tps
$0.05/M
$0.40/M
Read$0.005/M
$14/K
+3
azure logo
openai logo
08/07/2025

Copy link to headingAbout gpt-realtime-2

gpt-realtime-2 launched on May 7, 2026 as the successor to gpt-realtime-1.5 and OpenAI's most capable realtime voice model. The design goal: voice agents that reason through problems as conversations unfold, instead of only routing or reciting.

Reasoning effort is configurable across levels from minimal to xhigh, so you choose how much thinking each session gets. Low effort is the default and keeps responses quick. Higher effort raises answer quality on complex workflows, at the cost of latency and output tokens. When a caller interrupts mid-thought, gpt-realtime-2 discards the current chain of thought and starts a fresh turn.

Conversation mechanics improved alongside reasoning. Preambles let an agent acknowledge the request out loud while tools run, parallel tool calls fire multiple requests at once, and recovery behavior catches tool failures rather than freezing the call. OpenAI reports higher scores than GPT-Realtime-1.5 on audio reasoning and instruction-following benchmarks.

Copy link to headingWhat To Consider When Choosing a Provider

  • Configuration: Reasoning effort is the main tuning decision. Low is the default and keeps latency down for most production voice agents; higher settings improve reasoning at the cost of latency and output token usage. Realtime support on AI Gateway is in beta, with a WebSocket integration through the AI SDK's realtime hook and short-lived server-minted tokens.
  • Zero Data Retention: Zero Data Retention is offered on a per-provider and model basis. See the documentation for details.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

Copy link to headingWhen to Use gpt-realtime-2

Best for

  • Multi-step voice problem solving: Agents that reason through hard requests as the conversation unfolds
  • Complex tool workflows: Parallel tool calls, lookups, and decisions handled mid-conversation
  • Mixed-difficulty sessions: Reasoning effort settings match compute and latency to each turn
  • Natural conversation under load: Preambles and recovery behavior keep calls flowing while tools run

Consider alternatives when

  • Latency-critical simple turns: gpt-realtime-1.5 keeps standard voice agents fast without reasoning overhead
  • High-volume voice features: gpt-realtime-mini delivers realtime interaction at a cost built for scale
  • Transcription or speech only: gpt-4o-transcribe and tts-1 cover single-direction audio jobs

gpt-realtime-2 moves voice agents from routing calls to resolving them. Start at low reasoning effort, raise it only where conversations demand deeper thinking, and route everything through AI Gateway for unified auth, observability, and spend control.

Copy link to headingFrequently Asked Questions

  • What reasoning effort levels does gpt-realtime-2 support?

    Levels range from minimal to xhigh, with low as the default. Higher effort improves reasoning quality on complex turns and increases latency and output token usage, so start low for most production voice agents.

  • How do I access gpt-realtime-2 through AI Gateway?

    Realtime support is in beta through AI SDK 7. Mint a short-lived token on your server with the AI SDK's gateway provider, then connect from the browser with the AI SDK's realtime hook over WebSocket. Your AI Gateway API key never reaches the client.

  • What happens when a caller interrupts gpt-realtime-2 mid-response?

    gpt-realtime-2 discards the current chain of thought and starts a new turn. Interruption handling is part of the conversation mechanics, alongside preambles and recovery from failed tool calls.

  • How does gpt-realtime-2 differ from gpt-realtime-1.5?

    gpt-realtime-2 is the more capable successor, adding configurable reasoning effort, stronger instruction following, and more reliable tool use. GPT-Realtime-1.5 remains a strong flagship option for standard voice agents where latency is the priority.

  • How is gpt-realtime-2 priced?

    Pricing is listed on this page. Rates reflect the providers routing through AI Gateway and update when providers change list prices.

  • Does gpt-realtime-2 support zero data retention through AI Gateway?

    Zero Data Retention is not currently available for this model. Zero Data Retention is offered on a per-provider basis. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.

  • What are typical latency characteristics?

    This page shows live performance metrics measured across real AI Gateway traffic. Higher reasoning effort settings add thinking time before responses.

Your use is subject to OpenAI's Terms & Privacy Policies.