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