Skip to content

GPT 5.2

GPT 5.2 is the premium tier of the GPT-5.2 family, applying maximum compute for the most demanding tasks where the deepest reasoning and highest quality output are required.

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