OpenAI
GPT Image 1.5 Edit
Precise image editing via natural language instructions
imagelive
- Model id
- gpt-image-1.5-edit
- Typical run
- ~26s
- Inputs
- 9 parameters
- Contract
- async
Call it
bash
curl -X POST https://api.ezflows.io/v1/models/gpt-image-1.5-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 guides image generation. Example: 'A cyberpunk city skyline at night.' | |
| image_urls required | string[] | — | Links to reference images. |
| mask required | string | — | Image to be used as a base. Leave null to upload later. |
| size | enum | auto | Choose image resolution. 'auto' balances speed and quality. |
| quality | enum | high | Sets visual quality. 'auto' balances detail and performance. |
| background | enum | opaque | Background type for the image. Transparent is useful for overlays. |
| output_compression | integer | 95 | Defines output image compression level. Use 100 for best quality. |
| output_format | enum | png | Specifies the output image format. Use 'png' for high-quality needs. |
| moderation | enum | auto | Sets moderation strictness. 'low' relaxes content restrictions. |
What a run costs
$0.09average · per run
$0.00for a failed run
~26smeasured mean, end to end
How it stacks up
| Model | Price | Unit | Typical run |
|---|---|---|---|
| GPT Image 1.5 Edit | avg $0.09 | run | ~26s |
| GPT Image 2.5 Sunburst | avg $0.085 | run | ~36s |
| Nano Banana 2 | avg $0.085 | run | ~30s |
| Seedream 5 Pro | from $0.051 | image | ~78s |
| GPT Image 2.5 Flare | avg $0.043 | run | ~18s |