Skip to content
Dashboard

Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) now on AI Gateway

import { generateText } from 'ai';
const result = await generateText({
model: 'google/gemini-3.1-flash-lite-image',
providerOptions: {
google: { responseModalities: ['TEXT', 'IMAGE'] },
},
prompt: 'Vercel shipping container boat in 8-bit.',
});

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?