← All models
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
| Field | Type | Description |
|---|---|---|
| fps | integer | The frame rate of the generated video. |
| seed | — | The seed for the random number generator. |
| promptrequired | string | The prompt to guide the video generation. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| num_frames | integer | The number of frames to generate. |
| aspect_ratio | stringenum: 16:9, 9:16, 1:1 | The aspect ratio of the generated video. |
| video_quality | stringenum: low, medium, high, maximum | The quality of the generated video. |
| video_write_mode | stringenum: fast, balanced, small | The write mode of the generated video. |
| video_output_type | stringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif) | The output type of the generated video. |
| num_inference_steps | integer | The number of inference steps to use. |
| enable_safety_checker | boolean | Whether to enable safety checker. Disabling it requires account authorization; unauthorized requests are always checked. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. |
| num_refine_inference_steps | integer | The number of inference steps to use for refinement. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |
| prompt | string | The prompt used for generation. |