Authorization: Bearer ********************
{
"model": "qwen2-vl-7b-instruct", // qwen2-vl-72b-instruct、qwen2-vl-7b-instruct
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": [
{
"type": "text",
"text": "解读图片"
},
{
"type": "image_url",
"image_url": {
"url": "https://fyb-pc-static.cdn.bcebos.com/static/asset/homepage@2x_daaf4f0f6cf971ed6d9329b30afdf438.png"
}
}
]
}
]
}
curl --location --request POST 'https://api.chatfire.cn/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen2-vl-7b-instruct", // qwen2-vl-72b-instruct、qwen2-vl-7b-instruct
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": [
{
"type": "text",
"text": "解读图片"
},
{
"type": "image_url",
"image_url": {
"url": "https://fyb-pc-static.cdn.bcebos.com/static/asset/homepage@2x_daaf4f0f6cf971ed6d9329b30afdf438.png"
}
}
]
}
]
}'