Authorization: ********************{
"model": "gemini-3.1-flash-image-preview",
"prompt": "A cute orange cat sitting on the windowsill watching the sunset, photographic style, high definition quality"
}curl --location 'https://api-xmodel.nexconn.ai/v1/images/generations' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-3.1-flash-image-preview",
"prompt": "A cute orange cat sitting on the windowsill watching the sunset, photographic style, high definition quality"
}'{
"created": 1234567890,
"data": [
{
"b64_json": "iVBORw0KGgoAAAANSUhEUgA..."
}
],
"output_format": "png",
"usage": {
"total_tokens": 5234,
"input_tokens": 234,
"output_tokens": 5000,
"input_tokens_details": {
"text_tokens": 234,
"image_tokens": 0
}
}
}