← All models
Kandinsky 5.0 Pro is a diffusion model for fast, high-quality text-to-video generation.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 25 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for generation. If not provided, a random seed will be used. |
| promptrequired | string | The prompt to generate the video from. |
| duration | string | Video duration. |
| image_url | string | The URL of the image to use as a reference for the video generation. |
| resolution | stringenum: 512P, 1024P | Video resolution: 512p or 1024p. |
| acceleration | — | Acceleration level for faster generation. |
| num_inference_steps | integer | |
| aspect_ratio | stringenum: 3:2, 1:1, 2:3 | Aspect ratio of the generated video. One of (3:2, 1:1, 2:3). |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |