Back to approved models

Approved model profile_

OpenAIactive

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

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