PROVIDER

Kuaishou AI-modellen

Kling video generation at up to 4K with AI avatar creation and multimodal audio.

1 models · 15 variants · vanaf $0.050
OVERVIEW

Kuaishou develops the Kling video generation model, supporting text-to-video and image-to-video at up to 4K with multimodal audio synthesis and AI avatar generation for talking-head content.

  • Eén API-key gedeeld tussen providers
  • Modelskills brengen docs en schema's naar je workspace
  • Betalen per call, zonder verplichting
  • Mislukte generaties worden niet in rekening gebracht
FEATURES

Wat opvalt

MODELS

Alle modellen van Kuaishou

QUICKSTART

Installeer een Kuaishou modelskill.

Kies een model en voeg de skill toe zodat je codeertool docs, schema's, prijsnotities en setupstappen heeft.

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-v3-turbo-text-to-video",
  "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-v3-turbo-text-to-video",
    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.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Kling\KlingClient;

$client = new KlingClient();
$result = $client->motionControl->run([
        'model' => 'kling-v3-turbo-text-to-video',
        '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-v3-turbo-text-to-video",
    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."
)
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
REFERENCE

Alle varianten van Kuaishou

Volledige prijstabel →
Model Variant Billing From
Kling
kling-3.0 second $0.200 Bekijken →
kling-ai-avatar-pro second $0.160 Bekijken →
kling-ai-avatar-standard second $0.080 Bekijken →
kling-ai-avatar-v1-pro second $0.160 Bekijken →
kling-v1-avatar-standard second $0.080 Bekijken →
kling-v2.1-master-image-to-video second $0.320 Bekijken →
kling-v2.1-master-text-to-video second $0.320 Bekijken →
kling-v2.1-pro second $0.100 Bekijken →
kling-v2.1-standard second $0.050 Bekijken →
kling-v2.5-turbo-image-to-video-pro call $0.090 Bekijken →
kling-v2.5-turbo-text-to-video-pro second $0.090 Bekijken →
kling-v2.6 second $0.400 Bekijken →
kling-v3-omni second $1.20 Bekijken →
kling-v3-turbo-image-to-video second $0.180 Bekijken →
kling-v3-turbo-text-to-video second $0.180 Bekijken →
FAQ

Veelgestelde vragen over Kuaishou

Is dit een officiële Kuaishou-integratie?

RunAPI biedt een beheerde API-laag met transparante prijzen, mogelijkheden en foutgedrag.

Heb ik een Kuaishou-account nodig?

Nee — je RunAPI-sleutel is genoeg voor beheerde toegang.

Wat is de extra latency door proxying?

Meestal onder de 20 ms. RunAPI houdt de proxylaag dicht bij de regio’s waar het model draait.

Worden afbeeldingen / video’s gecached?

Genereerde output wordt opgeslagen en is op te halen via task ID. Invoer wordt niet gecached.

Kan ik mijn eigen key gebruiken?

Nog niet — calls gebruiken RunAPI-beheerde toegang.

NU BEGINNEN

Begin met bouwen met Kuaishou-modellen.