欢迎使用 VIAAAI 聚合API !活动期间:①注册会员即送0.2美金等额token,②充值9折优惠酬宾,③每天签到送$0.25;欢迎试用!
Authorization: Bearer ********************{
"model": "qwen-image-max",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"size": "1328x1328",
"n": 1,
"watermark": false,
"prompt_extend": true
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image-max",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景",
"size": "1328x1328",
"n": 1,
"watermark": false,
"prompt_extend": true
}'{
"created": 1767842675,
"data": [
{
"url": "https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com/...",
"b64_json": ""
}
]
}