速度优化版 Kling 3.0——生成更快,同时保持高画质。支持 text-to-video(提示词最长 2,500 字符)、首帧 image-to-video 和多镜头分镜(一段片中最多 6 个提示镜头)。Standard 档为 720p,Pro 档为 1080p。
~60s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "kling-3-0-turbo",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_VIDEO"
}'在开发者门户获取你的API密钥。