Google: Nano Banana Pro (Gemini 3 Pro Image Preview)
google/gemini-3-pro-image-preview
A Nano Banana Pro preview identifier for image-generation and editing experiments. Pin the exact ID when reproducibility matters and check its current availability before scheduling a batch.
Provider-supported parameters
These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.
Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.
Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmub11aww00x8r82g9j6ajm6h:1
Image prices & options
Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.
Google AI Studio
| Usage | Unit | USD | Variant |
|---|---|---|---|
| input image | token | $0.000001 | Default |
| output image | token | $0.00006 | Default |
{
"n": {
"type": "range",
"min": 1,
"max": 1
},
"resolution": {
"type": "enum",
"values": [
"1K",
"2K",
"4K"
]
},
"aspect_ratio": {
"type": "enum",
"values": [
"1:1",
"2:3",
"3:2",
"3:4",
"4:3",
"4:5",
"5:4",
"9:16",
"16:9",
"21:9"
]
},
"input_references": {
"type": "range",
"min": 0,
"max": 14
}
}Google AI Studio
| Usage | Unit | USD | Variant |
|---|---|---|---|
| input image | token | $0.000002 | Default |
| output image | token | $0.00012 | Default |
{
"n": {
"type": "range",
"min": 1,
"max": 1
},
"resolution": {
"type": "enum",
"values": [
"1K",
"2K",
"4K"
]
},
"aspect_ratio": {
"type": "enum",
"values": [
"1:1",
"2:3",
"3:2",
"3:4",
"4:3",
"4:5",
"5:4",
"9:16",
"16:9",
"21:9"
]
},
"input_references": {
"type": "range",
"min": 0,
"max": 14
}
}JEVROUTER INTEGRATION NOTES · REVIEWED 2026-09-22
What to check in your application
- A preview model's lifecycle and provider availability can change; the catalog is refreshed hourly.
- Compare resolution variants using the endpoint's actual pricing units rather than the text-model price fields.
Start with the example below, then test representative inputs against your own acceptance criteria.
Make a request
Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.
curl --no-buffer https://api.jevrouter.io/v1/images \
-H "Authorization: Bearer $JEVROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d @- <<'JSON'
{
"model": "google/gemini-3-pro-image-preview",
"prompt": "A detailed isometric illustration of a quiet bookstore, soft daylight, readable spatial layout, no signs or text.",
"n": 1,
"stream": true
}
JSONPlan your integration
Related models to evaluate
Use identical inputs and scoring rules. No ranking is implied by this selection.
Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.