infery
← All models

Cosmos Predict 2.5 2B Distilled

cosmos-predict-2.5-distilled-text-to-video

Video generationby NVIDIA

Generate video from text and videos using NVIDIA's 2B Cosmos Distilled Model

Example

Details

Accepts
text

Pricing

Price
10 cr / video

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducible generation.
promptrequiredstringThe text prompt describing the video to generate.
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_framesintegerNumber of frames to generate. Must be between 9 and 93.
video_qualitystringenum: low, medium, high, maximumThe quality of the output video.
negative_promptstringA negative prompt to guide generation away from undesired content.
video_output_typestringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif)The format of the output video.
num_inference_stepsintegerNumber of denoising steps. Distilled model works well with fewer steps.

Output

FieldTypeDescription
seedintegerThe random seed used for generation.
videoThe generated video file.