Text · Kuaishou

Kling

Text and image-to-video at up to 4K 60fps with multimodal audio and AI avatar generation.

Operational · 11 variants · ab $0.050
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/kling -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
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.
ÜBERBLICK

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
  • Fehlgeschlagene Generierungen werden nicht berechnet
VARIANTEN

Varianten

Variant Billing From
kling-3.0 second $0.200 Ansehen →
kling-ai-avatar-pro second $0.160 Ansehen →
kling-ai-avatar-standard second $0.080 Ansehen →
kling-ai-avatar-v1-pro second $0.160 Ansehen →
kling-v1-avatar-standard second $0.080 Ansehen →
kling-v2.1-master-image-to-video second $0.320 Ansehen →
kling-v2.1-master-text-to-video second $0.320 Ansehen →
kling-v2.1-pro second $0.100 Ansehen →
kling-v2.1-standard second $0.050 Ansehen →
kling-v2.5-turbo-image-to-video-pro second $0.090 Ansehen →
kling-v2.5-turbo-text-to-video-pro second $0.090 Ansehen →
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# 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.',
});
@runapi.ai/kling npm
SO FUNKTIONIERT ES

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
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."
)
@runapi.ai/kling v1
KONTEXT

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.

Provider
Kuaishou
Modality
Text
WARUM RUNAPI

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.

FAQ

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?

Fehlgeschlagene Generierungen werden nicht berechnet

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

JETZT STARTEN

Start building with Kling.