Kling kling-v2.1-pro API
Same API key, same model skill workflow — switch variants by changing one model ID.
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
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
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 |
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
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.
Use kling-v2.1-pro with a model skill
Install
Install the model skill for this model line.
Configure
Set the model field to the full model ID shown on this page.
Call
Use the skill instructions while adding prompt, input, and callback handling to your app.
Receive
Read the task response, webhook callback, or cached output URL from RunAPI.
What's different about kling-v2.1-pro
Image-to-video with optional final-frame control
Native 4K 60fps, 15-sec max, multi-shot storyboarding
Image-to-video with optional final-frame control
1080p enhanced lip-sync + facial micro-expressions
Image-to-video with optional final-frame control
720p basic lip-sync; ~half the cost of Pro
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.
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.