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

# Nano Banana Pro

> Google Gemini · `nano-banana-pro` · image

## Identifier

Use the model identifier `nano-banana-pro` in the `model` field when calling [`/asset/start`](/api-reference/assets/start).

## Capabilities

| Property         | Value                                                              |
| ---------------- | ------------------------------------------------------------------ |
| Reference inputs | 0–4                                                                |
| Aspect ratios    | `16:9`, `9:16`, `1:1`, `3:2`, `2:3`, `4:3`, `3:4` (default `16:9`) |
| Resolutions      | `1K`, `2K`, `4K` (default `2K`)                                    |

## Inputs

Pass reference media in the `references` array (0–4 items). Optional. Each item accepts exactly one of:

* `url` — a direct, publicly accessible file URL
* `asset_id` — the ID of an existing asset in your Hoox space (e.g. a previous generation)
* `avatar_id` — the ID of an avatar defined in your Hoox space

## Pricing

Default parameters (`2K`): **\~1.5 credits / generation**.

For exact pricing with your own parameters, call [`/asset/pricing`](/api-reference/assets/pricing) with the `model` and any parameters that affect cost.

## Example request

```json theme={null}
{
  "type": "image",
  "model": "nano-banana-pro",
  "prompt": "Describe what you want to generate",
  "aspect_ratio": "16:9",
  "resolution": "2K"
}
```

See [`/asset/start`](/api-reference/assets/start) for the full request/response reference, error codes, and code samples in cURL / Python / JavaScript.
