Nano Banana 2 Lite

AI Image Editing Model

Image Featured $$ · 1.7¢

The lightweight, low-cost variant of Nano Banana 2 (Gemini 3.1 Flash Image). Ultra-low-latency image generation and editing at a fixed 1K resolution, designed for high-volume interactive use cases.

Nano Banana 2 Lite generated image of Abundant farmers market stall, overflowing baskets of heirloom tomatoes and p...
Nano Banana 2 Lite generated image of Re-render the image as a loose watercolor painting. Soft washes, visible pape...
1024 x 1024
Max Resolution
Supported Modes
Text to Image Image Edit
Active

Capabilities

Batch System prompt

Details

Model ID
gemini-3.1-flash-lite-image
Also known as: gemini-3.1-flash-image-lite, nano-banana-lite, nano-banana-2-lite
Creator
Family
gemini-3.1-flash
Released
June 2026
Based On
Nano Banana 2
Max Input Images
14
Tags
image-generation multimodal fast
// Get Started

Ready to integrate?

Access gemini-3.1-flash-lite-image via our unified API.

Create Account
Available at 4 providers

Starting from

$0.034 /image via Gemini API, Vertex AI · +2 more

Batch from $0.017/image via Gemini API, Vertex AI

Prices shown are in USD

See all providers

Provider Performance

Fastest generation through gemini at 5,545ms median latency with 55.6% success rate.

Aggregated from real API requests over the last 30 days.

Generation Time

gemini
5,545ms p95: 6,928ms
vertex
8,103ms p95: 9,704ms

Success Rate

gemini
55.6%
35 / 63 requests
vertex
100.0%
27 / 27 requests

Time to First Byte

gemini
5,138ms
p95: 6,356ms
vertex
7,789ms
p95: 9,455ms

Provider Rankings

# Provider p50 Gen Time p95 Gen Time Success Rate TTFB (p50)
1 gemini 5,545ms 6,928ms 55.6% 5,138ms
2 vertex 8,103ms 9,704ms 100.0% 7,789ms
Data updated every 15 minutes. Based on all API requests through Lumenfall over the last 30 days.

Providers & Pricing (5)

Nano Banana 2 Lite is available from 5 providers, with per-image pricing starting at $0.0168 through Replicate.

Replicate
Text to Image Image Edit
replicate/gemini-3.1-flash-lite-image
Provider Model ID: google/nano-banana-2-lite

Output

Image
$0.034 per image
Pricing Notes (2)
  • $0.034 per output image
  • Output images are fixed at 1K (~1 megapixel); for 2K/4K use Nano Banana 2
View official pricing • As of
fal.ai
Text to Image
fal/gemini-3.1-flash-lite-image
Provider Model ID: google/nano-banana-lite

Output

Image
$0.042 per image
Pricing Notes (3)
  • fal bills by tokens: image output $37.50 / 1M tokens; text output $1.875 / 1M; text/image input $0.3125 / 1M
  • Output images are fixed at 1K (1024x1024px, 1120 tokens) => $0.042 per output image
  • Billed as a flat per-image rate; incidental input text/image token costs are not itemized
View official pricing • As of
fal.ai
Image Edit
fal/gemini-3.1-flash-lite-image-edit
Provider Model ID: google/nano-banana-lite/edit

Output

Image
$0.042 per image
Pricing Notes (3)
  • fal bills by tokens: image output $37.50 / 1M tokens; text output $1.875 / 1M; text/image input $0.3125 / 1M
  • Output images are fixed at 1K (1024x1024px, 1120 tokens) => $0.042 per output image
  • Billed as a flat per-image rate; incidental input text/image token costs are not itemized
View official pricing • As of
Gemini API
Text to Image Image Edit
gemini/gemini-3.1-flash-lite-image
Provider Model ID: gemini-3.1-flash-lite-image

Input

Token
$0.250 per 1M or $0.125 batched

Output

Token text
$1.50 per 1M or $0.125 batched
Image
$0.034 per image or $0.125 batched
Pricing Notes (3)
  • Ultra-low-cost lite variant of Nano Banana 2; output images are fixed at 1K (1024x1024px, 1120 tokens)
  • $0.0336 per output image at 1K (1120 tokens @ $30.00 / 1M image output tokens)
  • Batch mode: $0.0168 per output image at 1K ($15.00 / 1M image output tokens)
View official pricing • As of
Vertex AI
Text to Image Image Edit
vertex/gemini-3.1-flash-lite-image
Provider Model ID: gemini-3.1-flash-lite-image

