现已可用
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