Back to approved models

Approved model profile_

Googleactive

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-preview
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "gemini-3-flash-preview",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT1M contextprompt window
MAX OUTPUT65Kper response
INPUT$0.05 / Mtoken price
OUTPUT$3.0 / Mtoken price

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.

ENDPOINThttps://api.pipellm.ai/openaiOpenAI-compatible route
MODEL IDgemini-3-flash-previewUse this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputInput / MOutput / M
GCP Vertex1M context65K$0.05 / M$3.0 / M
Displayed pricing is per one million tokens and may vary by provider.
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool usecache controlcomputer use

Relay governs model access with the same routing policy that Lens keeps visible and auditable.