kling/kling-video-o3-omni/Released Feb 2026

Kling O3 Omni

Unified O3 video generation and edit

Commercial use
Video
Per video output second
720p$0.11 / sec
1080p$0.15 / sec
4k$0.55 / sec
With audio$0.18 / sec

Ready to build with Kling O3 Omni?

Sign in to grab your API key and start making requests.
bash
curl -sSf -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-o3-omni",
  "prompt": "A cat sitting on a chair",
  "video_mode": "edit",
  "resolution": "1080p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "generate_audio": false,
  "keep_audio": true
}'