本文档由bestai 制作,推荐使用 best ai 文档、API 调试、API Mock、API 自动化测试!
Authorization: Bearer ********************{
"model": "qwen-image-2.0-2026-03-03",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"size": "1024x1328",
"n": 2,
"watermark": false,
"prompt_extend": false
}
curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image-2.0-2026-03-03",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"size": "1024x1328",
"n": 2,
"watermark": false,
"prompt_extend": false
}'{"error":{"message":"Invalid URL (GET /v1/images/generations)","type":"invalid_request_error","param":"","code":""}}