{"model":"qwen-image-plus","input":{"messages":[{"role":"user","content":[{"text":"An elegant, dignified couplet hangs in a hall; the room has a quiet, classical Chinese decor with blue-and-white porcelain on the table. The left scroll reads \"Righteousness begets knowing; humans and machines share the Way; think kindly of the new\"; the right scroll reads \"Connect clouds, empower intelligence; heaven and earth open numeracy; lofty aspirations\"; the horizontal plaque reads \"Wisdom opens Tongyi\". The calligraphy is flowing; in the center hangs a Chinese-style painting of Yueyang Tower."}]}]},"parameters":{"negative_prompt":"","prompt_extend":true,"watermark":false,"size":"1328*1328"}}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'/v1/images/generations' \
--header'Content-Type: application/json' \
--data'{
"model": "qwen-image-plus",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "An elegant, dignified couplet hangs in a hall; the room has a quiet, classical Chinese decor with blue-and-white porcelain on the table. The left scroll reads \"Righteousness begets knowing; humans and machines share the Way; think kindly of the new\"; the right scroll reads \"Connect clouds, empower intelligence; heaven and earth open numeracy; lofty aspirations\"; the horizontal plaque reads \"Wisdom opens Tongyi\". The calligraphy is flowing; in the center hangs a Chinese-style painting of Yueyang Tower."
}
]
}
]
},
"parameters": {
"negative_prompt": "",
"prompt_extend": true,
"watermark": false,
"size": "1328*1328"
}
}'