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; default1K(higher resolutions cost more). - Aspect ratios: 14 options from
1:1to21:9, plusauto(default). - Output:
png/jpg(defaultjpg). - Async API: submit
POST https://api.wizzx.ai/api/v1/task/submit/nano-banana-2, pollPOST 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
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 with2K/4K. - Keep references consistent in style; 1-3 typical, up to 14.
- Use
autoaspect ratio to let the model match the references.
