qwen-image-max
概览
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"model": "qwen-image-max",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"size": "1328x1328",
"n": 1,
"watermark": false,
"prompt_extend": true
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-image-max",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"size": "1328x1328",
"n": 1,
"watermark": false,
"prompt_extend": true
}'返回示例
🟢200成功 示例
{
"created": 1767842675,
"data": [
{
"url": "https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com/...",
"b64_json": ""
}
]
}最后更新:2026-01-08 08:40:19
