← All models
Kandinsky 5.0 Distilled is a lightweight diffusion model for fast, high-quality text-to-video generation.
Example
Details
- Accepts
- text
Pricing
- Price
- 6.25 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt to guide video generation. |
| duration | stringenum: 5s, 10s | The length of the video to generate (5s or 10s) |
| resolution | string | Resolution of the generated video in W:H format. Will be calculated based on the aspect ratio(768x512, 512x512, 512x768). |
| 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 |
|---|---|---|
| video | — | The generated video file. |