Back to approved models
Anthropicactiverelay/request.mjsready to route CONTEXT200K contextprompt window MAX OUTPUT64Kper response INPUT$3.0 / Mtoken price OUTPUT$15.0 / Mtoken price
Approved model profile_
Claude Sonnet 4.6
Claude Sonnet 4.6 is Anthropic’s most advanced Sonnet model to date, optimized for real-world agents and coding workflows. It delivers state-of-the-art performance on coding benchmarks such as SWE-bench Verified, with improvements across system design, code security, and specification adherence....
claude-sonnet-4-6const completion = await client.chat.completions.create({
model: "claude-sonnet-4-6",
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 routeclaude-sonnet-4-6Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| AWS | 200K context | 64K | $3.0 / M | $15.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
