POST https://api.tokenhot.ai/v1/images/generationsqwen-image-plus-2026-01-09curl --location 'https://api.tokenhot.ai/v1/images/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image-plus-2026-01-09",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "An elegant and solemn couplet hangs in the hall. The room is a quiet and classical Chinese-style arrangement. Some blue and white porcelain is placed on the table. The left book '\''Yi Bensheng knows the same way and thinks new'\'', the right book '\''Tong Yun Fu Zhi Qian Kun Qi Num Gao Zhi Yuan'\'', and the horizontal batch '\''Zhi Qi Qi Qian Qian'\''."
}
]
}
]
},
"parameters": {
"prompt_extend": true,
"negative_prompt": "Text blurry, distorted, low quality, background clutter",
"size": "1328*1328",
"watermark": false,
"seed": 100
}
}'{
"output": [
{
"type": "message",
"content": [
{
"type": "image",
"text": "https://api-results.example.com/outputs/plus_generated_artwork.png"
}
]
}
],
"usage": {
"total_tokens": 2000,
"input_tokens": 150,
"input_tokens_details": {
"cached_tokens": 0
},
"output_tokens": 1850,
"output_tokens_details": {
"reasoning_tokens": 0
}
},
"request_id": "req_qwen_plus_e359bc8d_f9911e9aac07"
}