kling
kling/kling-video-o3-4k-image-to-video/Released Feb 2026

Kling O3 4K: Image-to-Video

Animates a static image into native 4K motion with optional start/end frame anchoring and synchronized audio.

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

Ready to build with Kling O3 4K: Image-to-Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "kling-video-o3-4k-image-to-video",
  "prompt": "A cat sitting on a chair",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "duration": 5,
  "generate_audio": false
}'