Text to Video Generation
Kling v2.5 Turbo
Text to Video
Generate videos from text prompts using the Kling v2.5 Turbo model.
POST
Text to Video Generation
Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This API supports Kling v2.5 Turbo video generation model. Please refer to Kling’s official documentation for more details.
Overview
Generate videos from text prompts using the Kling v2.5 Turbo model with faster generation speed and optimized performance.Key Features
- Fast text-to-video generation
- Multiple aspect ratio options (16:9, 9:16, 1:1)
- Standard and Professional quality modes
- 5s or 10s duration
Quality Modes
| Mode | Description |
|---|---|
std | Standard Mode - Cost-effective, suitable for quick previews |
pro | Professional Mode - Higher quality output, longer processing time |
Example Requests
Basic Text-to-Video
Professional Quality Video
Parameters
mode
- Options:
std,pro - Default:
std
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Positive text prompt. Cannot exceed 2500 characters.
Maximum string length:
2500Negative text prompt. Cannot exceed 2500 characters.
Maximum string length:
2500Video generation mode
std: Standard Mode, which is cost-effective.
pro: Professional Mode, generates videos use longer duration but higher quality video output.
Available options:
std, pro The aspect ratio of the generated video frame (width:height)
Available options:
16:9, 9:16, 1:1 Video Length in seconds
Available options:
5, 10 Response
202 - application/json
Accepted - Task created successfully