Meta的Muse Image模型编辑模式——精准编辑,只改动你要求的部分,多轮之间保持一致,并可融合多张参考图像。支持1-10张参考图像,每张输出图像$0.01。
~10s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "meta-muse-image-edit",
"prompt": "A beautiful sunset over the ocean",
"type": "IMAGE_TO_IMAGE"
}'在开发者门户获取你的API密钥。