GET

/v1/schemas/fal/video/fal-ai%2Fcosmos-predict-2.5%2Fdistilled%2Ftext-to-video

kind inputactivity videohash 20f1fd3bextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

8 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe text prompt describing the video to generate.
seedintegerRandom seed for reproducible generation.nullable
video_qualityenumThe quality of the output video.low | medium | high | maximum · default: "high"
negative_promptstringA negative prompt to guide generation away from undesired content.default: "The video captures a series of …
video_output_typeenumThe format of the output video.X264 (.mp4) | VP9 (.webm) | PRORES4444 (.mov) | GIF (.gif) · default: "X264 (.mp4)"
num_inference_stepsintegerNumber of denoising steps. Distilled model works well with fewer steps.1 ≤ n ≤ 20 · default: 10
num_framesintegerNumber of frames to generate. Must be between 9 and 93.9 ≤ n ≤ 93 · default: 93
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.default: false

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/cosmos-predict-2.5/distilled/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}