Important
Action needed for two new vulnerabilities
Auto-fix projects

GPT-5.2 Chat

openai/gpt-5.2-chat

The model powering ChatGPT is gpt-5.2-chat-latest: this is OpenAI's best general-purpose model, part of the GPT-5 flagship model family.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.2-chat',
prompt: 'Why is the sky blue?'
})