Google: Nano Banana (Gemini 2.5 Flash Image)
Gemini 2.5 Flash Image, a.k.a. "Nano Banana," is now generally available. It is a state of the art image generation model with contextual understanding. It is capable of image generation,...
Install on 00 Use in other agents
What it costs
≈ $0.139 per image, on your AI tokens.
Where it runs
Built in: runs on your workspace's AI tokens, out of the box — no key, no separate account. Prices are final AI-token prices.
Call it from your own code
It answers at an OpenAI-compatible endpoint on your AI tokens — no separate account, no key from the model's maker.
Create a workspace API key in the
Overblast console and point your base URL at
https://brain.deployd.network/ai/v1. Usage bills that workspace's AI tokens, at the prices shown here.
curl https://brain.deployd.network/ai/v1/images \
-H "Authorization: Bearer ob_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-2.5-flash-image",
"prompt": "a red bicycle against a wet brick wall at night"
}'
# → { "data": [ { "b64_json": "iVBORw0KGgo…" } ] }
The model above is the id the endpoint answers to — not this page's
address.