google/nano-banana-2-edit/Released Feb 2026
Nano Banana 2 - Image Edit
Nano Banana 2 Edit is an image editing model that enables blending multiple images, maintaining character consistency, targeted transformations using natural language, and leveraging world knowledge for precise edits.
Provider
google
Modality
image-to-image
Released
Feb 2026
Pricing
$0.08 / image
bash
curl -sSf -X POST https://staging.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": "auto",
"resolution": "2K",
"enable_web_search": true,
"safety_tolerance": "6"
}'