infery
← All models

Wan v2.6 Image to Video

v2.6-image-to-video

Video editby Alibaba

Wan 2.6 image-to-video model.

Example

Details

Accepts
image

Pricing

Price
12.5 cr / second

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 describing the desired video motion. Max 1500 characters.
durationstringenum: 5, 10, 15Duration of the generated video in seconds. Choose between 5, 10 or 15 seconds.
audio_url URL of the audio to use as the background music. Must be publicly accessible. Limit handling: If the audio duration exceeds the duration value (5, 10, or 15 seconds), the audio is truncated to the first N seconds, and the rest is discarded. If the audio is shorter than the video, the remaining part…
image_urlrequiredstringURL of the image to use as the first frame. Must be publicly accessible or base64 data URI. Image dimensions must be between 240 and 7680.
resolutionstringenum: 720p, 1080pVideo resolution. Valid values: 720p, 1080p
multi_shotsbooleanWhen true, enables intelligent multi-shot segmentation. Only active when enable_prompt_expansion is True. Set to false for single-shot generation.
negative_promptNegative prompt to describe content to avoid. Max 500 characters.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked.
enable_prompt_expansionbooleanWhether to enable prompt rewriting using LLM.

Output

FieldTypeDescription
seedintegerThe seed used for generation
videoThe generated video file
actual_promptThe actual prompt used if prompt rewriting was enabled