About Kling v2.5 - Image to Video
Kling v2.5 - Image to Video is a video generation model designed to transform a single still image into a smooth, cinematic video sequence.
It excels in preserving the input image’s composition and style while adding natural motion, realistic camera movements, and detailed visual effects, making it well suited for short dynamic clips, product showcases, and cinematic visuals.
Some other noteworthy use cases of Kling v2.5 - Image to Video include character-focused animation with improved motion fluidity and consistency, and prompt-driven cinematic shots such as dolly zooms, aerial sweeps, and tracking shots from image-plus-text inputs.
Ready to build with Kling v2.5 - Image to Video?
Try Kling v2.5 - Image to Video in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/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
}'Request parameters
Every field Kling v2.5 - Image to Video accepts in the request body. See the API reference for response formats.
https://hub.oxen.ai/api/ai/videos/generate| Field | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text description of what you want to generate, or the instruction on how to edit the given image. |
input_image | stringuri | Yes | — | Image to use as reference. Must be jpeg, png, gif, or webp. |
tail_image_url | stringuri | No | — | Image to use as reference. Must be jpeg, png, gif, or webp. |
duration | integer | No | 5 | Range: 5 – 10 |