Authorization: Bearer ********************
{
"model": "gemini-2.5-flash-image",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"text": "draw a picture sililarity",
"type": "text"
},
{
"image_url": {
"url": "https://filesystem.site/cdn/20250403/k0kVgLClcJyhH3Pybb5AInvsLptmQV.png"
},
"type": "image_url"
}
]
}
]
}
curl --location --request POST 'https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-flash-image",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"text": "draw a picture sililarity",
"type": "text"
},
{
"image_url": {
"url": "https://filesystem.site/cdn/20250403/k0kVgLClcJyhH3Pybb5AInvsLptmQV.png"
},
"type": "image_url"
}
]
}
]
}'
{}