kling
kling/kling-video-v2-6-pro-text-to-video/Released Dec 2025

Kling 2.6 Pro - Text to Video

Generates 1080p videos from text with native synchronized audio, including dialogue, sound effects, and lip-sync.

Provider
kling
Modality
text-to-video
Released
Dec 2025
Pricing
$0.07 / sec$0.14 / sec (with audio)

Ready to build with Kling 2.6 Pro - Text 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-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.",
  "negative_prompt": "blur, distort, and low quality",
  "aspect_ratio": "16:9",
  "duration": 5,
  "generate_audio": false,
  "cfg_scale": 0.5
}'