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.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.2', prompt: 'Why is the sky blue?'})