APIVideo Generation
Kling 2.5 Turbo
Configurable fields and supported values for kling-2.5-turbo.
Model ID
kling-2.5-turbo
Capabilities
| Capability | Supported value |
|---|---|
| Text-to-video | Yes |
| Image-to-video | Yes |
| Multi-image / reference video | No |
| Start/end frames | No |
| Motion transfer | No |
| Audio input | No |
| Generated audio | No |
| Resolution | 720p, 1080p |
| Aspect ratio | 1:1, 16:9, 9:16 |
Duration (seconds) | Any integer from 4 to 10 |
Configurable fields
| Field | Required | Notes |
|---|---|---|
model | Yes | Must be kling-2.5-turbo. |
prompt | Yes | Video description or transformation instruction. |
seconds | No | Must use the supported range or fixed values above. |
input_reference | Conditional | Single reference image URL or file; provide for image-to-video and omit for text-to-video. Arrays are not supported by this model. |
size | No | Legacy pixel dimensions. Prefer extra_body.resolution and extra_body.aspect_ratio. |
extra_body.resolution | No | Select one supported resolution above. |
extra_body.aspect_ratio | No | Select one supported ratio above; omit when the ratio follows the reference image. |
extra_body.negative_prompt | No | Content or visual traits to avoid. |
extra_body.seed | No | Integer random seed. |
Do not send unsupported audio, frame, reference, or private provider fields. Account availability is determined by the model list API.
Example
{
"model": "kling-2.5-turbo",
"prompt": "A cinematic tracking shot through a coastal city",
"seconds": 4,
"extra_body": {
"resolution": "1080p",
"aspect_ratio": "16:9"
}
}Last updated on