infery
← All models

LongCat Video Distilled

longcat-video-distilled-text-to-video-720p

Video generationby Meituan

Generate long videos in 720p/30fps from text using LongCat Video Distilled

Example

Details

Accepts
text

Pricing

Price
1.25 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.
promptrequiredstringThe prompt to guide the video generation.
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.
aspect_ratiostringenum: 16:9, 9:16, 1:1The aspect ratio of the generated video.
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.
num_refine_inference_stepsintegerThe number of inference steps to use for refinement.

Output

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