edit_image
Edit an image by providing a source image URL and an instruction prompt, returning a task ID, status, and output URLs for the modified image.
Instructions
Create a Qwen Image task on RunAPI (edit image). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Integer seed for reproducible results. | |
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | Yes | Edit instruction for the source image. | |
| timeout_ms | No | ||
| aspect_ratio | No | Output aspect ratio. | |
| callback_url | No | Webhook URL for asynchronous task updates. | |
| output_format | No | Output image format. | |
| poll_interval_ms | No | ||
| source_image_url | Yes | Public HTTPS source image URL (JPEG, PNG, or WebP; maximum 10 MB). |