Kling 2.6 API / Yerli ses API'si ile gelismis video olusturma
Sunan Kuaishou, Kling 2.6, benzeri gorulmemis gorsel-isitsel gercekcilik icin yerli ses uretimi sunan ustun bir AI video olusturma modelidir. Kling 2.6 API'ye PiAPIuzerinden erisin ve bugun yuksek kaliteli videolar olusturun!
Kling 2.6 API Fiyatlari
Pay-as-you-go access through PiAPI.
Kling 2.6 Standard - 5sStandard
$0.20 /uretim
- The output will be 5 seconds long and processed under standard mode.
Kling 2.6 Pro - 5sPro
$0.33 /uretim
- The output will be 5 seconds long and processed under professional mode.
Kling 2.6 API ile baslamaya hazir misiniz?
Features
Capabilities from the production model page.
Yerli ses yetenegi
Seslerin semantigini dinamik goruntulerle hizalayarak Kling 2.6 API; Cince ve Ingilizce dogal ses uretimi, aksiyon ses efektleri ve ortam seslerini destekler.
Gelismis anlamsal anlama
Kling 2.6 API, metin aciklamalari, konusulan diller ve karmasik hikayeler icin gelismis anlamsal anlama sunar.
Gorsel-isitsel senkronizasyon
Kling Video 2.6 API, tutarli gorsel-isitsel uyum icin gorsel hareket ile ses ritmi arasinda kare duzeyinde hizalama saglar.
Hassas video uretimi ve kontrolu
Kling 2.6 AI API, ayarlanabilir video suresi ve en-boy orani destekler ve tek istekte 4 videoya kadar uretim yapabilir.
T2V ve I2V uretimi
Kling 2.6 API, esnek video olusturma is akislari icin hem text-to-video (T2V) hem de image-to-video (I2V) destekler.
Asenkron API cagrilari
API'miz callback fonksiyonu ile asenkron cagri icin tasarlanmistir; kullanicilar gorev gonderebilir ve tamamlandiginda bildirim alabilir, boylece program kesintileri onlenir.
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "kling",
"task_type": "video_generation",
"input": {
"prompt": "White egrets fly over the vast paddy fields",
"version": "2.6",
"mode": "std",
"duration": 5,
"aspect_ratio": "16:9",
"enable_audio": false
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run kling-2-6 \ prompt="White egrets fly over the vast paddy fields" \ version=2.6 \ mode=std \ duration=5 \ aspect_ratio=16:9 \ enable_audio=false ✓ Task completed! https://img.theapi.app/ephemeral/…
Frequently asked questions
Kling 2.6 nedir?
Kling Video 2.6Kuaishou tarafindan gelistirilen Kling AI video olusturma modelinin en yeni surumudur. Onceki surumlere gore yerli ses uretimi, daha iyi video kalitesi, daha iyi zamansal tutarlilik ve gelistirilmis gorsel performans sunar.
Kling 2.6'ya API ile nasil erisirim?
Prompt gondermek ve uretilen videolari almak icin PiAPI'nin Kling 2.6 AI API endpoint'lerini kullanin. API, text-to-video ve image-to-video destekler. Daha fazla video duzenleme ozelligini Kling AI APIile de kesfedebilirsiniz.
Kling 2.6'yi diger Kling surumlerinden farkli yapan nedir?
Kling Video 2.6 AI, onceki Kling modellerindeolmayan yerli ses uretimi sunar; bunun yaninda daha iyi video kalitesi, gelismis zamansal tutarlilik, daha keskin goruntuler, daha gercekci hareket ve daha iyi prompt uyumu saglar.
Sure ve cozunurlugu kontrol edebilir miyim?
Evet, Kling 2.6 API icin sureyi (5s veya 10s) ve farkli kullanimlar icin cesitli en-boy oranlarini kontrol edebilirsiniz.
Kling 2.6 ucretsiz mi?
Kayit oldugunuzda PiAPI workspaceicinde kullanmak uzere ucretsiz krediler alirsiniz.
Kling 2.6 API'nin maliyeti nedir?
Kling 2.6 API'miz standard modda 5 saniyelik video icin $0.20 ve professional modda 5 saniyelik video icin $0.33 tutarindadir.
Kling 2.6 production kullanim icin uygun mu?
Evet, Kling 2.6 API production kullanim icin tasarlanmistir. Pek cok ekip bunu icerik olusturma, sosyal medya, reklamcilik ve yaratici projelerde kullanir. API olceklenebilir is akislari icin asenkron cagrilari destekler.
Kling 2.6 motion control destekliyor mu?
Evet, Kling 2.6 motion controldestegimiz var. Kling 2.6 ile motion control AI'yi bugun deneyimleyin!
Kling 2.6 API ile NSFW icerik uretebilir miyim?
Daha fazla bilgi icin NSFW policysayfamiza bakin ve kurallari izleyin.
Are there refunds?
No, we do not offer refunds. But when you first sign up for an account on PiAPI's Workspace, you are given free credits to try our playground and our API (specifically the Pay-as-you-go service) before making payments!
How can I get in touch with your team?
Please email us at support@piapi.ai - we'd love to talk more regarding our product offering!
More questions? See the API docs.
Our blog
Kling 2.6 API



