You're looking at a specific version of this model. Jump to the model overview.
kwaivgi /kling-v3-video:4a8ba274
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text prompt for video generation. Max 2500 characters.
|
|
| negative_prompt |
string
|
|
Things you do not want to see in the video. Max 2500 characters.
|
| start_image |
string
|
First frame image. Supports .jpg/.jpeg/.png, max 10MB, min 300px, aspect ratio 1:2.5 to 2.5:1.
|
|
| end_image |
string
|
Last frame image. Requires start_image. Supports .jpg/.jpeg/.png, max 10MB, min 300px.
|
|
| mode |
None
|
pro
|
'standard' generates 720p, 'pro' generates 1080p.
|
| aspect_ratio |
None
|
16:9
|
Aspect ratio. Ignored when start_image is provided.
|
| duration |
integer
|
5
Min: 3 Max: 15 |
Video duration in seconds.
|
| generate_audio |
boolean
|
False
|
Generate native audio for the video.
|
| multi_prompt |
string
|
JSON array of shot definitions for multi-shot mode. Each shot: {"prompt": "...", "duration": N}. Max 6 shots, min 1s per shot, total must equal duration.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}