Skip to content

Nano Banana

ProviderGoogle
Model namegemini-3-pro-image-preview
Endpoint/v1/chat/completions
Credits6 per image
Sizes1024x1024, 1792x1024, 1024x1792, 1024x768, 768x1024
  • 1K/2K/4K resolution support
  • Fast generation speed
  • High quality output
Terminal window
curl -X POST https://api.hiapi.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-pro-image-preview",
"stream": false,
"messages": [{"role": "user", "content": "a cute cat wearing sunglasses"}],
"extra_body": {
"google": {
"image_config": {"aspect_ratio": "1:1", "image_size": "1K"}
}
}
}'