An image-to-video specialized model based on Wan-2.2 architecture, supporting uploading first and last frame images to generate 5-second or 8-second dynamic videos, and supporting multiple resolution outputs. Employs MoE dual-expert system (high-noise expert for structure/layout, low-noise expert for detail refinement), generating natural camera movements and object dynamics while preserving input image subject features, lighting, and composition. Particularly suitable for portrait photo animation, product showcase videos, and creative concept visualization, enabling professional video storytelling from a single image.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"133##select":"1","130##select":"1","14##positive_prompt":"A cinematic video of a majestic ancient Chinese pavilion by a tranquil misty lake at dawn. A beautiful young woman dressed in elegant, flowing traditional Hanfu is gracefully playing the Guqin (ancient Chinese zither). Soft green willow branches sway in the gentle breeze, and pale pink peach blossoms fall slowly through the air. Soft cinematic lighting, volumetric light rays piercing through the gentle morning mist, ink-wash painting aesthetic, soft and muted color palette (celadon, soft peach, pale gold). Hyper-realistic, highly detailed. Smooth, slow camera pan from right to left, capturing the serene and poetic atmosphere."}
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--request POST 'https://www.runninghub.ai/openapi/v2/rhart-video/wan-2.2/text-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"133##select": "1",
"130##select": "1",
"14##positive_prompt": "A cinematic video of a majestic ancient Chinese pavilion by a tranquil misty lake at dawn. A beautiful young woman dressed in elegant, flowing traditional Hanfu is gracefully playing the Guqin (ancient Chinese zither). Soft green willow branches sway in the gentle breeze, and pale pink peach blossoms fall slowly through the air. Soft cinematic lighting, volumetric light rays piercing through the gentle morning mist, ink-wash painting aesthetic, soft and muted color palette (celadon, soft peach, pale gold). Hyper-realistic, highly detailed. Smooth, slow camera pan from right to left, capturing the serene and poetic atmosphere."
}'