← All models
MAGI-1 distilled is a faster video generation model with exceptional understanding of physical interactions and cinematic prompts
Example
Details
- Accepts
- text + image + video
Pricing
- Price
- 10 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| promptrequired | string | The text prompt to guide video generation. |
| video_url | string | URL of the input video to represent the beginning of the video. If the input video does not match the chosen aspect ratio, it is resized and center cropped. |
| num_frames | — | Number of frames to generate. Must be between 96 and 192 (inclusive). Each additional 24 frames beyond 96 incurs an additional billing unit. |
| resolution | stringenum: 480p, 720p | Resolution of the generated video (480p or 720p). 480p is 0.5 billing units, and 720p is 1 billing unit. |
| start_frame | — | The frame to begin the generation from, with the remaining frames will be treated as the prefix video. The final video will contain the frames up until this number unchanged, followed by the generated frames. The default start frame is 32 frames before the end of the video, which gives optimal resul… |
| aspect_ratio | stringenum: auto, 16:9, 9:16, 1:1 | Aspect ratio of the generated video. If 'auto', the aspect ratio will be determined automatically based on the input image. |
| num_inference_steps | integerenum: 4, 8, 16, 32 | Number of inference steps for sampling. Higher values give better quality but take longer. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
| image_url | string | URL of the input image to represent the first frame of the video. If the input image does not match the chosen aspect ratio, it is resized and center cropped. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |