Kling 3.0 Turbo

kling/kling-3-turbo
New
by Kling · 2026-06-17

Kling 3.0 Turbo is Kuaishou's speed-optimized model in the Kling 3.0 generation, built for fast, cost-efficient video with native audio bundled in. It handles both text-to-video and image-to-video with strong prompt adherence, stable motion, and multi-shot storyboarding (up to six shots in a single generation), and brings a standout lip-sync improvement for natural talking-head and dialogue clips — all at noticeably faster output than the Standard and Pro variants in the same generation. It outputs 720p or 1080p, produces 3–15 second clips, and bills per second with audio included.

INPUT/ 1M tokens
OUTPUT/ 1M tokens
p50 TTFT7d
p95 TTFT7d
TRAFFIC1.7Mtokens / 7d

Code samples

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="kling/kling-3-turbo",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Pricing

Per request$0.1120
CurrencyUSD
Flat fee per API call (image generation models)

Performance

p50 TTFT
Output speed
p95 TTFT
Error rate
0%

Public benchmarks

Source: Design Arena

FAQ

How much does Kling: Kling 3.0 Turbo cost on OrcaRouter?
Kling: Kling 3.0 Turbo is priced at $0.1120 per request via OrcaRouter (flat per-call fee, charged per generation rather than per token).
What is Kling: Kling 3.0 Turbo's context window?
Kling: Kling 3.0 Turbo supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Kling: Kling 3.0 Turbo via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="kling/kling-3-turbo" in the chat.completions.create call.
Does OrcaRouter rate-limit Kling: Kling 3.0 Turbo?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

Kling: Kling 3.0 Turbopricing pendingvia OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/kling/kling-3-turbo" target="_blank"> <img src="https://www.orcarouter.ai/embed/kling/kling-3-turbo.svg" alt="Kling: Kling 3.0 Turbo on OrcaRouter" /> </a>
Markdown [![Kling: Kling 3.0 Turbo](https://www.orcarouter.ai/embed/kling/kling-3-turbo.svg)](https://www.orcarouter.ai/models/kling/kling-3-turbo)