Kuaishou AI Modelleri
Kling video generation at up to 4K with AI avatar creation and multimodal audio.
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.
- Sağlayıcılar arasında paylaşılan tek API anahtarı
- Model skill’leri dokümanları ve şemaları workspace’inize taşır
- Çağrı başına faturalandırma, taahhüt yok
- Başarısız üretimler ücretlendirilmez
Öne çıkanlar
Kuaishou içindeki tüm modeller
Bir Kuaishou model skill’i kurun.
Bir model seçin ve skill’ini ekleyin; böylece kod aracınız dokümanlara, şemalara, fiyat notlarına ve kurulum adımlarına sahip olur.
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
Kuaishou için tüm varyantlar
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Kling
|
kling-3.0 | second | $0.200 | Gör → |
| kling-ai-avatar-pro | second | $0.160 | Gör → | |
| kling-ai-avatar-standard | second | $0.080 | Gör → | |
| kling-ai-avatar-v1-pro | second | $0.160 | Gör → | |
| kling-v1-avatar-standard | second | $0.080 | Gör → | |
| kling-v2.1-master-image-to-video | second | $0.320 | Gör → | |
| kling-v2.1-master-text-to-video | second | $0.320 | Gör → | |
| kling-v2.1-pro | second | $0.100 | Gör → | |
| kling-v2.1-standard | second | $0.050 | Gör → | |
| kling-v2.5-turbo-image-to-video-pro | call | $0.090 | Gör → | |
| kling-v2.5-turbo-text-to-video-pro | second | $0.090 | Gör → | |
| kling-v2.6 | second | $0.400 | Gör → | |
| kling-v3-omni | second | $1.20 | Gör → | |
| kling-v3-turbo-image-to-video | second | $0.180 | Gör → | |
| kling-v3-turbo-text-to-video | second | $0.180 | Gör → |
Kuaishou hakkında sık sorulan sorular
Bu resmi bir Kuaishou entegrasyonu mu?
RunAPI, şeffaf fiyatlandırma, yetenekler ve hata davranışıyla yönetilen bir API yüzeyi sunar.
Bir Kuaishou hesabına ihtiyacım var mı?
Hayır — yönetilen erişim için RunAPI anahtarınız yeterli.
Proxy üzerinden geçmenin gecikme etkisi nedir?
Genellikle 20 ms’nin altındadır. RunAPI, proxy katmanını model çalışma bölgelerine yakın tutar.
Görseller / videolar önbelleğe alınıyor mu?
Oluşturulan çıktılar saklanır ve görev kimliğiyle yeniden erişilebilir. Girdiler önbelleğe alınmaz.
Kendi anahtarımı kullanabilir miyim?
Şu anda değil — çağrılar RunAPI tarafından yönetilen erişimi kullanır.