現在利用可能
Kling
kling-motion-control
VideoTask
リクエスト単位$0.02
タイプVideo
エンドポイントopenai-video
§ 01
料金
| 1リクエストあたりの料金 | $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 の1リクエストあたりの料金はいくらですか?
kling-motion-control は1リクエストあたり $0.02 の固定料金で課金されます。
API で kling-motion-control を使うにはどうすればよいですか?
UnoRouter の /v1/chat/completions エンドポイントへ model=kling-motion-control を指定してリクエストを送信してください。OpenAI 互換のクライアントライブラリであれば動作します。認証は標準の Bearer トークンを使用します。
§ 04