kling/kling-video-v2-5-turbo-pro-image-to-video/Released Sep 2025

Kling v2.5 - Image to Video

Transforms single images into smooth, cinematic videos with natural motion, realistic camera work like dolly zooms, and preserved style.

Commercial use
Provider
kling
Modality
Video
Released
Sep 2025
Pricing
$0.07 / sec

Ready to build with Kling v2.5 - Image 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-v2-5-turbo-pro-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
}'