Overview
- Model: Nano Banana Pro; supports text-to-image and up to 8 reference images (30MB each).
- Resolution:
1K/2K/4K; default1K(higher resolutions cost more). - Aspect ratios:
1:1,16:9,9:16,21:9, plus others andauto. - Output:
png/jpg/jpeg(defaultpng). - Async API: submit
POST https://api.wizzx.ai/api/v1/task/submit/nano-banana-pro, pollPOST https://api.wizzx.ai/api/v1/task/status.
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;
autolets the model pick.
Example (text-to-image)
Example (multi-reference / style transfer)
Query status
Endpoint:POST https://api.wizzx.ai/api/v1/task/status
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, honorretry_after or X-Retry-After and do not automatically resubmit an ambiguous paid request.
Migration (image_input → image_urls)
Old (deprecated):Best practices
- Write prompts with subject, scene, lighting, style (e.g., photorealistic, digital art).
- Iterate with
1K/2K, finalize with4K. - Choose aspect ratio for target surface:
9:16for portrait,16:9/21:9for landscape,1:1for covers; useautoif unsure. - Keep references 1-3, consistent in style and resolution; avoid low-res or overexposed images.
