Authorization: Bearer ********************{
"model": "gpt-image-1.5",
"size": "1024x1024",
"n": 1,
"prompt": "火起来",
"image": [
"https://s3.ffire.cc/files/jimeng.jpg"
]
}curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-1.5",
"size": "1024x1024",
"n": 1,
"prompt": "火起来",
"image": [
"https://s3.ffire.cc/files/jimeng.jpg"
]
}'{
"data": [
{
"url": "https://replicate.delivery/xezq/f7Ly1GbrTTyuVq4QB3X6AyzZYdJqEhbKWrTOT3sfEuizkxuVA/output_812338391_0.png"
}
],
"created": 1764583220
}