Skip to content
Dashboard

Nano Banana 2 is live on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'google/gemini-3.1-flash-image-preview',
providerOptions: {
google: { responseModalities: ['TEXT', 'IMAGE'] },
},
prompt: 'Generate an image of the 2026 Super Bowl at golden hour',
});

import { streamText } from 'ai';
const result = streamText({
model: 'google/gemini-3.1-flash-image-preview',
providerOptions: {
google: {
responseModalities: ['TEXT', 'IMAGE'],
thinkingConfig: {
includeThoughts: true,
thinkingLevel: 'high',
},
},
},
prompt:
`An exploded view diagram of a modern GPU, showing the die, HBM stacks, interposer,
and cooling solution as separate floating layers with labeled callouts.`,
});