Video · Kuaishou

Kling API

멀티모달 오디오와 AI 아바타를 갖춘 최대 4K 60fps 텍스트 및 이미지-비디오를 위한 Kling API 액세스.

운영 중 · 13 variants · 최저 $0.050
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": "나뭇잎이 떨어지는 가을 숲을 걷는 사람의 10초짜리 영상을 시네마틱 카메라 팬으로 만들어 주세요."
}'
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: "나뭇잎이 떨어지는 가을 숲을 걷는 사람의 10초짜리 영상을 시네마틱 카메라 팬으로 만들어 주세요.",
});
<?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' => '나뭇잎이 떨어지는 가을 숲을 걷는 사람의 10초짜리 영상을 시네마틱 카메라 팬으로 만들어 주세요.',
]);
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: "나뭇잎이 떨어지는 가을 숲을 걷는 사람의 10초짜리 영상을 시네마틱 카메라 팬으로 만들어 주세요."
)
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
개요

Kling은 최대 4K 60fps 출력, 아바타 생성, 멀티모달 오디오 합성을 지원하는 Kuaishou의 비디오 생성 모델입니다. 모션 제어와 전문적인 품질의 렌더링으로 텍스트-비디오와 이미지-비디오를 제공합니다.

  • 품질과 지연 시간 목표에 맞춘 모델 변형
  • 통합 API key
  • Model skill에 docs, schema, 설정 메모 포함
  • 실패한 생성은 과금되지 않습니다
변형

변형

Variant Billing From
kling-3.0 second $0.200 보기 →
kling-ai-avatar-pro second $0.160 보기 →
kling-ai-avatar-standard second $0.080 보기 →
kling-ai-avatar-v1-pro second $0.160 보기 →
kling-v1-avatar-standard second $0.080 보기 →
kling-v2.1-master-image-to-video second $0.320 보기 →
kling-v2.1-master-text-to-video second $0.320 보기 →
kling-v2.1-pro second $0.100 보기 →
kling-v2.1-standard second $0.050 보기 →
kling-v2.5-turbo-image-to-video-pro second $0.090 보기 →
kling-v2.5-turbo-text-to-video-pro second $0.090 보기 →
kling-v3-turbo-image-to-video second $0.180 보기 →
kling-v3-turbo-text-to-video second $0.180 보기 →
MODELS

앱 개발을 위해 Kling skill 설치

모델 docs, schema, 가격 메모, 설정 단계를 코딩 워크스페이스로 불러옵니다.

# 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.
작동 방식

이 model skill로 구현하는 방법

01

모델 선택

출력 유형, 품질 기준, 지연 시간 목표에 맞는 모델과 변형을 고릅니다.

02

한 번 인증

모든 지원 모델에 RunAPI key를 사용합니다.

03

skill 설치

기능을 구현하기 전에 코딩 워크스페이스에 model skill을 추가합니다.

04

결과 받기

task ID로 조회하거나 생성 완료 시 callback을 처리합니다.

컨텍스트

Kling의 위치

Kling은 4K 60fps, AI 아바타, 멀티모달 오디오를 지원하는 Kuaishou의 플래그십 비디오 모델입니다. RunAPI를 통해 모든 Kling 변형이 통합 API 액세스와 과금 방식을 공유합니다.

Provider
Kuaishou
Modality
Video
RUNAPI를 선택하는 이유

RunAPI로 Kling을 쓰는 이유

하나의 API key

모델과 제공사를 넘나들며 같은 인증 정보를 사용합니다.

Skill-ready

model skill에 schema, 설정 메모, 가격 컨텍스트, 모델 ID가 포함됩니다.

예측 가능한 과금

호출 전에 사용량 기반 가격을 확인할 수 있습니다.

FAQ

자주 묻는 질문

이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

지금 시작

Kling로 개발을 시작하세요.