Authorization: Bearer ********************
{
"model": "gemini-2.0-flash-preview-image-generation",
"stream": true,
"messages": [
{
"role": "user",
"content": "A cat in a tree"
}
]
}
curl --location --request POST 'https://api.apicore.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.0-flash-preview-image-generation",
"stream": true,
"messages": [
{
"role": "user",
"content": "A cat in a tree"
}
]
}'
{}