
kling-video-v3
Cheaper. More stable. One-stop API aggregation.
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.
Mode std/pro · duration 3–15s · with_audio · image_urls (1–2) · std $0.0776/s · std+audio $0.1035/s · pro+audio $0.1294/s
POST/v1/videos
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
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}