GPT Image 1.5 Edit
[Core Function] GPT Image 1.5 Edit is a versatile image-to-image editing and merging model. [Strengths] It excels at complex utility editing tasks, including multi-image merging (up to 16 images), transparent background support, and precise control over how strictly the model adheres to the input image (fidelity control). [Best For] Highly recommended for: merging reference images, editing UI assets, generating variations with strict shape preservation, and creating transparent cutouts. [Limitations] Do NOT use this model if you require 2K or 4K high-resolution outputs, as it is limited to standard resolutions. [Routing] Use this model specifically when the user provides multiple images to combine, requires transparency, or explicitly asks to ‘keep the exact shape’ of the original image (fidelity control). Otherwise, use GPT Image 2 Edit.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request payload for standard GPT Image Edit models.
Request payload for standard GPT Image Edit models.
Description of the desired edits, supports up to 32,000 characters
1 - 32000"Add a watercolor effect to this image"
Input image URL(s) to edit. Direct HTTPS URLs as string array. Supports up to 16 images for GPT Image models
1 - 16 elementsDirect image URL (https only)
Output image size. Preset resolutions only
1024x1024, 1536x1024, 1024x1536 "1024x1024"
Output quality level. 'low': fast draft (default), 'medium': balanced, 'high': best quality
low, medium, high "high"
Background transparency. 'transparent': transparent background (requires png or webp format), 'opaque': solid background, 'auto': model decides
transparent, opaque, auto "transparent"
Control fidelity to original input image. 'high': preserve original details, 'low': more creative freedom
high, low "high"
Optional mask URL. Must be PNG with alpha channel; dimensions must match the input image exactly. Transparent areas are edited, opaque areas locked, semi-transparent areas blend with the original.
"https://example.com/mask.png"