{
"model": "gpt-4o-all",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "分析文件"
},
{
"type": "image_url",
"image_url": {
"url": "https://test-thb.oss-cn-guangzhou.aliyuncs.com/test1.docx"
}
}
]
}
],
"stream": false
}
curl --location --request POST 'https://api.gpts.vin/v1/chat/completions' \
--header 'Content-Type: application/x-msgpack' \
--data-raw '{
"model": "gpt-4o-all",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "分析文件"
},
{
"type": "image_url",
"image_url": {
"url": "https://test-thb.oss-cn-guangzhou.aliyuncs.com/test1.docx"
}
}
]
}
],
"stream": false
}'
{}