模型规格
以上时长不用于动作控制;有媒体输入时还须遵守对应接口的组合限制。模型写在路径中,请求体保留原生层级,不用 metadata。
请求示例
先设置环境变量MIXROUTE_API_KEY。将 example.com 媒体地址替换为无需登录即可访问的真实素材。
data.id,通过 查询 Kling 任务 读取状态与 outputs。通用选项与基础计费见 Kling 概览。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
支持文生视频、首尾帧图生与动作控制;普通生成支持原生音频和多镜头。动作控制仅支持 720p/1080p。
MIXROUTE_API_KEY。将 example.com 媒体地址替换为无需登录即可访问的真实素材。
curl --request POST "https://api.mixroute.ai/kling/text-to-video/kling-3.0" \
--header "Authorization: Bearer $MIXROUTE_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"prompt": "A red ceramic mug slowly rotates on a white tabletop. Static camera, soft studio lighting.",
"settings": {
"resolution": "720p",
"duration": 5,
"aspect_ratio": "16:9",
"audio": "off",
"multi_shot": false
},
"options": {
"watermark_info": {
"enabled": false
}
}
}'
data.id,通过 查询 Kling 任务 读取状态与 outputs。通用选项与基础计费见 Kling 概览。