kling/kling-video-o1-image-to-video/Released Dec 2025
Kling O1 - Image to Video
Transforms images (with text and up to 7 references) into cinematic video clips with stable characters, controlled motion, and consistent environments.
Commercial use
Provider
kling
Modality
multi-to-video
Released
Dec 2025
Pricing
$0.12 / sec
bash
curl -sSf -X POST https://dev.hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "kling-video-o1-image-to-video",
"prompt": "Zoom into the ox, while it is walking forward on the road, change the season from winter to summer as you zoom in, cinematic",
"input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
"duration": 5
}'