Back to approved models

Approved model profile_

Anthropicactive

Claude Sonnet 4.5

Claude Sonnet 4.5 is an advanced Anthropic Sonnet model tuned for real-world agents, coding workflows, tool use, and multimodal analysis. It balances frontier-level reasoning with practical latency and cost, making it a strong default for software engineering, automation, and complex business...

claude-sonnet-4-5-20250929
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "claude-sonnet-4-5-20250929",
  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-5-20250929Use this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY2 routes
ProviderContextMax outputInput / MOutput / M
AWS200K context64K$3.0 / M$15.0 / M
GCP Vertex200K context64K$3.0 / M$15.0 / M
Displayed pricing is per one million tokens and may vary by provider.
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.