Edit image
edit_imageEdit, combine, or mask up to 16 images using natural language prompts and an OpenAI-compatible API.
Instructions
Edit, combine, or mask one to sixteen input images with the configured OpenAI-compatible Images API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mask | No | Optional mask image as a local path, HTTP(S) URL, data URL, or Base64. | |
| size | No | Output dimensions. Omit or use auto to infer a suitable size from the prompt. | |
| count | No | Number of images to produce. | |
| model | No | Override the configured model. Defaults to gpt-image-2. | |
| images | Yes | One or more input images as local paths, HTTP(S) URLs, data URLs, or Base64. | |
| prompt | Yes | Describe what to change and what must remain unchanged. | |
| quality | No | auto | |
| delivery | No | auto returns a displayable image plus an original resource link; use link to avoid inline image data. | auto |
| background | No | auto | |
| outputFormat | No | png | |
| outputCompression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| images | Yes | ||
| status | Yes | ||
| delivery | Yes | ||
| operation | Yes | ||
| requestedSize | Yes |