{
"model": "gemini-2.5-flash-image",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "draw a picture similarity"
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250403/k0kVgLClcJyhH3Pybb5AInvsLptmQV.png"
}
}
]
}
]
}curl --location --request POST '/v1/chat/completions' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-flash-image",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "draw a picture similarity"
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250403/k0kVgLClcJyhH3Pybb5AInvsLptmQV.png"
}
}
]
}
]
}'{
"id": "chatcmpl-89DocsKCpJKFelswiv3OMPykfZym4",
"object": "chat.completion",
"created": 1756692469,
"model": "gemini-2.5-flash-image",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "Here is an image similar to the one you provided.\n"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 97,
"completion_tokens": 47,
"total_tokens": 144
}
}