Back to approved models
OpenAIactiverelay/request.mjsready to route CONTEXT128K contextprompt window MAX OUTPUT16Kper response INPUT$2.5 / Mtoken price OUTPUT$10.0 / Mtoken price
Approved model profile_
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-4oconst completion = await client.chat.completions.create({
model: "gpt-4o",
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.ai/openaiOpenAI-compatible routegpt-4oUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| OpenAI | 128K context | 16K | $2.5 / M | $10.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: text
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
