OpenAI
GPT Image 1 Edit
Edit and compose images using natural language with GPT Image 1…
imagelive
- Model id
- gpt-image-1-edit
- Typical run
- ~43s
- Inputs
- 9 parameters
- Contract
- async
Call it
bash
curl -X POST https://api.ezflows.io/v1/models/gpt-image-1-edit \
-H "Authorization: Bearer $EZFLOWS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "a wide shot of a desert at dusk", "image_urls": ["https://…"], "mask": "a wide shot of a desert at dusk"}'
# { "request_id": "req_8f2a41c9", "poll_url": "…", "status": "queued" }Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| prompt required | string | Text prompt used to generate the image. | |
| image_urls required | string[] | — | A list of images. |
| mask required | string | — | Input Image. |
| size | enum | auto | Select image resolution. Square is the fastest to generate. |
| quality | enum | — | Controls the visual quality of the output image. |
| background | enum | opaque | Select whether the image background should be transparent or opaque. |
| output_compression | integer | 100 | Select the compression level for the output image (1-100). |
| output_format | enum | png | Select the output format of the image. |
| moderation | enum | auto | Controls the moderation strictness - use low for less restrictions. |
What a run costs
$0.212average · per run
$0.00for a failed run
~43smeasured mean, end to end
How it stacks up
| Model | Price | Unit | Typical run |
|---|---|---|---|
| GPT Image 1 Edit | avg $0.212 | run | ~43s |
| GPT Image 1 | avg $0.219 | run | ~39s |
| Seedream 5.0 Pro Layer Decomposition | avg $0.191 | run | ~88s |
| GPT Image 1.5 | avg $0.18 | run | ~35s |
| Nano Banana Pro | avg $0.157 | run | ~43s |