Text to Video
Generate videos from text prompts using the Kling v2.6 model with audio generation support.
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.
Overview
Generate videos from text prompts using the Kling v2.6 model with built-in audio generation support.Key Features
- Text-to-video generation with audio
- Multiple aspect ratio options (16:9, 9:16, 1:1)
- Standard and Professional quality modes
- 5s or 10s duration
- Audio generation support (new in v2.6)
Quality Modes
| Mode | Description |
|---|---|
std | Standard Mode - Cost-effective, suitable for quick previews |
pro | Professional Mode - Higher quality output, longer processing time |
Audio Generation
Thesound parameter enables automatic audio generation:
on: Generate video with synchronized audiooff: Generate silent video (default)
Example Requests
Basic Text-to-Video with Audio
Professional Quality Video
Silent Video
Parameters
sound
- Options:
on,off - Default:
off - Note: Only v2.6 and later versions support this parameter
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Positive text prompt. Cannot exceed 2500 characters.
2500Negative text prompt. Cannot exceed 2500 characters.
2500Generate audio simultaneously when generating videos.
on: Enable audio generationoff: Disable audio generation (silent video)
on, off Video generation mode
std: Standard Mode, which is cost-effective.
pro: Professional Mode, generates videos use longer duration but higher quality video output.
std, pro The aspect ratio of the generated video frame (width:height)
16:9, 9:16, 1:1 Video Length in seconds
5, 10 Response
Accepted - Task created successfully