Kling V2.5 Turbo Standard delivers high-quality image-to-video generation at lower cost. From one image and a short prompt, it creates smooth, cinematic 720p clips that faithfully preserve style, lighting, and mood. Despite the resolution, refined motion synthesis ensures clean, stable, and detailed animation suitable for most use cases. Built with optimized pipelines, it offers fast inference for high-volume workflows. Crucially, its text comprehension and narrative coherence match the premium Turbo Pro version—producing well-timed, semantically accurate motion—making it ideal for cost-conscious creators.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"The person in the picture can’t stop crying while staring at their phone.","duration":"5","guidanceScale":0.5,"firstImageUrl":"https://www.runninghub.cn/view?filename=894738ff4452b4f3d54fad1eb032bb62ab09901004eb32c46723ff2eab896266.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NjkwMDM5MDg2MDYsInRzIjoxNzY4Mzk5MTA4NjA2LCJzaWduIjoiYjRjOWMxMjBjYThhYzEzOWIzNzMyYWEzYjE3OWI1NjUifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.24427647764157734"}
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://www.runninghub.ai/openapi/v2/kling-v2.5-turbo-std/image-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "The person in the picture can’t stop crying while staring at their phone.",
"duration": "5",
"guidanceScale": 0.5,
"firstImageUrl": "https://www.runninghub.cn/view?filename=894738ff4452b4f3d54fad1eb032bb62ab09901004eb32c46723ff2eab896266.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NjkwMDM5MDg2MDYsInRzIjoxNzY4Mzk5MTA4NjA2LCJzaWduIjoiYjRjOWMxMjBjYThhYzEzOWIzNzMyYWEzYjE3OWI1NjUifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.24427647764157734"
}'