All models
Google · image
Nano Banana
nano_banana
Text-to-image route, priced ~50% below the provider official price.
Pricing
Per image$0.02
−49%vs. official price
Billed 1:1 against prepaid credits — no markup, no subscription.
Tokens (30d)
1.96M
processed via gateway
Volume
65,445/day
images generated
Latency
5.54s
p95 8.86s
Success
99.6%
2xx responses
Usage & performance
Representative figures based on recent gateway activity.
Images generated
Last 30 daysLatency
Last 30 daysSpecifications
Model IDnano_banana
ProviderGoogle
ModalityImage
Endpoint/api/v1/images/generations
Price$0.02 per image
vs. official~49% cheaper
Supported parameters
promptsizenresponse_format
How to use
Point any OpenAI-compatible client at the gateway and call nano_banana.
curl https://api.blackmagic.engineering/v1/images/generations \
-H "Authorization: Bearer $BLACKMAGIC_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano_banana",
"prompt": "studio product shot, soft light",
"size": "1024x1024"
}'Same OpenAI SDK — only the base URL changes.
