WorldRouter

Models
Kuaishouvideo

Kling v3 Omni

Kling v3 omni async video route for prompt-guided video editing with optional first-frame image input.

kling-v3-omni

Quickstart

Call this model

Video task
curl -X POST "https://inference-api.worldrouter.ai/api/v3/contents/generations/tasks" \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-v3-omni",
    "content": [
      {
        "type": "text",
        "text": "A cinematic short video with smooth camera motion."
      }
    ]
  }'
Check status
curl "https://inference-api.worldrouter.ai/api/v3/contents/generations/tasks/task-123" \
  -H "Authorization: Bearer your_api_key"

Playground

Try it in the dashboard

The dashboard playground opens with this model selected and uses your team API key through the same-origin control-plane proxy.

Open Playground