Skip to main content
Gemini 3.1 Flash Lite Image is Google’s low-latency, cost-effective image generation and editing model, available through AnyFast via the native Gemini API. It is also known as Nano Banana Lite and is designed for high-volume interactive image use cases.
Google lists gemini-3.1-flash-lite-image as the stable model ID for Nano Banana Lite. The official model page shows a June 2026 latest update and describes the model as optimized for sub-2 second latency, lower TPU compute cost, and high-volume image generation and editing.

Key capabilities

  • Text-to-image — Generate images from text descriptions
  • Image editing — Pass a reference image in inline_data alongside your text instruction
  • Low latency — Targeted for sub-2 second end-to-end latency
  • Aspect ratio control1:1, 3:2, 2:3, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9
  • Resolution control — Supports 1K (1024px). 2K and 4K are not supported.
  • Thinking control — Supports minimal and high thinking levels
  • Multi-modal output — Return both the image and a text caption with responseModalities: ["TEXT", "IMAGE"]
  • Watermarking — SynthID is always on, with C2PA watermarking
Note: If you need the generated image returned as a URL, select the Aggregate-NanoUrl group when creating your API token.

Text-to-image example

Image editing example (with reference image)

Include both a text instruction and an inline_data reference image in the same parts array.

Parameters

API Reference

View the interactive API playground for Gemini 3.1 Flash Lite Image.