Public Model / nano-banana

Nano Banana 2 Lite API pricing

A 1K image creation and editing option for repeatable, cost-conscious production.

Availability
Available
Tasks
Create Image, Edit Image
Published rates from
$0.0336

Request calculator

Configure Nano Banana 2 Lite

Controls and rates come directly from the checked public catalog.

Interactive calculator

Price a direct generation

Choose a task, configure its inputs, and see the current catalog price.

Step 1

Choose a generation type

Step 2

Configure generation

Model
Nano Banana 2 Lite
Resolution1K
Input images0
Outputs1

Step 3

Reference total

$0.03361 output at $0.0336 each
Generation
$0.03361 image x $0.0336
Input media
$0.000 images x $0.00028
Minimum request
$0.0336
Get started

The API estimate for your exact request is authoritative before paid work starts.

Best fit

Use Nano Banana 2 Lite when 1K delivery is sufficient and the workflow benefits from the Nano Banana reference-image contract.

Use cases

  • High-volume social variations
  • 1K reference-guided edits

Know before building

  • Output resolution is fixed at 1K.

Generated contract

Tasks, controls, and rates

Published rates

image.create
Varies by input images
$0.0336 / image$0.0336 minimum
image.edit
Varies by input images
$0.0336 / image$0.03388 minimum

Request controls

image.createAspect ratioauto · 1:1 · 2:3 · 3:2 · 3:4 · 4:3 · 4:5 · 5:4 · 9:16 · 16:9 · 21:9 · 1:4 · 4:1 · 1:8 · 8:1
image.createPromptText input
image.createReference imagesUp to 14 items
image.createResolution1K
image.editAspect ratioauto · 1:1 · 2:3 · 3:2 · 3:4 · 4:3 · 4:5 · 5:4 · 9:16 · 16:9 · 21:9 · 1:4 · 4:1 · 1:8 · 8:1
image.editImagesUp to 14 items
image.editPromptText input
image.editResolution1K

Lifecycle: queued -> running -> succeeded -> failed -> cancelled -> manual_review

Output fields: assets

Runnable examples

Estimate first, then create

Both requests use the same normalized task, model, and input payload. Creating work requires an API key and idempotency key.

1. Estimate

curl https://api.entirefeed.com/v1/estimate \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{
  "task": "image.create",
  "model": "nano-banana-2-lite",
  "input": {
    "aspect_ratio": "auto",
    "resolution": "1K",
    "prompt": "A set of clean social product tiles with consistent framing"
  }
}'

2. Create

curl https://api.entirefeed.com/v1/generations \
  -X POST \
  -H "Authorization: Bearer $ENTIREFEED_API_KEY" \
  -H "Idempotency-Key: nano-banana-2-lite-example-001" \
  -H "Content-Type: application/json" \
  -d '{
  "task": "image.create",
  "model": "nano-banana-2-lite",
  "input": {
    "aspect_ratio": "auto",
    "resolution": "1K",
    "prompt": "A set of clean social product tiles with consistent framing"
  }
}'