Back to approved models
OpenAIactiverelay/request.mjsready to route CONTEXT128K contextprompt window MAX OUTPUT16Kper response INPUT$3.0 / Mtoken price OUTPUT$10.0 / Mtoken price
Approved model profile_
GPT-4.1
GPT-4.1 is a flagship large language model optimized for advanced instruction following, real-world software engineering, and long-context reasoning. It supports a 1 million token context window and outperforms GPT-4o and GPT-4.5 across coding (54.6% SWE-bench Verified), instruction compliance...
gpt-4.1-2025-04-14const completion = await client.chat.completions.create({
model: "gpt-4.1-2025-04-14",
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-4.1-2025-04-14Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| OpenAI | 128K context | 16K | $3.0 / M | $10.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool usecache control
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
