kling/kling-video-o1-video-to-video-edit/Released Dec 2025
Kling O1 Edit - Video to Video
Text-guided video-to-video editing that preserves motion and continuity while enabling character swaps, style changes, motion transfer, and scene transformations.
Provider
kling
Modality
video-to-video
Released
Dec 2025
Pricing
$0.18 / sec
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-o1-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
}'