edit_image
Edit images by submitting a prompt and source image URL to Qwen 2 via RunAPI. Returns task ID, status, and output URLs for the edited image.
Instructions
Create a Qwen 2 task on RunAPI (edit image). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | Yes | ||
| timeout_ms | No | ||
| aspect_ratio | No | ||
| callback_url | No | ||
| output_format | No | ||
| poll_interval_ms | No | ||
| source_image_url | Yes | ||
| enable_safety_checker | No |