image_to_video
Generate a video from a still image by creating a Wan task on RunAPI. Submit the first frame and optional prompt to receive a task ID, status, and output URLs.
Instructions
Create a Wan task on RunAPI (image to video). 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. | |
| audio | No | ||
| model | No | RunAPI model slug for this model line. | |
| ratio | No | ||
| prompt | No | ||
| watermark | No | ||
| timeout_ms | No | ||
| multi_shots | No | ||
| acceleration | No | ||
| aspect_ratio | No | ||
| callback_url | No | ||
| negative_prompt | No | ||
| duration_seconds | No | ||
| poll_interval_ms | No | ||
| source_video_url | No | ||
| driving_audio_url | No | ||
| output_resolution | No | ||
| background_audio_url | No | ||
| last_frame_image_url | No | ||
| enable_safety_checker | No | ||
| first_frame_image_url | No | ||
| enable_prompt_expansion | No |