Wan 3.0 Prime Image-to-Video is built on Alibaba's high-speed Wan 3.0 Prime model (wan3.0-video-prime), delivering faster turnaround while preserving precise first-frame and first-last-frame control. Provide a first frame (and an optional last frame) to generate videos with coherent motion and natural lighting, natively up to 30 seconds with smart duration, 480P/720P/1080P output, adaptive aspect ratio and optional audio track.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"The camera slowly rises from beneath a sea turtle as it glides through clear water; shell and scale details are sharp, god rays pierce the ocean, cinematic underwater photography, ultra-realistic, smooth camera move.","firstFrameUrl":"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260121/zlpocv/wan-i2v-haigui.webp","resolution":"720P","aspectRatio":"adaptive","duration":"5","audio":true}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'https://www.runninghub.ai/openapi/v2/alibaba/wan-3.0-prime/image-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "The camera slowly rises from beneath a sea turtle as it glides through clear water; shell and scale details are sharp, god rays pierce the ocean, cinematic underwater photography, ultra-realistic, smooth camera move.",
"firstFrameUrl": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260121/zlpocv/wan-i2v-haigui.webp",
"resolution": "720P",
"aspectRatio": "adaptive",
"duration": "5",
"audio": true
}'