Models
| Model | Resolution | Aspect Ratio |
|---|---|---|
kuaishou/kling-o1-image | 1k, 2k | No 4k |
kuaishou/kling-3.0-omni-image | 1k, 2k, 4k | Adds auto (default) |
Parameters
O1 Image (kuaishou/kling-o1-image)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text description. Use @Image1, @Image2 to reference inputs |
resolution | string | No | "1k" | "1k", "2k" |
aspect_ratio | string | No | "auto" | "auto", "1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3", "21:9" |
image_urls | string[] | No | - | Reference image URLs (max 10). Use @Image1, @Image2 in prompt |
v3.0 Omni Image (kuaishou/kling-3.0-omni-image)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text description. Use @Image1, @Image2 to reference inputs |
resolution | string | No | "1k" | "1k", "2k", "4k" |
aspect_ratio | string | No | "auto" | "auto", "1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3", "21:9" |
image_urls | string[] | No | - | Reference image URLs (max 10). Use @Image1, @Image2 in prompt |
