{"model":"qwen-image","input":{"prompt":"An elegant and solemn couplet hangs in the hall. The room is decorated in a quiet and classic Chinese style, with some blue and white porcelain placed on the table. On the couplet, the left side reads \"Righteousness is inherently known; humans and machines share the same path and think innovatively with kindness\", and the right side reads \"Connecting clouds and endowing wisdom; the universe initiates numbers with lofty aspirations\". The horizontal scroll reads \"Wisdom Initiates Universal Meaning\". The calligraphy is elegant and flowing. In the middle hangs a Chinese-style painting depicting Yueyang Tower."},"parameters":{"size":"1328*1328","n":1,"prompt_extend":true,"watermark":true}}
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--request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/text2image/image-synthesis' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "qwen-image",
"input": {
"prompt": "An elegant and solemn couplet hangs in the hall. The room is decorated in a quiet and classic Chinese style, with some blue and white porcelain placed on the table. On the couplet, the left side reads \"Righteousness is inherently known; humans and machines share the same path and think innovatively with kindness\", and the right side reads \"Connecting clouds and endowing wisdom; the universe initiates numbers with lofty aspirations\". The horizontal scroll reads \"Wisdom Initiates Universal Meaning\". The calligraphy is elegant and flowing. In the middle hangs a Chinese-style painting depicting Yueyang Tower."
},
"parameters": {
"size": "1328*1328",
"n": 1,
"prompt_extend": true,
"watermark": true
}
}'