Kling Omni Video O1 Video-Edit enables conversational video editing through natural language commands. Remove objects, change backgrounds, modify styles, adjust weather/lighting, and transform scenes with simple text instructions like 'remove pedestrians' or 'change daytime to dusk'. Ready-to-use REST API, best performance, no coldstarts, affordable pricing.
Bezczynny
$0.84za uruchomienie·~11 / $10
Replace the gemstone necklace with a pearl necklace
Turn the bouquet into a teddy bear
Replace the background with a cherry blossom tree.
Replace faces.
Change the girl's clothes into red dresses.
Kling Omni Video O1 is Kuaishou's groundbreaking unified multi-modal video model. The Video-Edit mode revolutionizes video editing through natural language — simply describe what you want to change, and the AI performs pixel-level semantic reconstruction.
Edit videos with simple text commands:
The model supports editing:
The MVL system interprets your intent and performs:
Upload Your Video Provide the source video you want to edit.
Describe Your Edit Write a natural language command for the modification.
Example: "Remove all cars from the street and change the time to golden hour"
Set Parameters Choose output format and quality settings.
Generate Receive your edited video with seamless modifications.
| Item | Value |
|---|---|
| Per Second | $0.168 |
| Duration Range | 3-10 seconds |
Supports video duration between 3 and 10 seconds. Videos shorter than 3s are billed at 3s; videos longer than 10s are billed at 10s.
Maximum input file size: 200 MB
If you upload a video larger than 200 MB, the system may still return an output, but:
The edit is very likely to fail or look severely degraded
Results may not follow your instructions reliably
For best results, please compress or trim your video so that the uploaded file is ≤ 200 MB.
| Command | Effect |
|---|---|
| "Remove the logo" | Cleans branded elements |
| "Make it night time" | Adjusts lighting and atmosphere |
| "Add rain effects" | Inserts weather elements |
| "Change hair color to blonde" | Modifies character appearance |
| "Replace background with beach" | Swaps environment |
If you need quicker turnaround times and more affordable pricing, check out Kling Video O1 Video-Edit Fast — a streamlined version optimized for speed and cost efficiency.
WaveSpeedAI Video Face Swap AI video face swap model from WaveSpeedAI for realistic, frame-consistent identity replacement in short-form content, marketing videos, and UGC-style clips.
WaveSpeedAI Video Head Swap Full head swap model that preserves body motion and scene layout while replacing the performer’s head, ideal for digital avatars, commercials, and creative character videos.
WaveSpeedAI Video Eraser AI video object removal and background cleanup tool that erases people, logos, or unwanted items frame by frame, generating clean, professional-looking footage for editing and post-production.
Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/kwaivgi/kling-video-o1/video-edit with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Kling Video O1 Video Edit below.
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/kwaivgi/kling-video-o1/video-edit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WAVESPEED_API_KEY" \
-d '{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"video": "https://example.com/your-input.mp4",
"keep_original_sound": true
}'
# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
-H "Authorization: Bearer $WAVESPEED_API_KEY"
# When status is "completed", read the output from data.outputs[0].// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env
const result = await client.run("kwaivgi/kling-video-o1/video-edit", {
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"video": "https://example.com/your-input.mp4",
"keep_original_sound": true
});
console.log(result.outputs[0]); // → URL of the generated output# pip install wavespeed
import wavespeed
output = wavespeed.run(
"kwaivgi/kling-video-o1/video-edit",
{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"video": "https://example.com/your-input.mp4",
"keep_original_sound": true
}
)
print(output["outputs"][0]) # → URL of the generated outputKling Video O1 Video Edit is a Kuaishou model for video editing, exposed as a REST API on WaveSpeedAI. Kling Omni Video O1 Video-Edit enables conversational video editing through natural language commands. Remove objects, change backgrounds, modify styles, adjust weather/lighting, and transform scenes with simple text instructions like 'remove pedestrians' or 'change daytime to dusk'. Ready-to-use REST API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.
POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/kwaivgi/kwaivgi-kling-video-o1-video-edit.
Kling Video O1 Video Edit starts at $0.84 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.
Key inputs: `prompt`, `images`, `video`, `keep_original_sound`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/kwaivgi/kwaivgi-kling-video-o1-video-edit.
Average end-to-end generation time on WaveSpeedAI is around 202 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.
Commercial usage rights depend on the model's license, set by its provider (Kuaishou). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.