Authorization: Bearer ********************{
"model": "gpt-image-1",
"prompt": "一只黄色的小猫在玩花草",
"n": 1,
"size": "1024x1024"
}curl --location --request POST 'https://api.allmhub.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-1",
"prompt": "一只黄色的小猫在玩花草",
"n": 1,
"size": "1024x1024"
}'{
"created": 1763454959,
"data": [
{
"url": "https://zeakai-oss.oss-cn-hongkong.aliyuncs.com/aa3567e6-0ee2-4e6d-a84f-9ea56b7ad948.png"
}
]
}