Kling 2.5 Turbo Image-to-Video can generate cinematic, high-quality videos from a single image and text prompt. It features a new text-temporal engine, enhanced motion rendering, and faster inference speed, resulting in smooth action and content that closely matches the given prompt.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Supports: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
The initial frame image for the video. Supported formats: .jpg, .jpeg, .png. Image size must not exceed 10MB. Minimum resolution: 300x300 pixels.
Positive prompt text for video generation. Maximum length: 2500 characters.
Duration of the generated video (in seconds).Allowed values: 5, 10
Controls generation flexibility. Higher values increase adherence to the prompt but reduce creative freedom.Value range: 0 to 1
Video generation mode. Allowed value:
Negative prompt to avoid undesired content in the video. Maximum length: 2500 characters.
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.