PROVIDER
Kuaishou نماذج الذكاء الاصطناعي
Kling video generation at up to 4K with AI avatar creation and multimodal audio.
1 models
·
15 variants
·
ابتداءً من $0.050
جميع نماذج Kuaishou
1 models
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.
- مفتاح API واحد مشترك بين جميع المزودين
- تنقل model skills التوثيق والـschemas إلى مساحة عملك
- فوترة حسب كل طلب، بلا التزام
- لا تُفرض رسوم على عمليات التوليد الفاشلة
FEATURES
ما يميزها
MODELS
جميع نماذج Kuaishou
QUICKSTART
ثبّت model skill من Kuaishou.
اختر نموذجًا وأضف مهارته حتى تحصل أداة البرمجة على التوثيق والـschemas وملاحظات الأسعار وخطوات الإعداد.
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
REFERENCE
كل إصدار من 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 | call | $0.090 | عرض → | |
| kling-v2.5-turbo-text-to-video-pro | second | $0.090 | عرض → | |
| kling-v2.6 | second | $0.400 | عرض → | |
| kling-v3-omni | second | $1.20 | عرض → | |
| 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 الخاص بك للوصول المُدار.
ما مقدار زمن الاستجابة الإضافي بسبب العبور عبر البروكسي؟
عادةً أقل من 20 مللي ثانية. يحتفظ RunAPI بطبقة البروكسي قريبة من مناطق تنفيذ النماذج.
هل يتم تخزين الصور / الفيديوهات مؤقتًا؟
تُخزَّن المخرجات المُولَّدة ويمكن استرجاعها عبر معرّف المهمة. لا يتم تخزين المدخلات مؤقتًا.
هل يمكنني استخدام مفتاحي الخاص؟
ليس حاليًا — تستند الطلبات إلى وصول مُدار بواسطة RunAPI.
RELATED
مزودون آخرون في المجال نفسه
ابدأ الآن