Authorization: Bearer ********************{
"contents": [
{
"role": "string",
"parts": [
{
"inline_data": {
"mime_type": "string",
"data": "string"
},
"text": "string"
}
]
}
]
}curl --location 'https://api.lngai.cn/v1beta/models/gemini-2.5-pro:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"role": "string",
"parts": [
{
"inline_data": {
"mime_type": "string",
"data": "string"
},
"text": "string"
}
]
}
]
}'{}