Important
Action needed for two new vulnerabilities
Auto-fix projects

GPT 5.2

openai/gpt-5.2-pro

Version of GPT-5.2 that produces smarter and more precise responses.

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