WaveSpeedAI APIKwaivgiKwaivgi Kling V2.5 Turbo Pro Image To Video

Kwaivgi Kling V2.5 Turbo Pro Image To Video

Kwaivgi Kling V2.5 Turbo Pro Image To Video

Playground

Try it on WavespeedAI!

Kling 2.5 Turbo Pro: A cutting-edge solution for image-to-video generation, delivering unmatched motion fluidity, cinematic-grade visuals, and remarkable prompt precision. With its enhanced dynamic effect processing and upgraded text-to-motion responsiveness, it ensures seamless transitions while maintaining exceptional aesthetic fidelity across all styles.

Features

Kling 2.5 Turbo Pro: A cutting-edge solution for image-to-video generation, delivering unmatched motion fluidity, cinematic-grade visuals, and remarkable prompt precision. With its enhanced dynamic effect processing and upgraded text-to-motion responsiveness, it ensures seamless transitions while maintaining exceptional aesthetic fidelity across all styles.

Enhanced dynamic effect processing and upgraded text-to-motion responsiveness:

  1. Text prompt interpretation and timing control have been further improved.

New one-generation model has achieved significant advancements in text interpretation. It has optimized the text structure and internal processing architecture to precisely analyze text instructions that involve multiple steps and causal relationships. This enhances the ability of the model to fully interpret and convert static images into a narrative film with a seamless sequence, ensuring precise control over creative expression.

  1. High-speed dynamic quality and stability:

To generate more dynamic and wide-ranging motion, the new generation model has introduced advanced training methods and strategically adjusted the training data distribution. This enables the model to effectively learn and mimic the physical dynamics of the real world. It can generate actions that were previously difficult to achieve, such as high-speed movements and camera angles. The entire process not only enhances the intensity and range of motion but also ensures smooth and stable video frames, avoiding common glitches and discontinuities that commonly occur in complex dynamics.

  1. Generation inference acceleration:

The new generation model has optimized various generation frameworks to significantly improve overall inference speed. This strategy has reduced generation latency, allowing users to receive high-quality results faster, while balancing efficiency and experience.

  1. Consistency in various styles:

To ensure seamless integration with the original art style, a sophisticated image condition injection technique based on high-density training data is employed. This ensures precise capturing of the visual features of the original work, including color palette, lighting distribution, brush strokes, and overall atmosphere. As a result, even in complex dynamics, each frame of the final product retains a high level of visual consistency with the original image.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/kwaivgi/kling-v2.5-turbo-pro/image-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "guidance_scale": 0.5,
    "duration": "5"
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
imagestringYes-First frame of the video; Supported image formats include.jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px, and the aspect ratio of the image should be between 1:2.5 ~ 2.5:1.
promptstringYes-Text prompt for generation; Positive text prompt; Cannot exceed 2500 characters.
negative_promptstringNo-Negative text prompt; Cannot exceed 2500 characters.
guidance_scalenumberNo0.50.00 ~ 1.00The guidance scale to use for the generation.
durationstringNo55, 10The duration of the generated media in seconds.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

© 2025 WaveSpeedAI. All rights reserved.