Wan-2.2-Animate - Video To Video - gptproto
Wan-2.2-Animate — Video To Video (gptproto). GPTProto API reference.
POST
wan-2.2-animate (video to video)
Qwen’s GPTProto format for the video to video API.Documentation Index
Fetch the complete documentation index at: https://docs.gptproto.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image | string | ❌ No | - | The image for generating the output. |
video | string | ❌ No | - | The video for generating the output. |
prompt | string | ❌ No | - | The positive prompt for the generation. |
mode | string | ❌ No | animate | animate, replace .The mode of the generation. Animate Mode: animate the character in input image with movements from the input video. Replace Mode: replace the character in input video with the character in input image. |
resolution | string | ❌ No | -1 | 480p, 720p . The resolution of the output video. |
seed | integer | ❌ No | 720p | -1 ~ 2147483647 . The random seed to use for the generation. -1 means a random seed will be used. |

