Try Kling O1 Edit - Video to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
kling-video-o1-video-to-video-edit
Kling O1 Edit - Video to Video is a diffusion model designed for video-to-video editing. It excels in context-aware transformations using natural language instructions on input videos, preserving original motion, scene continuity, and details like character consistency while enabling element swaps, additions, deletions, or restylings.
Some other noteworthy features of Kling O1 Edit - Video to Video include camera motion transfer from reference videos, background or outfit changes with up to 4 image references, and support for 3–10 second input videos at resolutions up to 1080p.
| Metric | Value |
|---|---|
| Parameter Count | Unknown |
| Mixture of Experts | Unknown |
| Context Length | Unknown |
| Multilingual | No |
| Quantized* | Unknown |
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 | "A red bird flies in and lands in-between the two birds on the wire. They fight for positioning before settling in their spots." | Text description of what you want to generate, or the instruction on how to edit the given image. |
input_video | string | "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/birds_on_telephone_wire.mp4" | Video to use as reference. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
input_image | array<string> | [] | Optional reference images. Use @Image1, @Image2, etc. in the prompt to refer to them. |
elements | array<object> | — | Optional element references. Use @Element1, @Element2, etc. in the prompt to refer to them. |
keep_audio | boolean | false | Whether to keep the original audio from the video.. |