Skip to content
Dashboard

Grok 4.5 now available on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'xai/grok-4.5',
reasoning: 'high',
prompt: 'Analyze this dataset and summarize the key trends.',
});

vercel ai-gateway rules add \
--type rewrite \
--source xai/grok-4.3 \
--destination xai/grok-4.5

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?