{
"model": "gpt-image-1",
"prompt": "一只在月球上的猫",
"size": "1024x1024",
"n": 1
}curl --location 'https://2-api.com/v1/images/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-1",
"prompt": "一只在月球上的猫",
"size": "1024x1024",
"n": 1
}'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string"
}
]
}