infery
← All models

Wan

wan-v2.2-a14b-image-to-video-turbo

Video editby Alibaba

Wan-2.2 Turbo image-to-video is a video model that generates high-quality videos with high visual quality and motion diversity from text prompts.

Example

Details

Accepts
image

Pricing

Price
12.5 cr / video

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility. If None, a random seed is chosen.
promptrequiredstringThe text prompt to guide video generation.
image_urlrequiredstringURL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped.
resolutionstringenum: 480p, 580p, 720pResolution of the generated video (480p, 580p, or 720p).
accelerationstringenum: none, regularAcceleration level to use. The more acceleration, the faster the generation, but with lower quality. The recommended value is 'regular'.
aspect_ratiostringenum: auto, 16:9, 9:16, 1:1Aspect ratio of the generated video. If 'auto', the aspect ratio will be determined automatically based on the input image.
end_image_urlURL of the end image.
video_qualitystringenum: low, medium, high, maximumThe quality of the output video. Higher quality means better visual quality but larger file size.
video_write_modestringenum: fast, balanced, smallThe write mode of the output video. Faster write mode means faster results but larger file size, balanced write mode is a good compromise between speed and quality, and small write mode is the slowest but produces the smallest file size.
enable_safety_checkerbooleanIf set to true, input data will be checked for safety before processing. Disabling it requires account authorization; unauthorized requests are always checked.
enable_prompt_expansionbooleanWhether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning.
enable_output_safety_checkerbooleanIf set to true, output video will be checked for safety after generation.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
videoThe generated video file.
promptstringThe text prompt used for video generation.