Back to approved models
Anthropicactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT128Kper response INPUT$2.0 / Mtoken price OUTPUT$10.0 / Mtoken price
Approved model profile_
Claude Sonnet 5
Claude Sonnet 5 is Anthropic's most capable Sonnet-class model, with frontier performance across coding, agents, and professional work. It supports adaptive thinking with selectable reasoning effort levels, a 1M-token context window, and text, image, and file inputs.
claude-sonnet-5const completion = await client.chat.completions.create({
model: "claude-sonnet-5",
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.aiOne base URL for OpenAI, Anthropic, and Gemini.FORMAT ROUTES
OPENAI
/openaiANTHROPIC
/anthropicGEMINI
Use a format route to normalize requests and responses./geminiclaude-sonnet-5Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| Anthropic | 1M context | 128K | — | $2.0 / M | $10.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageinput: fileoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
