生成图片
Alibaba
Qwen Image Plus
根据文本描述生成图片。接口为同步调用,直接返回最终图片 URL。
POST
生成图片
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
模型 ID
可用选项:
qwen-image-plus 示例:
"qwen-image-plus"
图片描述文字。
示例:
"吉卜力风格的可爱猫咪"
生成图片数量。
必填范围:
1 <= x <= 4输出图片尺寸,如 1024x1024、768x1344。
示例:
"1024x1024"
图片质量,standard 或 hd。
可用选项:
standard, hd 返回 URL 或 Base64 编码的 JSON。
可用选项:
url, b64_json 
