About Kling O3 Omni
Kling Video 3.0 Omni is a single model for text-to-video, image-to-video with optional start and end frames, reference images, reference-video guided generation, and video editing. Pick 720p, 1080p, or 4K output resolution in one form.
Ready to build with Kling O3 Omni?
Try Kling O3 Omni in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
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",
"video_mode": "edit",
"prompt": "A cat sitting on a chair",
"generate_audio": true,
"aspect_ratio": "16:9",
"duration": 5,
"resolution": "1080p",
"keep_audio": true
}'