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.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.2-pro', prompt: 'Why is the sky blue?'})Playground
Try out GPT 5.2 by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.