{
"model": "gpt-image-2",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"text": "人像照片,真实皮肤质感,自然光,电影感光照,细节清晰,高质量",
"type": "text"
},
{
"image_url":{
"url":""
},
"type": "image_url"
}
]
}
]
}curl --location --request POST 'https://www.goatapi.com/v1/chat/completions' \
--header 'Authorization: Bearer sk-oswbVsoEtaNRJaZXmMEcJ0lg4uVvMGlnulovCeVD5YRKVYwX' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-2",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"text": "人像照片,真实皮肤质感,自然光,电影感光照,细节清晰,高质量",
"type": "text"
},
{
"image_url":{
"url":""
},
"type": "image_url"
}
]
}
]
}'{"id":"chatcmpl-89DimXzTI91DqYCA1wBns5XS9sKrz","object":"chat.completion","created":1777017316,"model":"gpt-image-2","choices":[{"index":0,"message":{"role":"assistant","content":"\n\n> 🎨 生成中...\n\n\n\n[点击下载](https://pro.filesystem.site/cdn/download/20260424/e77ed23c398be0d3382c901d6f8234.png)"},"finish_reason":"stop"}],"usage":{"prompt_tokens":868,"completion_tokens":4111,"total_tokens":4979,"prompt_tokens_details":{"text_tokens":96,"image_tokens":765},"completion_tokens_details":{"image_tokens":4000,"content_tokens":111}}}