Qwen文本生成图像
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_IMAGE"
}'在开发者门户获取你的API密钥。