ลด 50% โมเดล Vidu Q3 และ Q3 Pro · เฉพาะที่ WaveSpeedAI | 20 พ.ค. – 2 มิ.ย.

Kling Video O1 Video Edit

kwaivgi /

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.

video-to-video
อินพุต

ลากและวางหรือคลิกเพื่ออัปโหลด

Select whether to keep the video original sound through the parameter

ว่าง

$0.84ต่อครั้ง·~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.

โมเดลที่เกี่ยวข้อง

README

Kling Omni Video O1 — Video Edit

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.

🌟 Key Capabilities

Conversational Editing

Edit videos with simple text commands:

  • "Remove the pedestrians from the background"
  • "Change daytime to dusk"
  • "Replace the character's clothing with a red dress"
  • "Add snow falling in the scene"

Comprehensive Modification

The model supports editing:

  • Content — Add, remove, or modify objects and people
  • Angles & Perspectives — Adjust camera viewpoints
  • Backgrounds — Replace or modify scene environments
  • Local Elements — Edit specific parts of the frame
  • Styles & Colors — Apply artistic transformations
  • Weather & Lighting — Change atmospheric conditions

Semantic Understanding

The MVL system interprets your intent and performs:

  • Pixel-level semantic reconstruction
  • Context-aware modifications
  • Coherent multi-frame changes
  • Natural blending of edits

🎬 Core Features

  • Natural Language Control — Describe edits in plain text
  • Object Removal — Clean removal without artifacts
  • Style Transfer — Apply artistic and visual styles
  • Scene Modification — Change environments and settings
  • Element Replacement — Swap objects, clothing, and more

🚀 How to Use

  1. Upload Your Video Provide the source video you want to edit.

  2. 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"

  1. Set Parameters Choose output format and quality settings.

  2. Generate Receive your edited video with seamless modifications.

💰 Pricing

ItemValue
Per Second$0.168
Duration Range3-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.

⚠️ Important Note (File Size Limit)

  • 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.

💡 Pro Tips

  • Be specific about what to change and how
  • Use clear spatial terms ("left side," "background," "foreground")
  • Combine multiple edits in one prompt when related
  • For complex edits, break them into sequential steps

📝 Example Commands

CommandEffect
"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

⚡ Looking for Faster Results?

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.

More Model to Try

  • 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.

การเข้าถึง:เว็บไซต์นี้ใช้โมเดล AI ที่จัดหาโดยบุคคลที่สาม

Kling Video O1 Video Edit API — Quick start

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.

HTTP example
# 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].
Node.js example
// 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
Python example
# 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 output

Kling Video O1 Video Edit API — Frequently asked questions

What is the Kling Video O1 Video Edit API?

Kling 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.

How do I call the Kling Video O1 Video Edit API?

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.

How much does Kling Video O1 Video Edit cost per run?

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.

What inputs does Kling Video O1 Video Edit accept?

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.

How long does Kling Video O1 Video Edit take to generate?

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.

Can I use Kling Video O1 Video Edit outputs commercially?

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.