> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mixroute.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Kling 3.0 Turbo

> Text-to-video and first-frame generation with built-in native audio. No audio switch, last frame, Omni endpoint or motion-control endpoint.

Text-to-video and first-frame generation with built-in native audio. No audio switch, last frame, Omni endpoint or motion-control endpoint.

## Model Specifications

| Item                             | Details                                                                                                                             |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| ID                               | `kling-3.0-turbo`                                                                                                                   |
| Endpoints                        | [Text to Video](/en/api-reference/endpoint/kling-text-to-video) / [Image to Video](/en/api-reference/endpoint/kling-image-to-video) |
| Standard generation resolution   | 720p / 1080p                                                                                                                        |
| Standard generation duration (s) | 3-15                                                                                                                                |

The duration above does not apply to motion control; media input may impose additional constraints on the linked endpoint pages. Put the model in the path and keep the native body structure, without metadata.

## Request Example

Set the `MIXROUTE_API_KEY` environment variable. Replace `example.com` media URLs with real, publicly accessible files.

```bash theme={null}
curl --request POST "https://api.mixroute.ai/kling/text-to-video/kling-3.0-turbo" \
  --header "Authorization: Bearer $MIXROUTE_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "prompt": "A ceramic mug on a white tabletop. Gentle camera movement and quiet room ambience.",
  "settings": {
    "resolution": "720p",
    "duration": 5,
    "aspect_ratio": "16:9"
  }
}'
```

Store submission `data.id` and use [Query Kling Task](/en/api-reference/endpoint/kling-tasks) to read status and outputs. For shared options and base pricing, see [Kling Overview](/en/api-reference/endpoint/kling).
