Authorization: Bearer ********************
{
"model": "gemini-2.5-flash-preview-05-20",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "文档说了什么"
},
{
"type": "image_url",
"image_url": {
"url": "https://www.bt.cn/data/api-doc.pdf"
}
}
]
}
]
}
curl --location --request POST 'https://api.juheai.top/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-flash-preview-05-20",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "文档说了什么"
},
{
"type": "image_url",
"image_url": {
"url": "https://www.bt.cn/data/api-doc.pdf"
}
}
]
}
]
}'
{}