VARIANT · Kuaishou / Kling

Kling kling-v2.1-pro API

Same API key, same model skill workflow — switch variants by changing one model ID.

Operational · video · Commercial OK
runapi.ai
curl -X POST https://runapi.ai/api/v1/kling/image_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kling-v2.1-pro",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan."
}'
import { KlingClient } from "@runapi.ai/kling";

const client = new KlingClient();
const result = await client.imageToVideo.run({
    model: "kling-v2.1-pro",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan.",
});
require "runapi/kling"

client = RunApi::Kling::Client.new
result = client.image_to_video.run(
    model: "kling-v2.1-pro",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan."
)
npx skills add runapi-ai/kling -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/kling v1
Switch variant
OVERVIEW

kling-v2.1-pro targets the sweet spot of quality and cost within the Kling family.

  • Pay-per-call pricing in USD
  • Failed generations not charged
  • Streaming when supported by the model
  • Schema-validated tool calls
PRICING

Pricing

Failed generations are not charged
Image to video
$0.10 / second
SPEC SHEET

Technical details

Model ID kling-v2.1-pro
Provider Kuaishou
Modality video
Task type asynchronous
Billing unit second
API endpoint /api/v1/kling/image_to_video
Commercial license Yes — included via API
Status Operational
SKILLS

Model skill — kling-v2.1-pro

Install the skill once, then use the variant ID from this page while building.

# Install the model skill for app development workflows
npx skills add runapi-ai/kling -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Kling skill for this app:

1. Add runapi-ai/kling with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
HOW IT WORKS

Use kling-v2.1-pro with a model skill

01

Install

Install the model skill for this model line.

02

Configure

Set the model field to the full model ID shown on this page.

03

Call

Use the skill instructions while adding prompt, input, and callback handling to your app.

04

Receive

Read the task response, webhook callback, or cached output URL from RunAPI.

DIFFERENCES

What's different about kling-v2.1-pro

VS KLING-3.0

Image-to-video with optional final-frame control

Native 4K 60fps, 15-sec max, multi-shot storyboarding

VS KLING-AI-AVATAR-PRO

Image-to-video with optional final-frame control

1080p enhanced lip-sync + facial micro-expressions

VS KLING-AI-AVATAR-STANDARD

Image-to-video with optional final-frame control

720p basic lip-sync; ~half the cost of Pro

USE CASES

Best for

Ad & social content

Generate product launch clips and short-form ads from a text brief, cutting production from weeks to hours.

E-learning

Convert lesson scripts into animated explainer videos at scale without a camera or crew.

Creator workflows

Produce viral short-form content for social platforms directly from a prompt.

FAQ

Frequently asked questions about kling-v2.1-pro

Is the model ID stable across versions?

RunAPI keeps the model ID stable and handles compatible version refreshes without changing your request shape.

What's the rate limit on this variant?

Per-key rate limits scale with usage tier. See pricing page for current limits.

Can I switch variants later?

Yes — variant is a flag. Switch by changing the model parameter.

Does it stream?

Where streaming is available, RunAPI streams end-to-end.

Where do I report quality issues?

Open an issue on the public GitHub repo or email support.

START NOW

Start building with Kling.