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.
import { generateText } from 'ai'
const result = await generateText({ model: 'google/gemini-2.5-flash-image', prompt: 'Render a picture of a red balloon.',});