Kling 2.6 API 定價
Pay-as-you-go access through PiAPI.
Kling 2.6 Standard - 5sStandard
$0.20 /次生成
- The output will be 5 seconds long and processed under standard mode.
Kling 2.6 Pro - 5sPro
$0.33 /次生成
- The output will be 5 seconds long and processed under professional mode.
準備開始使用 Kling 2.6 API 了嗎?
Features
Capabilities from the production model page.
原生音訊能力
透過對聲音語意與動態視覺內容的對齊,Kling 2.6 API 支援中英文自然語音生成、動作音效以及環境氛圍音。
增強的語意理解
Kling 2.6 API 對文字描述、口語表達以及複雜劇情具備更強的語意理解能力。
視聽同步
Kling Video 2.6 API 提供畫面運動與音訊節奏的幀級對齊,帶來更一致的視聽連貫性。
精準生成與影片控制
Kling 2.6 AI API 支援可配置的影片時長與畫幅比例,且單次請求最多可生成 4 支影片。
支援 T2V 與 I2V 生成
Kling 2.6 API 同時支援文生影片(T2V)與圖生影片(I2V),適用於靈活的影片創作工作流程。
非同步 API 呼叫
我們的 API 設計為可透過回呼函式進行非同步呼叫,讓使用者能提交任務並在完成時收到通知,避免程式阻塞。
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?
Kling Video 2.6是由 Kuaishou 開發的最新 Kling AI 影片生成模型。相較先前版本,它支援原生音訊生成,並在影片品質、時間一致性與整體視覺表現上都有提升。
如何透過 API 存取 Kling 2.6?
使用 PiAPI 的 Kling 2.6 AI API 端點提交提示詞並接收生成影片。該 API 支援文生影片與圖生影片。你也可以透過 Kling AI API探索更多影片編輯能力。
Kling 2.6 與其他 Kling 版本有何不同?
Kling Video 2.6 AI 提供了過往 Kling 模型所不具備的原生音訊生成能力,同時還帶來更好的影片品質、更強的時間一致性、更清晰的畫面、更真實的動作效果以及更好的提示詞遵循能力。
我可以控制時長與解析度嗎?
可以,你可以為 Kling 2.6 API 控制影片時長(5秒或10秒)以及不同的畫幅比例,以滿足不同使用情境。
Kling 2.6 免費嗎?
註冊後你將獲得免費額度,可在我們的 PiAPI workspace中使用。
Kling 2.6 API 費用是多少?
我們的 Kling 2.6 API 在標準模式下生成 5 秒影片費用為 $0.20,在專業模式下生成 5 秒影片費用為 $0.33。
Kling 2.6 適合正式生產使用嗎?
是的,Kling 2.6 API 面向正式生產環境設計。許多團隊將其用於內容製作、社群媒體、廣告與創意專案。該 API 也支援非同步呼叫,適合可擴展工作流程。
Kling 2.6 支援動作控制嗎?
是的,我們支援 Kling 2.6 motion control。立即體驗 Kling 2.6 的動作控制能力!
我可以使用 Kling 2.6 API 生成 NSFW 內容嗎?
請參閱我們的 NSFW policy以取得更多資訊並遵守相關規範。
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



