Giảm 50% mô hình Vidu Q3 & Q3 Pro · Chỉ trên WaveSpeedAI | 20/5 – 2/6

Kling Video O3 Pro Video Edit

kwaivgi /

Kling Omni Video O3 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
Input

Kéo & thả hoặc nhấp để tải lên

Kéo & thả hoặc nhấp để tải lên

preview
Whether to keep the original sound from the video.

Idle

$0.84per run·~11 / $10

Next:

ExamplesView all

Change the man‘s clothe in the Figure 1.

Related Models

README

Kling Video O3 Pro Video Edit

Kling Video O3 Pro Video Edit is Kuaishou's most advanced video editing model, enabling natural-language-driven edits on existing video footage. Upload a video, describe the change you want — swap objects, alter scenes, shift styles — and get high-quality edited results with preserved motion and structure. Supports up to 4 reference images for precise visual guidance and optional original audio retention.

Why Choose This?

  • Prompt-driven editing Describe your edits in plain language — no timeline, no masks, no manual keyframing required.

  • Reference image support Attach up to 4 reference images to guide the target element, scene, or style in the output.

  • Audio preservation Keep the original soundtrack intact with the keep_original_sound option.

  • Element list control Lock in specific visual elements — characters, objects, or styles — to maintain consistency across the entire clip.

  • Scene-level understanding The model recognizes objects, backgrounds, and context within the video to apply accurate, context-aware edits.

  • Motion-consistent output Edits blend naturally across frames with strong temporal coherence — minimal flicker or ghosting.

Parameters

ParameterRequiredDescription
promptYesText description of the desired edit.
videoYesInput video to edit (URL or upload).
imagesNoUp to 4 reference images for element, scene, or style guidance.
keep_original_soundNoWhether to keep the original sound from the video. Default: enabled.
shot_typeNoEditing mode: intelligent (default, auto-determines edit scope) or customize.
element_listNoList of visual elements to maintain consistency throughout the clip.

How to Use

  1. Upload your video — drag-and-drop, file upload, or paste a public URL.
  2. Write your prompt — describe exactly what should change (e.g., "Change the man's clothes in Figure 1.").
  3. Add reference images (optional) — attach up to 4 images to steer the look of elements or styles.
  4. Set audio preference — toggle keep_original_sound to preserve or remove original audio.
  5. Select shot_type (optional) — use intelligent for automatic edit scope, or customize for manual control.
  6. Add element list items (optional) — see Notes below for how to use elements effectively.
  7. Run — submit and download the edited video.

Pricing

DurationCost
3s (minimum)$0.504
5s$0.840
10s (maximum)$1.680

Billing Rules

  • Base rate: $0.84 per 5 seconds ($0.168 per second)
  • Minimum billed duration: 3 seconds
  • Maximum billed duration: 10 seconds

Best Use Cases

  • Social Media Campaigns — Quickly swap products, backgrounds, or props in short-form videos.
  • Brand & Marketing — Replace or update branded elements across video assets without reshooting.
  • E-commerce — Edit product videos to showcase different variants, colors, or settings from a single source clip.
  • Creative Exploration — Experiment with style changes, scene swaps, and visual concepts on existing footage.
  • Storytelling & Film — Adjust scene details, atmosphere, or objects to refine narrative visuals in post-production.

Pro Tips

  • Use clear, specific prompts describing exactly what should change for best results.
  • Reference images work best when they clearly represent the target element or style.
  • Keep keep_original_sound enabled when audio continuity matters for your project.
  • Test edits on shorter clips first, then apply to longer footage once satisfied.
  • Ensure video URLs are publicly accessible — a preview thumbnail in the interface confirms the link works.

Notes

  • Both prompt and video are required fields.
  • Billed duration is clamped between 3 and 10 seconds regardless of actual video length.
  • Using element_list: First use Kling Elements to generate your element and note its name and ID. Then simply write the element name naturally in your prompt, and enter the corresponding element ID in the element_list field. No special characters or syntax required.
  • If using a URL, make sure it is publicly accessible.

Related Models

Accessibility:This website uses AI models provided by third parties.

Kling Video O3 Pro Video Edit API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/kwaivgi/kling-video-o3-pro/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 O3 Pro Video Edit below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/kwaivgi/kling-video-o3-pro/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,
    "shot_type": "customize"
}'

# 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-o3-pro/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,
        "shot_type": "customize"
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "kwaivgi/kling-video-o3-pro/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,
    "shot_type": "customize"
}
)

print(output["outputs"][0])  # → URL of the generated output

Kling Video O3 Pro Video Edit API — Frequently asked questions

What is the Kling Video O3 Pro Video Edit API?

Kling Video O3 Pro Video Edit is a Kuaishou model for video editing, exposed as a REST API on WaveSpeedAI. Kling Omni Video O3 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 O3 Pro 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-o3-pro-video-edit.

How much does Kling Video O3 Pro Video Edit cost per run?

Kling Video O3 Pro 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 O3 Pro Video Edit accept?

Key inputs: `prompt`, `images`, `video`, `element_list`, `keep_original_sound`, `shot_type`. 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-o3-pro-video-edit.

How do I get started with the Kling Video O3 Pro Video Edit API?

Sign up for a free WaveSpeedAI account to claim starter credits, copy your API key from /accesskey, then call the endpoint shown in the API tab of the playground. The playground also auto-generates a code sample in Python, JavaScript, or cURL for the parameters you've set.

Can I use Kling Video O3 Pro 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.