Skip to content

Nano Banana (Gemini 2.5 Flash Image)

Nano Banana (Gemini 2.5 Flash Image) is Google's native image generation and editing model, combining multimodal world knowledge with character consistency, targeted prompt-based edits, and multi-image fusion in a single model.

Image GenWeb Search
index.ts
import { generateText } from 'ai'
const result = await generateText({
model: 'google/gemini-2.5-flash-image',
prompt: 'Render a picture of a red balloon.',
});