Skip to content
Dashboard

GPT 5.2 models now available on Vercel AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'openai/gpt-5.2-pro',
prompt:
`Create a single-page aurora sky visualizer app in a single HTML file.
It should display a realistic animated aurora borealis night sky.
Change solar activity level, color palette (green/purple/mixed),
and sky clarity (haze, clear, light clouds).
The UI should feel tranquil, immersive, and visually realistic,
with smooth transitions and subtle ambient motion.`
providerOptions: {
openai: {
reasoningSummary: 'detailed',
reasoningEffort: 'high',
},
},
});

AI Gateway: Track top AI models by usage

The AI Gateway model leaderboard tracks the most popular models over time, ranking them by the total volume of tokens processed across all Gateway traffic.

View the leaderboard

Ready to deploy?