Back to approved models
OpenAIactiverelay/request.mjsready to route CONTEXT128K contextprompt window MAX OUTPUT16Kper response INPUT$1.3 / Mtoken price OUTPUT$10.0 / Mtoken price
Approved model profile_
GPT-5 chat
GPT-5 Chat is designed for advanced, natural, multimodal, and context-aware conversations for enterprise applications.
gpt-5-chatconst completion = await client.chat.completions.create({
model: "gpt-5-chat",
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-5-chatUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| OpenAI | 128K context | 16K | $1.3 / M | $10.0 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool usecache control
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
