{
"contents": [
{
"parts": [
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "输入Base64"
}
},
{
"text": "Caption this image."
}
]
}
]
}
curl --location --request POST 'https://apihk.unifyllm.top/v1beta/models/gemini-2.0-flash:generateContent?key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "输入Base64"
}
},
{
"text": "Caption this image."
}
]
}
]
}'
{}