Skip to main content

Try Kling 2.6 Pro - Text to Video in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: kling-video-v2-6-pro-text-to-video Kling 2.6 Pro - Text to Video is a video generation model. It excels in generating short 1080p videos from text prompts with optional native synchronized audio, including lip-sync, dialogue, sound effects, and ambient sounds, reducing the need for post-production editing compared to models that output silent clips. Some other noteworthy features of Kling 2.6 Pro - Text to Video include support for multiple aspect ratios (16:9, 9:16, 1:1), bilingual voice output (English/Chinese), image-to-video prompts, and Pro mode for higher detail.
MetricValue
Parameter CountUnknown
Mixture of ExpertsUnknown
Context LengthUnknown
MultilingualYes
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-text-to-video",
  "prompt": "A close up of a blonde woman surfer in a wet suit, with a wave behind her, paddling to get momentum before standing up, on her stomach, looking back over her shoulder at the wave coming in."
}'

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-text-to-video

Request parameters

Required parameters

FieldTypeDefaultDescription
promptstring"A close up of a blonde woman surfer in a wet suit, with a wave behind her, paddling to get momentum before standing up, on her stomach, looking back over her shoulder at the wave coming in."Text description of what you want to generate, or the instruction on how to edit the given image.

Optional parameters

FieldTypeDefaultDescription
negative_promptstring"blur, distort, and low quality"Text description of what you do not want the model to do.
aspect_ratiostring"16:9"Video aspect ratio One of: 9:16, 16:9, 1:1.
durationinteger5Video duration in seconds One of: 5, 10.
generate_audiobooleanfalseGenerate audio with the video.
cfg_scalenumber0.5The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt. Default value: 0.5 Range: 0 – 10.