kling
kling/kling-video-o3-pro-video-to-video-edit/Released Feb 2026

Kling O3 Edit - Video to Video

Edit videos using text prompts and reference images for character consistency or object replacement.

Provider
kling
Modality
video-to-video
Released
Feb 2026
Pricing
$0.34 / sec

Ready to build with Kling O3 Edit - Video to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "kling-video-o3-pro-video-to-video-edit",
  "prompt": "A red bird flies in and lands in-between the two birds on the wire. They fight for positioning before settling in their spots.",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/birds_on_telephone_wire.mp4",
  "keep_audio": false
}'