Models
| Model | Mode | Features |
|---|---|---|
kuaishou/kling-2.1 | std, pro | Image-to-video only, end image supported |
kuaishou/kling-2.1-master | pro only | Text-to-video + image-to-video, no end image |
Kling v2.1
Image-to-video only —start_image_url is required.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | No | - | Text description (optional for i2v) |
start_image_url | string | Yes | - | Starting image URL |
end_image_url | string | No | - | End frame URL |
duration | integer | No | 5 | 5 or 10 seconds |
mode | string | No | "std" | "std" or "pro" |
audio | boolean | No | false | Generate audio for the output video |
Example
Kling v2.1 Master
Supports both text-to-video and image-to-video. Pro-only mode. No end image support.Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes* | - | *Required for text-to-video, optional for image-to-video |
start_image_url | string | No | - | Starting image URL (enables image-to-video) |
duration | integer | No | 5 | 5 or 10 seconds |
aspect_ratio | string | No | "16:9" | "16:9", "9:16", "1:1". Text-to-video only |
mode | string | No | "pro" | Pro only |
audio | boolean | No | false | Generate audio for the output video |
Example - Text-to-Video
Example - Image-to-Video
Response
Pricing
| Model | Price |
|---|---|
v2.1 std (720p) | $0.035/s |
v2.1 pro (1080p) | $0.060/s |
| v2.1 Master (1080p) | $0.085/s |
