Back to approved models

Approved model profile_

OpenAIactive

GPT-4o Mini

GPT-4o mini Search Preview is a specialized model for web search in Chat Completions. It is trained to understand and execute web search queries.

gpt-4o-mini
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "gpt-4o-mini",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT128K contextprompt window
MAX OUTPUT16Kper response
INPUT$0.15 / Mtoken price
OUTPUT$0.60 / 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 IDgpt-4o-miniUse this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputInput / MOutput / M
OpenAI128K context16K$0.15 / M$0.60 / M
Displayed pricing is per one million tokens and may vary by provider.
SUPPORTED SURFACESactive
input: textoutput: texttool usecache control

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