Documentation Index
Fetch the complete documentation index at: https://docs.firemoon.studio/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Kling provides cinematic-quality video generation with smooth motion and professional results. Perfect for marketing videos, social media content, and storytelling.Available Models
kling-2-1-master
The latest Kling video generation model with enhanced quality and motion smoothness. Endpoint:POST /api/v1/kling/kling-2-1-master
Best for:
- Marketing and promotional videos
- Social media content
- Product demonstrations
- Storytelling and narratives
- Inference time: 10-30 seconds (depending on duration)
- Quality: Professional cinematic
- Cost: Medium
Parameters
Required Parameters
| Parameter | Type | Description |
|---|---|---|
prompt | string | Description of the video scene and action |
Optional Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
duration | string | ”5” | Video duration in seconds (“5” or “10”) |
aspect_ratio | string | ”16:9” | Video aspect ratio (“16:9” or “9:16”) |
seed | number | random | Random seed for reproducible results |
Examples
Basic Video Generation
Marketing Video
Response Format
Best Practices
Prompt Engineering for Video
Include motion and action:- “A car driving down a winding road”
- “Waves crashing on the shore”
- “A bird flying through the sky”
- “Smooth camera pan across the landscape”
- “Drone shot flying over the city”
- “Tracking shot following the subject”
- “Slow motion water droplets falling”
- “Fast-paced city traffic”
- “Gentle floating motion”
Video Optimization
- Keep prompts concise but descriptive (under 200 characters recommended)
- Specify duration based on your needs (5s for social media, 10s for detailed scenes)
- Choose aspect ratio to match your platform (16:9 for YouTube, 9:16 for TikTok/Instagram)
- Use seeds for consistent variations
Pricing
Video generation is billed per second of output. Contact us for detailed pricing based on your usage volume.Current Limitations
- Maximum duration: 10 seconds
- Supported aspect ratios: 16:9 and 9:16
- Videos are generated at 1080p resolution
Kling videos typically take 10-30 seconds to generate. Consider implementing async processing for better user experience.