Skip to main content

Overview

  • Model: Nano Banana 2 (nano-banana-2) by Google; text-to-image and image-to-image with up to 14 reference images.
  • Resolution: 1K / 2K / 4K; default 1K (higher resolutions cost more).
  • Aspect ratios: 14 options from 1:1 to 21:9, plus auto (default).
  • Output: png / jpg (default jpg).
  • Async API: submit POST https://api.wizzx.ai/api/v1/task/submit/nano-banana-2, poll POST https://api.wizzx.ai/api/v1/task/status.

Auth

Submit job

Endpoint: POST https://api.wizzx.ai/api/v1/task/submit/nano-banana-2, Content-Type: application/json

Example (text-to-image)

Example (multi-reference)

Query status

Endpoint: POST https://api.wizzx.ai/api/v1/task/status
Client-visible states: PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED. See the task status API reference.

Pricing

Billed per image, based on resolution: 1000 credits = $1. Unspecified resolution is billed as 1K.

Nano Banana 2 vs Nano Banana 2 Lite

See Nano Banana 2 Lite for the budget option.

Best practices

  • Iterate with 1K, finalize with 2K/4K.
  • Keep references consistent in style; 1-3 typical, up to 14.
  • Use auto aspect ratio to let the model match the references.