Skip to main content
POST
Nano Banana Pro (Extra) — Image to Image / Edit
Edit, transform, or compose images by providing one or more input images and a text prompt with Google’s Nano Banana Pro (Extra) model. Supports up to 4K resolution output.

Request Body

string
required
Model slug. Use google/nano-banana-pro-extra/edit-image for image editing.
object
required
Input parameters for image editing.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 134,000 micro-cents per request ($0.134/request)
Default cost: 1k resolution = 134,000 × 1 = 134,000 micro-cents ($0.134)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples