Authorization: Bearer ********************{
"model": "gpt-image-1.5",
"prompt": "画一幅清明上河图",
"n": 1,
"size": "2:3"
}curl --location --request POST 'https://api.tu-zi.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-1.5",
"prompt": "画一幅清明上河图",
"n": 1,
"size": "2:3"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}