Skip to main content

Overview

  • Model: Nano Banana Pro; supports text-to-image and up to 8 reference images (30MB each).
  • Resolution: 1K / 2K / 4K; default 1K (higher resolutions cost more).
  • Aspect ratios: 1:1, 16:9, 9:16, 21:9, plus others and auto.
  • Output: png / jpg / jpeg (default png).
  • Async API: submit POST https://api.wizzx.ai/api/v1/task/submit/nano-banana-pro, poll POST https://api.wizzx.ai/api/v1/task/status.
Breaking Change (2025-12-10): image_input replaced by image_urls array.

Auth

Submit job

Endpoint: POST https://api.wizzx.ai/api/v1/task/submit/nano-banana-pro, Content-Type: application/json
  • Use clear, consistent reference images (1-3 typical, up to 8).
  • Aspect ratio hints composition; auto lets the model pick.

Example (text-to-image)

Example (multi-reference / style transfer)

Query status

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

Pricing

Read /pricing immediately before submission for current tiers.

Rate limits

Rate limits can change. On HTTP 429, honor retry_after or X-Retry-After and do not automatically resubmit an ambiguous paid request.

Migration (image_input → image_urls)

Old (deprecated):
New:

Best practices

  • Write prompts with subject, scene, lighting, style (e.g., photorealistic, digital art).
  • Iterate with 1K/2K, finalize with 4K.
  • Choose aspect ratio for target surface: 9:16 for portrait, 16:9/21:9 for landscape, 1:1 for covers; use auto if unsure.
  • Keep references 1-3, consistent in style and resolution; avoid low-res or overexposed images.