Skip to content
Dashboard

Gemini 3 Flash is now available on the Vercel AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'google/gemini-3-flash',
prompt:
`Produce a step-by-step analysis that solves a novel
problem, exposes intermediate logic, and delivers a final answer
using minimal tokens and maximal inference density.`
providerOptions: {
google: {
thinkingLevel: 'high',
includeThoughts: true
},
},
});

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?