GPT 5.2 Chat
GPT 5.2 Chat is the conversation-optimized variant of GPT-5.2, tuned for natural multi-turn dialogue with GPT-5.2 generation improvements in reasoning and instruction following.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.2-chat', prompt: 'Why is the sky blue?'})Playground
Try out GPT 5.2 Chat 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.
GPT 5.2 Chat
Providers
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 |
|---|
P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.
P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.
Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.
More models by OpenAI
| Model |
|---|
About GPT 5.2 Chat
GPT 5.2 Chat was released on December 11, 2025 on AI Gateway as the conversational variant of the GPT-5.2 model family. It brings GPT-5.2 generational improvements to dialogue-optimized inference, producing more natural, coherent, and contextually aware conversations than previous chat-focused models.
The model excels at maintaining context across extended conversations, adapting tone and detail level to the conversation flow, and handling complex multi-turn interactions where previous statements inform later responses. It supports the context window of 128K tokens, function calling, and multimodal input, providing the full feature set needed for sophisticated chat applications.
If you're building premium conversational products, GPT 5.2 Chat combines the GPT-5.2 generation's broad improvements with specific optimization for chat workloads.
What To Consider When Choosing a Provider
- Configuration: GPT 5.2 Chat combines GPT-5.2 generation improvements with optimization for multi-turn dialogue.
- Configuration: While base GPT-5.2 is general-purpose, this variant specifically optimizes for conversational coherence, natural turn-taking, and tone adaptation.
- Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use GPT 5.2 Chat
Best for
- Premium chat products: Consumer-facing conversational interfaces that demand the best available quality
- Advanced virtual assistants: Multi-turn interactions with complex context tracking
- Conversational commerce: Sales and support conversations that require nuanced understanding
- Educational dialogue: Tutoring and learning experiences with sophisticated conversation management
- Interactive storytelling: Narrative-driven conversational experiences with rich character and tone control
Consider alternatives when
- Non-conversational tasks: Base GPT-5.2 for single-shot generation and structured processing
- Cost-sensitive chat: GPT-5 mini or GPT-5 chat for more affordable conversational experiences
- Coding conversations: GPT-5.2 codex for code-focused dialogue
- Speed-critical chat: GPT-5.1 instant when response time outweighs quality ceiling
Conclusion
GPT 5.2 Chat brings GPT-5.2 generation quality to multi-turn dialogue on AI Gateway. For premium chat products where conversation quality is a differentiator, it is the dialogue-optimized variant of the GPT-5.2 family.