$ man nano-banana-2-lite
/nano-banana-2-lite
PRICE / CALL
$0.08
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforgeCATEGORY
uncategorized
STATUS
● live
NAME
nano-banana-2-lite — generates sfw images with venice's nano-banana-2-lite model on a dedicated low-cost endpoint
synonym alias of image-generate-ultra — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/nano-banana-2-lite
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Generates SFW images with Venice's nano-banana-2-lite model on a dedicated low-cost endpoint. Fixed-model route for cheaper Nano Banana / Google image generation where buyers want the Nano Banana family at a lower price than nano-banana-pro. Returns a permanent fal-hosted PNG URL.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| prompt | string | Image description. Up to 5000 chars. | required |
| width | number | Output width in pixels. Range [256, 1024]. Default 1024. | optional |
| height | number | Output height in pixels. Range [256, 1024]. Default 1024. | optional |
| steps | number | — | optional |
| cfg_scale | number | — | optional |
| seed | number | — | optional |
| negative_prompt | string | — | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| image_url | string | — |
| model | string | — |
| width | string | — |
| height | string | — |
| tier | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/nano-banana-2-lite \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the nano-banana-2-lite tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- synthforgenanobanana2litenano-banana-2-lite
- methods
- POST
- cluster
- synthforge
- price
- $0.08 USDC per call
ADJACENT — other endpoints in synthforge
| endpoint | description | price |
|---|---|---|
| background-remove | Removes the background from a public image URL and returns the subject with alpha transparency. | $0.08 |
| background-remover | Removes the background from product, portrait, and object images, returning alpha PNG foreground cutouts with optional crop-to-bounding-b… | $0.08 |
| remove-background | Removes the background from an image URL and returns the subject as a PNG with alpha channel. | $0.08 |
| remove-bg | Removes the background from an image and returns a foreground cutout with alpha channel. | $0.08 |
| image-generate-pro | Premium text-to-image generation across margin-safe Venice models at a competitive $0.06/call. | $0.06 |
| recraft | Generates SFW design and illustration images with Venice's recraft-v4 model on a dedicated endpoint. | $0.06 |
| seedream | Generates SFW images with Venice's seedream-v4 model on a dedicated endpoint. | $0.06 |
| music-generate | Generates music from a text prompt via Venice using the minimax-music-v26 model. | $0.05 |
SEE ALSO