本文档由bestai 制作,推荐使用 best ai 文档、API 调试、API Mock、API 自动化测试!
Authorization: Bearer ********************{
"model": "qwen-image-max-2025-12-30",
"prompt": "一只可爱的橘猫",
"n": 1,
"size": "1664x928",
"watermark": false,
"prompt_extend": true,
"seed": 42
}curl --location '/alibailian/api/v1/services/aigc/multimodal-generation/generation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image-max-2025-12-30",
"prompt": "一只可爱的橘猫",
"n": 1,
"size": "1664x928",
"watermark": false,
"prompt_extend": true,
"seed": 42
}'{}