google
google/google-nano-banana-pro/Released Nov 2025

Nano Banana Pro

Delivers high-fidelity images with advanced text rendering, consistent character identities, and precise prompt following for professional visual design and branding.

Provider
google
Modality
image-to-image
Released
Nov 2025
Pricing
$0.15 / image

Ready to build with Nano Banana Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "google-nano-banana-pro",
  "prompt": "A botanist / researcher looking up at a banana tree in an Amazon rainforest. Photorealistic. It could be used for a National Geographic cover.",
  "aspect_ratio": "auto",
  "resolution": "2K",
  "safety_tolerance": "6"
}'