LLM Perks

Kling 3.0 Turbo

Kling
Free right now Video generation

Kling 3.0 Turbo is a video generation model from Kling. It is currently free at 1 provider with up to — tokens of context.

Developer
Kling
Type
Video generation

Where to use Kling 3.0 Turbo for free

Each row is a separate free endpoint with its own limits.

ProviderContextLimitCard
OrcaRouter
kling/kling-3-turbo
— Free tier — Open

Quick start

curl https://api.orcarouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $ORCAROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling/kling-3-turbo",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Example for OrcaRouter. Any OpenAI-compatible client works: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

This model is not on the Artificial Analysis leaderboard yet. We do not publish our own estimates.

FAQ

Is Kling 3.0 Turbo free?

Yes. As of September 26, 2026, Kling 3.0 Turbo is free at OrcaRouter. Each provider has its own limits — see the table above.

How do I call Kling 3.0 Turbo via API?

Use any OpenAI-compatible client with base URL https://api.orcarouter.ai/v1, model ID kling/kling-3-turbo, and a OrcaRouter key.