{
"contents": [
{
"role": "user",
"parts": [
{
"text": "'Hi, This is a picture of me. Can you add a llama next to me"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "https://gips3.baidu.com/it/u=1821127123,1149655687&fm=3028&app=3028&f=JPEG&fmt=auto?w=720&h=1280"
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
],
"imageConfig": {
"aspectRatio": "9:16",
"imageSize": "1K"
}
},
"type": "image"
}curl --location -g --request POST '/v1beta/models/:generateContent?key={{YOUR_API_KEY}}' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "'\''Hi, This is a picture of me. Can you add a llama next to me"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "https://gips3.baidu.com/it/u=1821127123,1149655687&fm=3028&app=3028&f=JPEG&fmt=auto?w=720&h=1280"
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
],
"imageConfig": {
"aspectRatio": "9:16",
"imageSize": "1K"
}
},
"type": "image"
}'{}