Back to approved models
Googleactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT65Kper response INPUT$0.05 / Mtoken price OUTPUT$3.0 / Mtoken price
Approved model profile_
Gemini 3 Flash Preview
Gemini 3 Flash Preview is a high speed, high value thinking model designed for agentic workflows, multi turn chat, and coding assistance. It delivers near Pro level reasoning and tool use performance with substantially lower latency than larger Gemini variants, making it well suited for interactive...
gemini-3-flash-previewconst completion = await client.chat.completions.create({
model: "gemini-3-flash-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-flash-previewUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| GCP Vertex | 1M context | 65K | $0.05 / M | $3.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
