Grok Imagine 的图像版本。支持 text-to-image 以及 image-to-image 变体编辑,严格遵循提示词。Grok Imagine Video 的姊妹模型。
~10s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-image",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_IMAGE"
}'在开发者门户获取你的API密钥。