Important
Action needed for two new vulnerabilities
Auto-fix projects

GPT-5.2

openai/gpt-5.2

GPT-5.2 is OpenAI's best general-purpose model, part of the GPT-5 flagship model family. It's their most intelligent model yet for both general and agentic tasks.

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