Try Kling 2.6 Pro - Text to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
kling-video-v2-6-pro-text-to-video
Kling 2.6 Pro - Text to Video is a video generation model. It excels in generating short 1080p videos from text prompts with optional native synchronized audio, including lip-sync, dialogue, sound effects, and ambient sounds, reducing the need for post-production editing compared to models that output silent clips.
Some other noteworthy features of Kling 2.6 Pro - Text to Video include support for multiple aspect ratios (16:9, 9:16, 1:1), bilingual voice output (English/Chinese), image-to-video prompts, and Pro mode for higher detail.
| Metric | Value |
|---|---|
| Parameter Count | Unknown |
| Mixture of Experts | Unknown |
| Context Length | Unknown |
| Multilingual | Yes |
| Quantized* | Unknown |
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | "A close up of a blonde woman surfer in a wet suit, with a wave behind her, paddling to get momentum before standing up, on her stomach, looking back over her shoulder at the wave coming in." | Text description of what you want to generate, or the instruction on how to edit the given image. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
negative_prompt | string | "blur, distort, and low quality" | Text description of what you do not want the model to do. |
aspect_ratio | string | "16:9" | Video aspect ratio One of: 9:16, 16:9, 1:1. |
duration | integer | 5 | Video duration in seconds One of: 5, 10. |
generate_audio | boolean | false | Generate audio with the video. |
cfg_scale | number | 0.5 | The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt. Default value: 0.5 Range: 0 – 10. |