Kling
Text and image-to-video at up to 4K 60fps with multimodal audio and AI avatar generation.
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/kling -g
Install the Kling skill for me: 1. Clone https://github.com/runapi-ai/kling 2. Copy the skills/kling/ directory into your user-level skills directory (e.g. ~/.claude/skills/ for Claude Code, ~/.codex/skills/ for Codex). 3. Verify that SKILL.md is present. 4. Confirm the install path when done.
Kling is Kuaishou's video generation model supporting up to 4K 60fps output, avatar generation, and multimodal audio synthesis. It offers text-to-video and image-to-video with motion control and professional-quality rendering.
- Installable agent skill
- Unified API key
- SDK examples included
- Las generaciones fallidas no se cobran
Variantes
| Variant | Billing | From | |
|---|---|---|---|
| kling-3.0 | second | $0.200 | Ver → |
| kling-ai-avatar-pro | second | $0.160 | Ver → |
| kling-ai-avatar-standard | second | $0.080 | Ver → |
| kling-ai-avatar-v1-pro | second | $0.160 | Ver → |
| kling-v1-avatar-standard | second | $0.080 | Ver → |
| kling-v2.1-master-image-to-video | second | $0.320 | Ver → |
| kling-v2.1-master-text-to-video | second | $0.320 | Ver → |
| kling-v2.1-pro | second | $0.100 | Ver → |
| kling-v2.1-standard | second | $0.050 | Ver → |
| kling-v2.5-turbo-image-to-video-pro | second | $0.090 | Ver → |
| kling-v2.5-turbo-text-to-video-pro | second | $0.090 | Ver → |
Use this model from your agent
# User prompt to the agent
"Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan."
// Code generated by the agent via @runapi.ai/kling
import { KlingClient } from '@runapi.ai/kling';
const client = new KlingClient();
const result = await client.motionControl.run({
model: 'kling-3.0',
prompt: 'Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan.',
});
How to call this model
Install the skill
Add the model skill to your agent or install the SDK package.
Authenticate once
Use your RunAPI key for every supported model.
Send a request
Use the unified schema for the endpoint you need.
Receive output
Poll by task ID or handle the callback when the generation completes.
SDK quickstart
curl -X POST https://runapi.ai/api/v1/kling/motion_control \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-3.0",
"video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
"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.motionControl.run({
model: "kling-3.0",
video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
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.motion_control.run(
model: "kling-3.0",
video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
prompt: "Create a 10-second video of a person walking through an autumn forest, leaves falling, cinematic camera pan."
)
Where Kling fits
Kling is Kuaishou's flagship video model, supporting 4K 60fps, AI avatars, and multimodal audio. Through RunAPI, all Kling variants share unified API access and billing.
Why use Kling through RunAPI
One API key
Use the same credentials across models and providers.
Agent-ready
Installable skills include docs and schema for tool calls.
Predictable billing
Usage-based pricing is visible before you call.
Frequently asked questions
How do I call this model?
Use the RunAPI SDK, CLI, or REST endpoint shown on this page.
Do failed generations cost money?
Las generaciones fallidas no se cobran
Can agents use it directly?
Yes. Install the model skill and your agent gets the docs, schema, and examples.
Models similar to Kling
Start building with Kling.
- Kling kling-3.0
- Kling kling-ai-avatar-pro
- Kling kling-ai-avatar-standard
- Kling kling-ai-avatar-v1-pro
- Kling kling-v1-avatar-standard
- Kling kling-v2.1-master-image-to-video
- Kling kling-v2.1-master-text-to-video
- Kling kling-v2.1-pro
- Kling kling-v2.1-standard
- Kling kling-v2.5-turbo-image-to-video-pro
- Kling kling-v2.5-turbo-text-to-video-pro