Back to approved models

Approved model profile_

OpenAIactive

GPT-4o

The 2024-11-20 version of GPT-4o offers a leveled-up creative writing ability with more natural, engaging, and tailored writing to improve relevance & readability. It’s also better at working with uploaded files, providing deeper insights & more thorough responses. GPT-4o (""o"" for ""omni"") is...

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

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