← All models
Kling's Native 4K is a video generation model that directly outputs professional-grade 4K video in one step, eliminating the need for post-production upscaling
Example
Details
- Accepts
- text + image
Pricing
- Price
- 52.5 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| prompt | — | Text prompt for video generation. Either prompt or multi_prompt must be provided, but not both. |
| duration | stringenum: 3, 4, 5, 6, 7, 8… | The duration of the generated video in seconds |
| elements | — | Elements (characters/objects) to include in the video. Each example can either be an image set (frontal + reference images) or a video. Reference in prompt as @Element1, @Element2, etc. |
| cfg_scale | number | The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt. |
| shot_type | stringenum: customize, intelligent | The type of multi-shot video generation. 'intelligent' lets the model automatically determine shot structure. |
| multi_prompt | — | List of prompts for multi-shot video generation. If provided, divides the video into multiple shots. |
| end_image_url | — | URL of the image to be used for the end of the video |
| generate_audio | boolean | Whether to generate native audio for the video. Supports Chinese and English voice output. Other languages are automatically translated to English. For English speech, use lowercase letters; for acronyms or proper nouns, use uppercase. |
| negative_prompt | string | |
| start_image_url | string | URL of the image to be used for the video |
| aspect_ratio | stringenum: 16:9, 9:16, 1:1 | The aspect ratio of the generated video frame |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video |