現已上線
Kling
kling-motion-control
VideoTask
每次請求$0.02
類型Video
端點openai-video
§ 01
價格
| 每次請求價格 | $0.02/次請求 |
| 相容端點 | openai-video |
| 供應商 | Kling |
價格網格
| Mode | Version | 價格 |
|---|---|---|
| std (720P) | V2.6 | $0.85/s |
| pro (1080P) | V2.6 | $1.36/s |
| std (720P) | V3.0 | $1.53/s |
| pro (1080P) | V3.0 | $2.04/s |
§ 02
從您的程式碼呼叫 kling-motion-control
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-motion-control",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
kling-motion-control 每次請求的費用是多少?
kling-motion-control 採每次請求固定收費 $0.02。
我要如何透過 API 使用 kling-motion-control?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 kling-motion-control。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
§ 04