Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Kling-Text2Video-V1.6-Standard API Usage Guide
Overview
Kling-Text2Video-V1.6-Standard transforms text prompts into short, high-quality video clips with smooth motion and strong prompt alignment. This model is optimized for speed and accessibility, making text-to-video generation efficient for rapid concept prototyping and creative experiments.Key Features:
- High Quality: Generates videos up to 720p resolution with smooth motion
- Fast Processing: Optimized for standard use cases with quick turnaround
- Strong Prompt Alignment: Improved fidelity in interpreting and visualizing input prompts
- Flexible Duration: Generate videos from 5 to 10 seconds
- Multiple Aspect Ratios: Support for landscape (16:9), portrait (9:16), and square (1:1) formats
- Creative Control: CFG scale parameter for fine-tuning generation flexibility
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Submit Video Generation Request
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
model | string | Yes | Model identifier | - | Must be “Kling-Text2Video-V1.6-Standard” |
payload.prompt | string | No | Text prompt describing the desired video | "" | Max 2500 characters |
payload.negative_prompt | string | No | Text describing what to avoid | "" | Max 2500 characters |
payload.duration | string | No | Video length in seconds | ”5” | Options: “5”, “10” |
payload.aspect_ratio | string | No | Video aspect ratio | ”16:9” | Options: “16:9”, “9:16”, “1:1” |
payload.cfg_scale | float | No | Generation flexibility control | 0.5 | 0.0 to 1.0 |
Response
Check Request Status
Endpoint
Example
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting to be processed |
processing | Video generation is in progress |
success | Video generation completed successfully |
failed | Video generation failed |
cancelled | Request was cancelled |
List Your Requests
Endpoint
Example
Get Model Information
Endpoint
Example
List Available Models
Endpoint
Example
Response
Video Specifications
- Duration: 5-10 seconds
- Aspect Ratios:
- Landscape: 16:9 (default)
- Portrait: 9:16
- Square: 1:1
- Quality: Up to 720p resolution with smooth motion
- Format: MP4 video with thumbnail image
Tips for Better Results
- Clear, Descriptive Prompts: Use specific, detailed descriptions for better video quality
- Motion Description: Include details about camera movement and scene dynamics
- Negative Prompts: Use negative prompts to avoid unwanted elements like blur or distortion
- CFG Scale Tuning:
- Lower values (0.3-0.5): More creative, less prompt adherence
- Higher values (0.7-1.0): More prompt adherence, less creative variation
- Aspect Ratio Selection: Choose based on intended use (16:9 for landscape, 9:16 for mobile, 1:1 for social media)