> For the complete documentation index, see [llms.txt](https://docs.daisy.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daisy.so/core-tools/create/animation/kling.md).

# Kling

**Versatile video generation with audio support**

Kling offers the widest range of video models in daisy, from the affordable Kling 3 Standard to the thinking-powered Kling O1. All Kling 3 models support audio generation and durations up to 15 seconds.

## Models

### Kling 3 Standard

| Duration | 1x  | 1x + Audio | 4x    | 4x + Audio |
| -------- | --- | ---------- | ----- | ---------- |
| 5s       | 105 | 158        | 395   | 593        |
| 10s      | 210 | 315        | 791   | 1,186      |
| 15s      | 315 | 473        | 1,186 | 1,779      |

### Kling 3 Pro

| Duration | 1x  | 1x + Audio | 4x    | 4x + Audio |
| -------- | --- | ---------- | ----- | ---------- |
| 5s       | 168 | 252        | 632   | 949        |
| 10s      | 336 | 504        | 1,265 | 1,897      |
| 15s      | 504 | 756        | 1,897 | 2,846      |

Select **Kling** from the model dropdown, then toggle **Pro** to switch between Kling 3 Standard and Kling 3 Pro.

### Kling O1

| Duration | 1x  | 4x  |
| -------- | --- | --- |
| 5s       | 68  | 258 |
| 10s      | 135 | 516 |

Kling O1 is a "thinking" model that produces the highest quality results. It's available as a separate model selection (not through the Pro toggle).

## Capabilities

### Audio

Kling 3 Standard and Kling 3 Pro can generate videos with synchronized audio. Enable the **Audio** toggle — this roughly doubles the credit cost.

### Video Edit

Kling O1 can edit existing videos. Upload a source video and describe the changes you want.

| Video Edit  | Credits |
| ----------- | ------- |
| Short video | 102     |
| Long video  | 228     |

### Durations

* **Kling 3 Standard/Pro** — 5s, 10s, or 15s
* **Kling O1** — 5s or 10s

### Batch (4x)

Generate 4 videos at once with \~6% per-video savings.

***

**Back to** [**Animation Overview →**](/core-tools/create/animation.md) | **Full pricing at** [**Credits →**](/pricing/credits.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.daisy.so/core-tools/create/animation/kling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
