Back to approved models
Googleactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT65Kper response INPUT$2.0 / Mtoken price OUTPUT$12.0 / Mtoken price
Approved model profile_
Gemini 3 Pro Image Preview
[Nano Banana Pro is Google’s most advanced image-generation and editing model, built on Gemini 3 Pro. It extends the original Nano Banana with significantly improved multimodal reasoning, real-world grounding, and high-fidelity visual synthesis. The model generates context-rich graphics, from...
gemini-3-pro-image-previewconst completion = await client.chat.completions.create({
model: "gemini-3-pro-image-preview",
messages: [
{ role: "user",
content: "Plan a multi-step task" }
]
});Route configuration_
Use the model through the contract you already have.
PipeLLM resolves provider access, policy, and supported model capabilities without changing the interface your application calls.
https://api.pipellm.ai/openaiOpenAI-compatible routegemini-3-pro-image-previewUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| GCP Vertex | 1M context | 65K | $2.0 / M | $12.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: textoutput: image
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
