Kling AI released the latest 1.6 model on December 19, 2024. Compared to Kling 1.5, this model achieves up to a 195% improvement in image-to-video generation capabilities, and has been comprehensively optimized in prompt understanding, physical effects, and visual effects, setting a new benchmark for AI video creation.
Request
Header Params
Body Params application/json
Example
{"aspect_ratio":"16:9","duration":5,"guidance_scale":0.5,"prompt":"An ancient mage in flowing robes walking alone through a vast desert, holding a glowing staff. The sun sets behind him, long shadows, sand swirling around. Magical realism, solemn and mystical tone"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/kwaivgi/kling-v1.6-t2v-standard' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"duration": 5,
"guidance_scale": 0.5,
"prompt": "An ancient mage in flowing robes walking alone through a vast desert, holding a glowing staff. The sun sets behind him, long shadows, sand swirling around. Magical realism, solemn and mystical tone"
}'