speech_to_video
Generate an animated video from a still image and audio speech. Supply image and audio URLs with a prompt to receive a task ID, status, and output video URLs.
Instructions
Create a Wan task on RunAPI (speech 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. | |
| model | No | RunAPI model slug for this model line. | |
| shift | No | ||
| prompt | Yes | ||
| num_frames | No | ||
| timeout_ms | No | ||
| callback_url | No | ||
| guidance_scale | No | ||
| negative_prompt | No | ||
| poll_interval_ms | No | ||
| source_audio_url | Yes | ||
| source_image_url | Yes | ||
| frames_per_second | No | ||
| output_resolution | No | ||
| num_inference_steps | No | ||
| enable_safety_checker | No |