Google 的任意输入视频模型。可从提示词、一张图像、三张参考图或一段已有视频生成 4-10 秒带原生音频的片段,再用日常语言重塑场景。基于 Gemini 的真实世界知识,物理与运动更连贯。
~2-4 min
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-omni-flash",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_VIDEO"
}'在开发者门户获取你的API密钥。