text_to_image
Generate images from text prompts using Wan models. Submit a prompt and receive a task id, status, and output image URLs.
Instructions
Create a Wan task on RunAPI (text to 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 | No | ||
| bbox_list | No | ||
| watermark | No | ||
| timeout_ms | No | ||
| aspect_ratio | No | ||
| callback_url | No | ||
| output_count | No | ||
| color_palette | No | ||
| thinking_mode | No | ||
| poll_interval_ms | No | ||
| enable_sequential | No | ||
| output_resolution | No | ||
| source_image_urls | No | ||
| enable_safety_checker | No |