Key Capabilities
- Text-to-video — Generate video from text prompts alone
- Camera control — Preset and custom camera movements (pan, tilt, zoom, roll)
- Multi-shot scenes — Create up to 6 shots with custom prompts and durations
- Sound effects — Optional synchronized sound effect generation (V2.6+ only)
- Standard & Pro modes — Choose cost-effective standard mode or high-quality pro mode
Quick Example
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model_name | string | No | Must be kling-v2-5-turbo |
prompt | string | Yes | Text prompt (up to 2500 characters) |
negative_prompt | string | No | Negative prompt (up to 2500 characters) |
mode | string | No | std or pro, default std |
duration | string | No | 3–15 seconds, default 5 |
aspect_ratio | string | No | 16:9, 9:16, or 1:1, default 16:9 |
cfg_scale | float | No | Prompt adherence 0–1, default 0.5 |
multi_shot | boolean | No | Enable multi-shot scene mode |
sound | string | No | on or off, default off (V2.6+ only) |
camera_control | object | No | Camera movement control |
callback_url | string | No | Task status callback URL |
API Reference
View the interactive API Playground for Kling 2.5 Turbo Text-to-Video.

