{"model":"qwen-image-plus","input":{"messages":[{"role":"user","content":[{"text":"An elegant and solemn couplet hangs in the hall. The room boasts a tranquil classical Chinese decor, with several pieces of blue-and-white porcelain placed on the table. The left scroll of the couplet is inscribed with \"Righteousness originates from innate awareness; humans and machines follow the same path, thinking kindly and pursuing innovation\", while the right scroll reads \"Connect to clouds to endow wisdom; heaven and earth unlock digital insights, fostering lofty aspirations and far-reaching ideals\". The horizontal scroll bears the title \"Wisdom Illuminates Integrated Righteousness\", written in flowing and elegant calligraphy. Hanging in the middle is a traditional Chinese painting featuring 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'https://moteapi.com/v1/images/generations' \
--header'Content-Type: application/json' \
--data'{
"model": "qwen-image-plus",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "An elegant and solemn couplet hangs in the hall. The room boasts a tranquil classical Chinese decor, with several pieces of blue-and-white porcelain placed on the table. The left scroll of the couplet is inscribed with \"Righteousness originates from innate awareness; humans and machines follow the same path, thinking kindly and pursuing innovation\", while the right scroll reads \"Connect to clouds to endow wisdom; heaven and earth unlock digital insights, fostering lofty aspirations and far-reaching ideals\". The horizontal scroll bears the title \"Wisdom Illuminates Integrated Righteousness\", written in flowing and elegant calligraphy. Hanging in the middle is a traditional Chinese painting featuring Yueyang Tower."
}
]
}
]
},
"parameters": {
"negative_prompt": "",
"prompt_extend": true,
"watermark": false,
"size": "1328*1328"
}
}'