← All models
Kling Video V3 — video model on LumeAPI

Kling Video V3

kling-video-v3

Cheaper. More stable. One-stop API aggregation.

Introduction

Kling Video V3 (Kuaishou) supports std/pro quality, optional audio, and 3–15s durations via async `/v1/videos`.

Model id `kling-video-v3`.

Portal from-price is $0.0776/s (official ref $0.0882/s).

Use image_urls for I2V when documented for your mode.

Pricing

Official$0.0882/s
LumeAPIfrom $0.0776 / s
per second

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call examplekling-video-v3
curl https://api.lumeapi.site/v1/videos \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-video-v3",
    "prompt": "Cinematic drone shot over mountains"
  }'
# then poll GET https://api.lumeapi.site/v1/videos/{id}