Skip to main content

Try Kling 2.6 Pro - Image to Video in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: kling-video-v2-6-pro-image-to-video Kling 2.6 Pro - Image to Video is a Diffusion model designed for generating short video clips from a static input image. It excels in producing motion with visual consistency from the reference image, along with optional synchronized native audio including sound effects and dialogue. Some other noteworthy features of Kling 2.6 Pro - Image to Video include support for 1080p resolution in 16:9, 9:16, or 1:1 aspect ratios, and clip durations of 5 or 10 seconds.
MetricValue
Parameter CountUnknown
Mixture of ExpertsUnknown
Context LengthUnknown
MultilingualNo
Quantized*Unknown
*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-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."
}'

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-6-pro-image-to-video

Request parameters

Required parameters

FieldTypeDefaultDescription
promptstring"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."Text description of what you want to generate, or the instruction on how to edit the given image.

Optional parameters

FieldTypeDefaultDescription
input_imagestring"https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/man-hiking.png"Image to use as reference. Must be jpeg, png, gif, or webp. Format: uri.
negative_promptstring"blur, distort, and low quality"Text description of what you do not want the model to do.
durationinteger5Video duration in seconds One of: 5, 10.
generate_audiobooleanfalseGenerate audio with the video.