{
"model": "gpt-image-2",
"prompt": "再画一艘小船",
"size": "2048x3072",
"quality ":"high",
"image": ["https://cdnoss.jounery.vip/images/1779936630/1779936630472521523.png"]
}curl --location '/v1/images/generations?async=true' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "再画一艘小船",
"size": "2048x3072",
"quality ":"high",
"image": ["https://cdnoss.jounery.vip/images/1779936630/1779936630472521523.png"]
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}