/VIDEO/kling-3.0-motion-control
体验场
输入
Optional scene prompt
Reference image URL (exactly one). JPG/JPEG/PNG, max 10MB
Reference video URL (exactly one). MP4/MOV, max 100MB
登录后运行
运行费用将从您的余额中扣除。
输出
输出将显示在此处。
定价
| 选项 | 每秒价格 | fal.ai | 您节省的金额 |
|---|---|---|---|
| 720p | $0.07 | $0.112 | −38% |
| 1080p | $0.12 | — | — |
快速开始
完整 API 参考 →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "kling-3.0-motion-control",6 "input": {7 "imageUrls": [8 "https://example.com/input.png"9 ],10 "videoUrls": [11 "https://example.com/input.png"12 ],13 "characterOrientation": "image",14 "resolution": "720p"15 }16 }'
参数
| 名称 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
prompt | string | 否 | — | Optional scene prompt |
imageUrls | string[] | 是 | — | Reference image URL (exactly one). JPG/JPEG/PNG, max 10MB |
videoUrls | string[] | 是 | — | Reference video URL (exactly one). MP4/MOV, max 100MB |
characterOrientation | string | 是 | — | Character orientation mode. Determines whose orientation drives the motion transfer以下之一:image, video |
resolution | string | 否 | 720p | Output resolution以下之一:720p, 1080p |
常见问题
Kling 3.0 Motion Control 的费用是多少?
Kling 3.0 Motion Control 通过 API Stock API 的起价为 $0.07 每秒输出。您按使用量从单个预付余额中支付——无需订阅——最终价格会根据分辨率或时长等参数浮动。
如何调用 Kling 3.0 Motion Control API?
向 https://api.api-stock.com/api/v1/generation/create 发送 POST 请求,并附上您的 API 密钥和模型 ID "kling-3.0-motion-control"。请求会返回一个任务 ID,您可以轮询该 ID;或者在结果准备就绪时通过 webhook 回调通知。上方的快速开始部分提供了一个可直接运行的示例。
Kling 3.0 Motion Control 接受哪些输入参数?
Kling 3.0 Motion Control 接受 5 个输入参数, 包括必填字段 imageUrls, videoUrls, characterOrientation。参数表中列出了它们的类型、默认值和允许值。
如果 Kling 3.0 Motion Control 请求失败,会发生什么?
API Stock 会自动在备用提供商上重试请求。如果所有提供商都失败,费用会退还至您的余额。
我可以使用与其他模型相同的 API 密钥来调用 Kling 3.0 Motion Control 吗?
可以。API Stock 上的每个模型——视频、图像、音乐和聊天——共享一个 API 密钥和一个预付余额,因此您无需新的凭据即可切换到 Kling 3.0 Motion Control。