infery
← All models

Wan-2.2 Speech-to-Video 14B

wan-v2.2-14b-speech-to-video

Video editby Alibaba

Wan-S2V is a video model that generates high-quality videos from static images and audio, with realistic facial expressions, body movements, and professional camera work for film and television applications

Example

Details

Accepts
image + audio

Pricing

Price
25 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility. If None, a random seed is chosen.
shiftnumberShift value for the video. Must be between 1.0 and 10.0.
promptrequiredstringThe text prompt used for video generation.
audio_urlrequiredstringThe URL of the audio file.
image_urlrequiredstringURL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped.
num_framesintegerNumber of frames to generate. Must be between 40 to 120, (must be multiple of 4).
resolutionstringenum: 480p, 580p, 720pResolution of the generated video (480p, 580p, or 720p).
video_qualitystringenum: low, medium, high, maximumThe quality of the output video. Higher quality means better visual quality but larger file size.
guidance_scalenumberClassifier-free guidance scale. Higher values give better adherence to the prompt but may decrease quality.
negative_promptstringNegative prompt for video generation.
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.
frames_per_secondFrames per second of the generated video. Must be between 4 to 60. When using interpolation and `adjust_fps_for_interpolation` is set to true (default true,) the final FPS will be multiplied by the number of interpolated frames plus one. For example, if the generated frames per second is 16 and the …
num_inference_stepsintegerNumber of inference steps for sampling. Higher values give better quality but take longer.
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_output_safety_checkerbooleanIf set to true, output video will be checked for safety after generation.

Output

FieldTypeDescription
videoThe generated video file.