Gemini
Gemini Image

harrynguyen20333/nano-banana-pro

Model ID: harrynguyen20333/nano-banana-pro
Family
Gemini
Context
Not specified
Per request
0.0191 $
Requests
2
Success
100.0%
Tokens
21.1K
Uptime
24h agoNow
7 days agoNow

Pricing

Per request
0.0191 $
Price history

Price levels previously applied. The row tagged "current" is the live price.

Current Since 26/08/2026 - 13:23:00
Per request0.0191 $
Supported endpoints
https://api.xah.io/v1/images/generations
Method POST · application/json
Auth Bearer token (API key)
Rate limit 60 req/min
API kinds Image

Share

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "harrynguyen20333/nano-banana-pro",
    "prompt": "a red apple on a wooden table",
    "n": 1,
    "aspect_ratio": "1:1"
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/images/generations', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "harrynguyen20333/nano-banana-pro",
    "prompt": "a red apple on a wooden table",
    "n": 1,
    "aspect_ratio": "1:1"
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/images/generations'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "harrynguyen20333/nano-banana-pro",
    "prompt": "a red apple on a wooden table",
    "n": 1,
    "aspect_ratio": "1:1"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "harrynguyen20333/nano-banana-pro",
    "prompt": "a red apple on a wooden table",
    "n": 1,
    "aspect_ratio": "1:1"
}
Try it

This model does not support text chat, so it can\'t be tried here.

Reviews & comments
0.0 / 0 reviews
Loading reviews...
Contact Support
We are always ready to help you