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

Nano Banana 2 - Image Edit

Flash-speed natural-language image editing

Commercial use
Provider
google
Modality
Image
Released
Feb 2026
Pricing
$0.08 / image

Ready to build with Nano Banana 2 - Image Edit?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://dev.hub.oxen.ai/api/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "nano-banana-2-edit",
  "prompt": "A cat sitting on a chair",
  "input_image": [
    "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png"
  ],
  "aspect_ratio": "16:9",
  "resolution": "2K",
  "enable_web_search": true,
  "safety_tolerance": "6"
}'