{
"model":"gpt-4o",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "这是什么"
},
{
"type": "image_url",
"image_url": {
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
}
}
]
}
]
}
curl --location --request POST 'https://xiaoai.plus/v1/chat/completions' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model":"gpt-4o",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "这是什么"
},
{
"type": "image_url",
"image_url": {
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
}
}
]
}
]
}'
{"id":"chatcmpl-AJaZYLCAOsEHltQhNa8A4OLF6k0sl","object":"chat.completion","created":1729232180,"model":"gpt-4o","choices":[{"index":0,"message":{"role":"assistant","content":"这是一张田野的照片,背景是蓝天白云和郁郁葱葱的绿色植物。画面的中间有一条木质小道,延伸到田野深处。整个画面给人一种宁静和自然的感觉,似乎是一个适合散步和放松的地方。"},"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":1114,"completion_tokens":74,"total_tokens":1188},"system_fingerprint":"fp_67802d9a6d"}