kling/kling-video-v2-6-pro-image-to-video/Released Dec 2025
Kling 2.6 Pro - Image to Video
Transforms static images into cinematic videos with synchronized audio, dialogue, and sound effects in 1080p.
Commercial use
Provider
kling
Modality
image-to-video
Released
Dec 2025
Pricing
$0.07 / sec$0.14 / sec (with audio)
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-v2-6-pro-image-to-video",
"prompt": "A man making it to the summit on top of a mountain. The man raises his arms in victory and exhales a sigh of relief.",
"input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/man-hiking.png",
"negative_prompt": "blur, distort, and low quality",
"duration": 5,
"generate_audio": false
}'