제공사

Kuaishou AI 모델

최대 4K 60fps, AI 아바타 생성, 멀티모달 오디오를 갖춘 Kling 비디오 생성.

1 models · 13 variants · 최저 $0.050
개요

Kuaishou는 멀티모달 오디오 합성과 토킹헤드 콘텐츠를 위한 AI 아바타 생성을 갖추고 최대 4K 60fps로 텍스트-투-비디오 및 이미지-투-비디오를 지원하는 Kling 비디오 생성 모델을 개발합니다.

  • 제공사 전체에 공유되는 하나의 API key
  • Model skill이 docs와 schema를 워크스페이스로 가져옵니다
  • 호출 단위 과금, 약정 없음
  • 실패한 생성은 과금되지 않습니다
기능

주요 특징

모델

Kuaishou의 모든 모델

빠른 시작

Kuaishou model skill 설치.

모델을 선택하고 skill을 추가하면 코딩 도구가 docs, schema, 가격 메모, 설정 단계를 참조할 수 있습니다.

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
레퍼런스

Kuaishou의 모든 변형

전체 요금표 →
Model Variant Billing From
Kling
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 보기 →
FAQ

Kuaishou에 대한 자주 묻는 질문

공식 Kuaishou 통합인가요?

RunAPI는 투명한 가격, 기능, 오류 동작을 가진 관리형 API 표면을 제공합니다.

Kuaishou 계정이 필요한가요?

아니요. RunAPI key만 있으면 관리형 접근을 사용할 수 있습니다.

가격은 어떻게 청구되나요?

호출 또는 단위 기준으로 과금되며 실패한 생성은 청구되지 않습니다.

지금 시작

하나의 API로 Kuaishou 모델을 호출하세요.