Kling O1 API / yuksek kaliteli sinematik video uretimi
Sunan Kuaishou, Kling O1 cok modlu bir Kling AI video uretim modelidir. Kling O1 API'ye PiAPIuzerinden eriserek bugunden yuksek dogrulukta videolar olusturun.
Kling O1 API fiyatlandirma
Fiyatlandirma, uretilen klibin cozunurlugu ve suresine gore hesaplanir.
Standard 720p
$0.39 /klip
- 720p - 5s video generation
Standard 720p
$0.78 /klip
- 720p - 10s video generation
Pro 1080p
$0.52 /klip
- 1080p - 5s video generation
Pro 1080p
$1.04 /klip
- 1080p - 10s video generation
Kling O1 API ile baslamaya hazir misiniz?
Features
Capabilities from the production model page.
Dunyanin ilk birlesik cok modlu araci
Kling Omni, metin, video, gorsel ve ozne girdilerini destekleyen, sektorun ilk cok modlu video uretim ve video duzenleme aracidir.
Referans tabanli video uretimi
Kling Omni AI API, referans gorsel ile video uretimini destekler; bu da ozne tutarliligini ve cikti kararliligini artirir.
Baslangic ve bitis kare uretimi
Kling O1 API, image-to-video is akislari icin ozel baslangic ve bitis kareleri destekler; boylece daha yumusak gecisler, daha hassas duzenleme ve uzun anlatilara daha kolay entegrasyon saglanir.
Video duzenleme ozellikleri
Kling AI O1 API; ozne referansi, video icerigi duzenleme ve cekim gecisleri dahil birden fazla duzenleme ozelligi sunar.
Esnek sure secenekleri
Kling Omni 1 API, farkli kullanim senaryolarina uyacak sekilde cikti suresini kontrol etmeyi saglar.
Yonetmen benzeri hafiza
Kling O1, dinamik kamera hareketleri sirasinda ana karakterlerin, aksesuarlarin ve sahne ayarlarinin kimligini korur.
Cok gorevli prompt destegi
Kling Omni API, cok gorevli promptlari islemede basarilidir ve yaratici ozgurlugu ile esnekligi onemli olcude genisletir.
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": "omni_video_generation",
"input": {
"prompt": "Close-up, static camera, a woman in swim suit near the sea is introducing herself.",
"version": "o1",
"resolution": "720p",
"duration": 5,
"aspect_ratio": "16:9",
"keep_original_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-o1 \ prompt="Close-up, static camera, a woman in swim suit near the sea is introducing herself." \ version=o1 \ resolution=720p \ duration=5 \ aspect_ratio=16:9 \ keep_original_audio=false ✓ Task completed! https://img.theapi.app/ephemeral/…
Frequently asked questions
Kling O1 nedir?
Kling O1, yuksek kaliteli tek cekim ve kisa formatli video olusturma icin tasarlanmis bir Kling video uretim modelidir. Guclu hareket ve zamansal tutarlilikla sinematik AI videolari uretir ve daha gelismis varyant olan Kling 3.0 Omnioncesindeki modeldir. Bugun PiAPIile olusturmaya baslayin.
Kling O1'e API uzerinden nasil erisebilirim?
PiAPI'nin Kling O1 API endpoint'lerini kullanarak prompt gonderebilir ve uretilen videolari alabilirsiniz. Tum istek/yanit orneklerini Kling O1 API dokumantasyonundabulabilirsiniz.
Kling O1 hangi is akislarini destekler?
Kling O1, text-to-video ve image-to-video gibi temel is akislarini destekler. Kling AI API'miz sosyal klipler, pazarlama materyalleri, kisa hikaye anlatimi ve video prompt deneyleri icin uygundur.
Kling O1 ile Kling 3.0 Omni arasindaki fark nedir?
Kling O1, yuksek kaliteli tek cekim video uretimine odaklanirken Kling 3.0 Omni; multi-shot sinematik kontrol, daha uzun sureler ve daha zengin cok karakterli sahneler sunar. Bircok ekip hizli denemeler icin Kling O1 kullanir, daha karmasik sekanslarda ise Kling 3.0 Omni'ye gecer.
More questions? See the API docs.
Our Blog
Read practical guides for Kling O1 video generation, API usage, pricing, docs, and cinematic prompt workflows.

