remix_image
Generate a remixed version of an image from a prompt and source URL. Get a task ID, status, and resulting image URLs from RunAPI's Qwen Image API.
Instructions
Create a Qwen Image task on RunAPI (remix 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 | Prompt describing the requested remix. | |
| strength | No | Creative deviation from the source image, from 0 (faithful) to 1 (creative). | |
| timeout_ms | No | ||
| 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). |