Kling Omni Video O1 image-to-video leverages MVL (Multimodal Vision Language) technology to transform static images into cinematic videos. It maintains subject consistency while adding natural motion, physics simulation, and smooth scene dynamics.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.
Bearer authentication format: Bearer {{API Key}}.
Request Body
First frame reference image. Supports Base64-encoded image or image URL. Supported formats: jpg/jpeg/png. File size must not exceed 10MB. Width and height must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1.
Positive prompt for video generation. Maximum 2500 characters.Length limit: 0 - 2500
Duration of the generated video in seconds. Supports 5 and 10 seconds.Possible values: 5, 10
Last frame reference image. Supports Base64-encoded image or image URL. When setting the last frame, the first frame (image) must also be set. Supported formats: jpg/jpeg/png. File size must not exceed 10MB. Width and height must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1.
Aspect ratio of the generated video. Required when no first frame reference image is used.Possible values: 16:9, 9:16, 1:1
Response