Skip to content

GPT 5.2

GPT 5.2 is the standard tier of the GPT-5.2 model family, advancing the GPT-5 series with improved reasoning, coding, and multimodal capabilities across the board.

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