google
google/nano-banana-2/Released Feb 2026

Nano Banana 2

Nano Banana 2 is a text-to-image model that generates images from text descriptions.

Provider
google
Modality
text-to-image
Released
Feb 2026
Pricing
$0.08 / image

Ready to build with Nano Banana 2?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "nano-banana-2",
  "prompt": "A cat sitting on a chair",
  "aspect_ratio": "auto",
  "resolution": "2K",
  "enable_web_search": true,
  "safety_tolerance": "6"
}'