Back to catalog
Google·Image30% under official
Nano Banana EditAPI
Image-to-image editor — multi-turn edits with consistency.
Brievio price
$0.0273
per image
Official price
$0.039
Provider list price
$ Specs
- Model ID
nano-banana-edit- Endpoint
POST /v1/images/edits- Category
- Image
- Provider
Drop-in OpenAI compatibility
Point your existing OpenAI SDK at https://api.brievio.com/v1 and change the model id. No streaming changes, no SDK changes — and the model you call is the genuine article.
View docs$ Try it
Set BRIEVIO_API_KEY from a key in /app/keys, then run any snippet below.
curl https://api.brievio.com/v1/images/edits \
-H "Authorization: Bearer $BRIEVIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-edit",
"prompt": "make the bird blue instead",
"image": "https://your-cdn.com/source.png"
}'