Google

Nano Banana PRO

This is a discounted trial route. Generation may take longer and has roughly a 10% chance of failing. It is best for cost-sensitive image generation trials where queueing and occasional failures are acceptable; for more stable production use, choose a regular route.

  • Multimodal output
Use in Consolenano-banana-pro

USD /image

Pricing

GroupTierPrice
default1K/2K$0.053
default4K$0.094
default
1K/2K$0.053
4K$0.094

Public list prices are shown in USD. Final charges may vary by account group and usage tier.

API

Code examples

curl --location --request POST 'https://api.tokenhot.ai/v1beta/models/nano-banana-pro:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "contents": [
        {
            "role": "user",
            "parts": [
                {
                    "text": "draw a baby"
                }
            ]
        }
    ],
    "generationConfig": {
        "responseModalities": [
            "TEXT",
            "IMAGE"
        ],
        "imageConfig": {
            "aspectRatio": "16:9",
            "imageSize": "2k"
        }
    }
}'

FAQ

Frequently asked questions

What is Nano Banana PRO best suited for?

Nano Banana PRO is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.

How is Nano Banana PRO priced?

Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.

How can I call Nano Banana PRO?

Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.

Get started

Build with Nano Banana PRO

Use in Console