跳转到主要内容
POST
/
generate
/
bailian
/
qwen-image-plus
Qwen Image Plus 文生图
curl --request POST \
  --url https://api.sinancode.com/v1/generate/bailian/qwen-image-plus \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "negative_prompt": "<string>",
  "prompt": "<string>",
  "prompt_extend": true,
  "seed": 1073741823,
  "size": "1664*928"
}'
{
  "task_id": "01234567-89ab-cdef-0123-456789abcdef"
}
阿里云通义万相图片生成模型,原生支持中文提示词和智能改写功能。

Authorizations

Authorization
string
header
required

请使用您的 API Token 进行认证

Body

application/json

任务参数

prompt
string
required

正向提示词(必填,最大 800 字符)

Maximum length: 800
negative_prompt
string

负向提示词(可选,最大 500 字符)

Maximum length: 500
prompt_extend
boolean

启用提示词智能改写(可选,默认 true)

seed
integer

随机种子(可选,范围 0-2147483647)

Required range: 0 <= x <= 2147483647
size
enum<string>

图片尺寸(可选,默认 13281328) 可选值:1664928, 14721140, 13281328, 11401472, 9281664

可用选项:
1664*928,
1472*1140,
1328*1328,
1140*1472,
928*1664

Response

OK

task_id
string
required

Task ID

Example:

"01234567-89ab-cdef-0123-456789abcdef"