UniRouteUniRoute
All models
Nano Banana 2 Lite
Image

Google

Nano Banana 2 Lite

Access Nano Banana 2 Lite API on UniRoute for low-latency 1K image generation, prompt-based editing, and scalable creative production.

Pricing

TierUniRouteMarket
per image$0.02$0.034

per image

About this model

Nano Banana 2 Lite, aka Gemini 3.1 Flash-Lite Image, is a newly released image model from Google DeepMind and the speed-focused option in the Nano Banana family. Built for fast visual drafting, efficient creative iteration, and high-volume image creation, it helps teams generate responsive image output without relying on heavier production models for every task. With Nano Banana 2 Lite API on UniRoute, developers can bring these capabilities into products that need fast text-to-image generation and practical image editing.

Text-to-imageImage-to-imageImage editing

Deep dive

Turn Ideas into Images Faster with Nano Banana 2 Lite

Nano Banana 2 Lite, aka Gemini 3.1 Flash-Lite Image, is a newly released image model from Google DeepMind and the speed-focused option in the Nano Banana family. Built for fast visual drafting, efficient creative iteration, and high-volume image creation, it helps teams generate responsive image output without relying on heavier production models for every task. With Nano Banana 2 Lite API on UniRoute, developers can bring these capabilities into products that need fast text-to-image generation and practical image editing.

Text-to-Image Generation with Nano Banana 2 Lite API

Nano Banana 2 Lite API can turn natural language prompts into images for visual drafts, marketing concepts, product scenes, social media assets, thumbnails, and app-based creative outputs. By defining the subject, scene, style, composition, and intended use, developers can quickly test multiple creative directions and build faster image generation features into their applications.

Image Editing with gemini-3.1-flash-lite-image API

gemini-3.1-flash-lite-image API supports image editing through prompt-based instructions, allowing users to refine existing visuals instead of starting from scratch. It can help adjust objects, change backgrounds, update styles, improve compositions, or polish generated images, making it useful for AI design tools, content platforms, e-commerce systems, and other products that need lightweight visual editing at scale.

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/images/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana-2-lite",
    "prompt": "A lighthouse on a cliff at golden hour",
    "size": "2K"
  }'

Related models