Back to approved models

Approved model profile_

Anthropicactive

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-6
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "claude-sonnet-4-6",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT200K contextprompt window
MAX OUTPUT64Kper response
INPUT$3.0 / Mtoken price
OUTPUT$15.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 IDclaude-sonnet-4-6Use this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputInput / MOutput / M
AWS200K context64K$3.0 / M$15.0 / M
Displayed pricing is per one million tokens and may vary by provider.
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool usecache controlcomputer use

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