{
"model": "qwen-image-2.0-pro",
"prompt": "Healing-style hand-drawn poster featuring three puppies playing with a ball",
"negative_prompt": "低分辨率,低画质,肢体畸形",
"size": "2048*2048",
"n": 1,
"prompt_extend": true,
"watermark": false,
"seed": 0
}curl --location '/v1/images/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image-2.0-pro",
"prompt": "Healing-style hand-drawn poster featuring three puppies playing with a ball",
"negative_prompt": "低分辨率,低画质,肢体畸形",
"size": "2048*2048",
"n": 1,
"prompt_extend": true,
"watermark": false,
"seed": 0
}'{
"created": 1714000000,
"data": [
{
"url": "string",
"revised_prompt": "string"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
}
}