curl --location 'https://api.tokenhot.ai/v1/images/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2-text-to-image",
"prompt": "帮我生成一只可爱的猫",
"aspect_ratio": "16:9",
"resolution": "2K"
}'{
"created": 1715678401,
"data": [
{
"url": "https://tempfile.aiquickdraw.com/xxx.png",
"b64_json": ""
}
]
}