Skip to content
Dashboard

Claude Sonnet 5 now available on Vercel AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'anthropic/claude-sonnet-5',
prompt: 'Refactor this module and add tests for the edge cases.',
providerOptions: {
anthropic: {
thinking: { type: 'adaptive' },
effort: 'medium',
},
},
});

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?