> ## Documentation Index
> Fetch the complete documentation index at: https://veogenstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Nano Banana Pro

> Generate stunning 4K AI images with Nano Banana Pro via Veogen's API or playground. Fast, affordable USD pay-as-you-go pricing. Perfect for rapid prototyping and bulk generation.

## Model Description

Fast & Affordable 4K AI Images (`nano-banana-pro`). Designed for speed and affordability, this model is your go-to for rapid content creation and bulk image generation without sacrificing high resolution.

**Maximum Resolution:** 4K
**Pricing:** Starts at \$0.10 per image

### Key Capabilities

* **4K Resolution:** Generate crisp, ultra-high-definition images at 4K resolution.
* **Ultra-Fast Generation:** Get your images in seconds, not minutes.
* **Budget-Friendly:** One of the most affordable AI image options available.
* **Bulk Generation:** Generate multiple images quickly for content at scale.

### Use Cases

* **Social Media Graphics:** Create eye-catching images for posts, stories, and ads.
* **Product Mockups:** Quickly visualize product concepts and packaging designs.

***

## Quick Start

### 1. Generating an Image with Nano Banana Pro

```bash theme={null}
curl --request POST \
  --url https://api.veogen.studio/api/v1/generations \
  --header 'Authorization: Bearer <API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "nano-banana-pro",
    "prompt": "A modern minimalist living room with large windows facing a serene lake.",
    "resolution": "4K"
  }'
```

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "id": "img_34567defgh",
      "model": "nano-banana-pro",
      "status": "pending",
      "created_at": "2026-04-11T12:00:00Z"
    }
  }
  ```
</ResponseExample>

## FAQ

<AccordionGroup>
  <Accordion title="What is Nano Banana Pro?">
    Nano Banana Pro is a fast and affordable AI image generation model that produces stunning 4K images. It's optimized for speed and cost-efficiency, making it perfect for rapid content creation.
  </Accordion>

  <Accordion title="When should I use Nano Banana Pro vs GPT-4o or Seedream?">
    Use Nano Banana Pro for fast, affordable bulk generation. GPT-4o excels at text rendering in images, while Seedream offers exceptional artistic detail.
  </Accordion>
</AccordionGroup>
