Back to approved models
Googleactiverelay/request.mjsready to route CONTEXT1049M contextprompt window MAX OUTPUT66Mper response INPUT$1.5 / Mtoken price OUTPUT$9.0 / Mtoken price
Approved model profile_
Gemini 3.5
Gemini 3.5 Flash is Google's brand-new generation core AI model, launched in May 2026, featuring ultimate processing speed, powerful code writing capabilities, and the execution power of an autonomous AI Agent (AI Agent). Although positioned as the lightweight "Flash" series, its performance has...
gemini-3.5-flashconst completion = await client.chat.completions.create({
model: "gemini-3.5-flash",
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.aiOne base URL for OpenAI, Anthropic, and Gemini.FORMAT ROUTES
OPENAI
/openaiANTHROPIC
/anthropicGEMINI
Use a format route to normalize requests and responses./geminigemini-3.5-flashUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| GCP Vertex | 1049M context | 66M | — | $1.5 / M | $9.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.
