Back to approved models
Anthropicactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT128Kper response INPUT$10.0 / Mtoken price OUTPUT$50.0 / Mtoken price
Approved model profile_
Claude Fable 5
Claude Fable 5 is a Mythos-class model from Anthropic, built for autonomous knowledge work and coding. It supports reasoning and long-running, complex, asynchronous tasks that previously required frequent human check-ins, with a 1M-token context window and text, image, and file inputs.
claude-fable-5const completion = await client.chat.completions.create({
model: "claude-fable-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-fable-5Use this in every requestPROVIDER AVAILABILITY2 routes
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| AWS | 1M context | 128K | — | $10.0 / M | $50.0 / M |
| Anthropic | 1M context | 128K | — | $10.0 / M | $50.0 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool usecache control
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
