Skip to main content

Try Kling v2.5 - Image to Video in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: kling-video-v2-5-turbo-pro-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.
MetricValue
Parameter CountUnknown
Mixture of ExpertsUnknown
Context LengthUnknown
MultilingualYes
Quantized*Yes
Precision*FP8
*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
curl -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"
}'

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.
curl -H "Authorization: Bearer $OXEN_API_KEY" https://hub.oxen.ai/api/ai/models/kling-video-v2-5-turbo-pro-image-to-video

Request parameters

Required parameters

FieldTypeDefaultDescription
promptstring"Zoom into the ox, while it is walking forward on the road, change the season from winter to summer as you zoom in, cinematic"Text description of what you want to generate, or the instruction on how to edit the given image.
input_imagestring"https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png"Image to use as reference. Must be jpeg, png, gif, or webp. Format: uri.

Optional parameters

FieldTypeDefaultDescription
tail_image_urlstringImage to use as reference. Must be jpeg, png, gif, or webp. Format: uri.
durationinteger5Video duration in seconds One of: 5, 10.