Get a key

Video model

Kling 3.0 Turbo API

Kling 3.0 Turbo is a video generation model from Kling, live in the video lane of the Corent catalog. It renders at 720p and 1080p in 16:9, 1:1, 9:16 with audio, served on POST /v1/videos/generate and billed only on success.

Two ways to run it

Pin it by name, or let the router earn it.

You pick

POST /v1/videos/generate{  "prompt": "a lighthouse at dusk",  "model": "corent-kling-3.0-turbo"}

Direct access runs Kling 3.0 Turbo and no other model. No substitution, flat cost-plus, billed only on success, and the receipt names the model you pinned.

The router picks

POST /v1/videos/generate{  "prompt": "a lighthouse at dusk",  "tier": "premium"}

Name a tier and the router reads the prompt, scores every live video model on quality and price, and may pick Kling 3.0 Turbo whenever it wins. Failed attempts cost $0.

First call

One key, one request.

curl -X POST https://api.corent.tech/v1/videos/generate \  -H "Authorization: Bearer $CORENT_API_KEY" \  -H "Content-Type: application/json" \  -d '{"prompt": "a fox reading a book", "model": "corent-kling-3.0-turbo"}'

The response carries the result and a receipt: the model that served you and the exact cost in cents. Full request and response shapes are in the docs.

Details

Kling 3.0 Turbo, as the API serves it today.

Pin by name
corent-kling-3.0-turbo
Modality
Video
Endpoint
POST /v1/videos/generate
Lab
Kling
Quality
9.0 out of 10, Corent's score
Status
Live
Styles
artistic, cinematic, photorealistic
Aspect ratios
16:9, 1:1, 9:16
Resolutions
720p, 1080p
Durations
3s, 4s, 5s, 6s, 7s, 8s, 9s, 10s, 11s, 12s, 13s, 14s, 15s
Audio
Generates audio with the clip

These fields come from the live catalog, the same GET /v1/models payload the full model ledger prints, so they can never drift from what the API actually serves.

FAQ

Common questions

Does Kling 3.0 Turbo have an API?

Yes. Kling 3.0 Turbo is served through the Corent API on POST /v1/videos/generate. Pin the exact name corent-kling-3.0-turbo and you get that model or nothing: no substitution, and a failed generation is never billed. One Corent key covers it alongside every other model in the catalog.

How much does Kling 3.0 Turbo cost via Corent?

Corent does not publish a per-model rate card. Direct access is flat cost-plus, you are billed only on success, and every response carries the exact charge on its receipt. Tier prices are public on the pricing page at corent.tech/pricing.

Do I have to pick Kling 3.0 Turbo?

No. Send a tier instead of a model and the router reads each prompt, picks the best live model at that moment, and reroutes on failure. Pinning corent-kling-3.0-turbo is for when you want exactly this model on every request.

Run Kling 3.0 Turbo in your next request

One key opens the whole catalog: pin Kling 3.0 Turbo, or name a tier and never pick a model again. Start with $5 in prepaid credits.

Get an API key

All models · Why orchestration · Pricing