Try Kling O3 Pro: Image-to-Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
kling-video-o3-pro-image-to-video
The Kling Video O3 Pro series specializes in image-to-video generation, transforming a single input image into dynamic video sequences guided by textual descriptions of motion and action. It supports customizable duration (1-10 seconds), aspect ratios (16:9, 9:16, 1:1), motion strength, and advanced inference parameters like guidance scale and number of steps for fine-tuned control over output quality and style. Ideal for creating realistic animations, product demos, and creative video content from static visuals.
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- Basic parameters
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | — | Text prompt describing the motion or action for the video |
input_image | string | — | Start frame to generate the video from. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
tail_image_url | string | — | Frame to end the generation on. Format: uri. |
duration | integer | 5 | Length of this shot in seconds. Range: 1 – 15. |
aspect_ratio | string | "16:9" | Aspect ratio of the generated video One of: 16:9, 9:16, 1:1. |