xAI 的 Grok Imagine Image 2.0 编辑模式——最多提供三张图像,它会在保持身份和风格的前提下进行编辑、合成或风格重塑。与生成模式相同的 1K/2K 及低/中档位,每次请求最多四张结果。
~15s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-image-2-edit",
"prompt": "A beautiful sunset over the ocean",
"type": "IMAGE_TO_IMAGE"
}'在开发者门户获取你的API密钥。