What is Nano Banana Pro 4K?
**Nano Banana Pro 4K** is a high-quality image generation model built for polished visual output, including **4K-ready assets**, product scenes, posters, and brand creatives. The public model id is **`NanoBananaPro-4K`**.
It supports:
- **Text-to-image** generation
- **Image-to-image** generation with a reference image
- **Async API** requests
- Output choices for **1K, 2K, and 4K**
- Up to **4 images per request**
Who should use it?
Nano Banana Pro 4K is a strong fit for:
- E-commerce teams creating **product images** and **main listing visuals**
- Marketers producing **ad creatives** and **social media graphics**
- Designers building **poster-style layouts** and **brand visuals**
- Growth teams automating **high-volume image workflows**
- Developers who need a reliable **image generation API** with resolution control
API basics
The generation endpoint is:
```http POST /v1/images/generations ```
Supported modes:
- `text_to_image` — requires `prompt`
- `image_to_image` — requires `prompt` and `image_url`
Common fields:
- `prompt`
- `image_url`
- `aspect_ratio` (`1:1`, `16:9`, `9:16`, `4:3`, `3:4`)
- `resolution` (`1K`, `2K`, `4K`)
- `num_images` (1 to 4)
Example request:
```json { "model": "NanoBananaPro-4K", "generation_mode": "text_to_image", "prompt": "A premium product poster with clean lighting and sharp details.", "aspect_ratio": "1:1", "resolution": "4K", "num_images": 1 } ```
For image-to-image generation, add `image_url` with a reference image URL.
Pricing overview
Pricing is billed **per image**.
Current listed pricing for **Nano Banana Pro 4K**:
- **1K:** $0.102 / image
- **2K:** $0.102 / image
- **4K:** $0.204 / image
If you are comparing cost across workflows, 4K is the best choice for final assets, while 1K or 2K can be useful for drafts, variations, and faster experimentation.
Best use cases
Use Nano Banana Pro 4K when you need:
- High-detail **product photography**
- Clean **e-commerce main images**
- **Brand hero banners** and launch creatives
- **Poster generation** with strong visual polish
- **Reference-based edits** or style transfers
- Batch generation for campaign testing
Implementation tips
- Keep prompts specific about subject, lighting, composition, and style
- Use **image-to-image** when you need consistency with a source image
- Choose **4K** for final delivery, and lower tiers for iteration
- Plan for **async handling** in your application flow
- If you generate multiple outputs, manage prompt variants carefully to avoid repetitive results
Summary
`NanoBananaPro-4K` gives teams a practical way to generate high-quality images through a simple API, with resolution controls and both text-to-image and image-to-image support. It is especially useful for product visuals, marketing assets, and other content that benefits from clean 4K output.
常见问题
What can Nano Banana Pro 4K generate?
It can generate high-quality images from text prompts or transform an uploaded reference image through image-to-image generation. It is suitable for product visuals, posters, and brand creatives.
How do I call the Nano Banana Pro 4K API?
Send a POST request to `/v1/images/generations` with `model: "NanoBananaPro-4K"`, a `prompt`, and optionally `image_url`, `aspect_ratio`, `resolution`, and `num_images`.
How does pricing work for Nano Banana Pro 4K?
Pricing is per image. The listed prices are $0.102 per image for 1K and 2K, and $0.204 per image for 4K.