Nano Banana 2 Lite

Nano Banana 2 Lite is a image generation model from google available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

2 tokens

ImageProvider: Google
Run generation
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"image","model":"nano-banana-2-lite","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"9:16","imageSize":"1K","referenceAssetUris":["asset://asset_..."]}}'

Input fields

* required
prompt*prompt

Image description.

Type
string
Default
Allowed
string
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
16:9, 1:1, 1:4, 1:8, 21:9, 2:3, 3:2, 3:4, 4:1, 4:3, 4:5, 5:4, 8:1, 9:16, auto
imageSizeimageSize
Type
string
Default
1K
Allowed
1K
Reference imagesreferenceAssetUris

Optional reference images as asset:// URIs, HTTPS URLs, or data URIs.

Type
array
Default
Allowed
image · up to 10 · asset, https, data

Cost

2 tokens

Capabilities

Modestext_to_imageimage_reference
Asset slotsreferenceAssetUris:image[]<=10

Run Nano Banana 2 Lite

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model