Input

Token
$0.250 per 1M or $0.125 batched

Output

Token text
$1.50 per 1M or $0.125 batched
Image
$0.034 per image or $0.125 batched
Pricing Notes (3)
  • Ultra-low-cost lite variant of Nano Banana 2; output images are fixed at 1K (1024x1024px, 1120 tokens)
  • $0.0336 per output image at 1K (1120 tokens @ $30.00 / 1M image output tokens)
  • Batch mode: $0.0168 per output image at 1K ($15.00 / 1M image output tokens)
View official pricing • As of

gemini-3.1-flash-image-lite API OpenAI-compatible

Base URL
https://api.lumenfall.ai/openai/v1
Model
gemini-3.1-flash-lite-image

Code Examples

Text to Image

/v1/images/generations
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/generations \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3.1-flash-lite-image",
    "prompt": "",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }

Image Edit

/v1/images/edits
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/edits \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -F "model=gemini-3.1-flash-lite-image" \
  -F "[email protected]" \
  -F "prompt=Add a starry night sky to this image" \
  -F "size=1024x1024"
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }

Parameter Normalization

How we handle parameters across different providers

Not every provider speaks the same language. When you send a parameter, we handle it in one of four ways depending on what the model supports:

Behavior What happens Example
passthrough Sent as-is to the provider style, quality
renamed Same value, mapped to the field name the provider expects prompt
converted Transformed to the provider's native format size
emulated Works even if the provider has no concept of it n, response_format

Parameters we don't recognize pass straight through to the upstream API, so provider-specific options still work.

Nano Banana 2 Lite Benchmarks

Nano Banana 2 Lite is ranked #27 in Text-to-Image with an Elo of 1223 and #17 in Image Editing with an Elo of 1189 on the Lumenfall Arena, where real users pick the better image in blind comparisons. These rankings are based on 1 blind-vote competition.

Lumenfall Arena
#27
Text-to-Image
1223 Elo
Lumenfall Arena
#17
Image Editing
1189 Elo

Text-to-Image Landscape

Image Editing Landscape

Competition Results

Text-to-Image

Prompt Adherence

View leaderboard
#22
Geometric Composition
70 models
Text-to-Image
Prompt

“A glass cube on a wooden table. Inside the cube is a small blue sphere. On top of the cube sits a red book. A green plant is behind the cube, partially visible through the glass. Soft window light from the left.”

Text-to-Image

Aesthetics

View leaderboard
#22
Geometric Composition
70 models
Text-to-Image
Prompt

“A glass cube on a wooden table. Inside the cube is a small blue sphere. On top of the cube sits a red book. A green plant is behind the cube, partially visible through the glass. Soft window light from the left.”

Text-to-Image

Photorealism

View leaderboard
#22
Geometric Composition
70 models
Text-to-Image
Prompt

“A glass cube on a wooden table. Inside the cube is a small blue sphere. On top of the cube sits a red book. A green plant is behind the cube, partially visible through the glass. Soft window light from the left.”

Text-to-Image

3D Imaging & Modeling

View leaderboard
#22
Geometric Composition
70 models
Text-to-Image
Prompt

“A glass cube on a wooden table. Inside the cube is a small blue sphere. On top of the cube sits a red book. A green plant is behind the cube, partially visible through the glass. Soft window light from the left.”

Help rank Nano Banana 2 Lite Pick the better image in blind matchups. Results update rankings in real time.
Start Voting

Nano Banana 2 Lite is best for

See all Use Cases

Nano Banana 2 Lite FAQ

How much does Nano Banana 2 Lite cost?

Nano Banana 2 Lite starts at $0.0168 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.

What can Nano Banana 2 Lite do?

Nano Banana 2 Lite supports Batch and System prompt. It accepts text and image input and produces text and image output.

How do I use Nano Banana 2 Lite via API?

You can use Nano Banana 2 Lite through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "gemini-3.1-flash-lite-image". Code examples are available in Python, JavaScript, and cURL.

Which providers offer Nano Banana 2 Lite?

Nano Banana 2 Lite is available through Vertex AI, Replicate, Gemini API, and fal.ai on Lumenfall. Lumenfall automatically routes requests to the best available provider.

What is the maximum resolution for Nano Banana 2 Lite?

Nano Banana 2 Lite supports images up to 1024x1024 resolution.

Try Nano Banana 2 Lite in Playground

Generate images with custom prompts — no API key needed.

Open Playground