infery
← All models

LongCat Video Distilled

longcat-video-distilled-image-to-video-480p

Video editby Meituan

Generate long videos from images using LongCat Video Distilled

Example

Details

Accepts
image

Pricing

Price
0.625 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
fpsintegerThe frame rate of the generated video.
seedThe seed for the random number generator.
promptstringThe prompt to guide the video generation.
image_urlrequiredstringThe URL of the image to generate a video from.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
num_framesintegerThe number of frames to generate.
video_qualitystringenum: low, medium, high, maximumThe quality of the generated video.
video_write_modestringenum: fast, balanced, smallThe write mode of the generated video.
video_output_typestringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif)The output type of the generated video.
num_inference_stepsintegerThe number of inference steps to use.
enable_safety_checkerbooleanWhether to enable safety checker. Disabling it requires account authorization; unauthorized requests are always checked.
enable_prompt_expansionbooleanWhether to enable prompt expansion.

Output

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