Skip to content
Dashboard

GPT-5.2 (Fast)

GPT-5.2 is OpenAI's best general-purpose model, part of the GPT-5 flagship model family. It's their most intelligent model yet for both general and agentic tasks.

Input and output price
Input $3.50, Output $28, Per 1M tokens
24h uptime
Loading AI Gateway uptime
Base model
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.2-fast',
prompt: 'Why is the sky blue?'
})
Read docs

Your use is subject to OpenAI's Terms & Privacy Policies.