LumixAI logo
Kling video generation API

Kling O1 API for production videos.

Kling O1 API fits high-control video generation, character motion, product shots, image-to-video references, and production previews from one LumixAI request flow.

Model slug
kling-omni1
Credit rate
25 credits per video
Provider
Kling
Kling O1 API video generation sample

Model overview

Why use Kling O1 through LumixAI?

Kling O1 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use Kling O1 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for Kling O1 API, Kling O1 video API, and Kling video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call Kling O1 without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

Kling O1 starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
16:9, 9:16, 1:1
Resolutions
720p, 1080p
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "kling-omni1",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "16:9",
    resolution: "720p",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first Kling O1 video.

Generate with LumixAI