{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Tell me about this instrument"
},
{
"inlineData": {
"mimeType": "image/jpeg",
"data": "图片base64"
}
}
]
}
]
}curl --location 'https://cnapi.aiyunrouter.com/v1beta/models/:generateContent' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Tell me about this instrument"
},
{
"inlineData": {
"mimeType": "image/jpeg",
"data": "图片base64"
}
}
]
}
]
}'