Back to approved models

Approved model profile_

OpenAIactive

GPT-5 mini

GPT-5 Mini is a compact version of GPT-5, designed to handle lighter-weight reasoning tasks. It provides the same instruction-following and safety-tuning benefits as GPT-5, but with reduced latency and cost. GPT-5 Mini is the successor to OpenAI's o4-mini model.

gpt-5-mini
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "gpt-5-mini",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT128K contextprompt window
MAX OUTPUT16Kper response
INPUT$0.25 / Mtoken price
OUTPUT$2.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 IDgpt-5-miniUse this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputInput / MOutput / M
OpenAI128K context16K$0.25 / M$2.0 / 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.