kling
kling/kling-video-o3-pro-reference-to-video/Released Feb 2026

Kling O3 Pro - Reference to Video

Kling o3 Pro reference-to-video model generates videos from a reference image and text prompt describing motion and cinematic intent.

Provider
kling
Modality
multi-to-video
Released
Feb 2026
Pricing
$0.22 / sec$0.22 / sec (with audio)

Ready to build with Kling O3 Pro - Reference 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-o3-pro-reference-to-video",
  "negative_prompt": "blur, distort, and low quality",
  "aspect_ratio": "16:9",
  "generate_audio": false,
  "duration": 5
}'