Anthropic · updated 2026-08-29

Run Claude Fable 5: providers, pricing and flat-rate access

Anthropic's most intelligent generally available model (the Claude 5 family's flagship tier) — in heavy demand for agentic coding since launch.

Without an Anthropic subscription you have two real routes to Claude Fable 5: Anthropic API billing (pay-per-token, no plan windows, bill scales with usage) or a flat-rate provider serving the Anthropic Messages API — Standard Compute serves Claude 5-family models over /v1/messages at a fixed monthly price, which also means Claude Code works via an ANTHROPIC_BASE_URL swap.

Your options, honestly

Claude Pro / Max$20–200/moFirst-party plans — best integration, but metered by 5-hour session windows plus weekly caps.
Anthropic APIPay-per-tokenNo windows; frontier per-token rates make heavy agentic use expensive.
Standard Compute$39+/mo flatClaude 5-family over /v1/messages and in the OpenAI-compatible routed pool — fixed price, no session windows. Routing decides when Fable-class is used.
Cloud platforms (Bedrock/Vertex)Pay-per-tokenEnterprise route with cloud billing; same per-token economics.
the flat-rate trade-off

The honest trade-off: first-party gives you every Anthropic variant and the deepest Claude Code integration; the flat-rate route gives you Claude 5-family quality without windows or a meter. Heavy Claude Code users hitting weekly caps are exactly who the second route exists for.

Running it in your agent

Claude Code: set ANTHROPIC_BASE_URL=https://api.stdcmpt.com and run — no session windows. OpenAI-compatible agents (OpenCode, Cline, Aider) reach Claude 5-family through the routed 'standardcompute' model.

FAQ

Can I use Claude Fable 5 without paying Anthropic directly?
Yes — providers serving the Anthropic Messages API offer Claude 5-family access under their own billing. Standard Compute does this at a flat monthly price; cloud platforms (Bedrock, Vertex) do it per-token under cloud billing.
Does Claude Code work with non-Anthropic billing?
Yes, since August 2026: Claude Code respects ANTHROPIC_BASE_URL, so any provider speaking the Messages API can power it. See our Claude Code guide for the full setup.

More: how flat-rate LLM APIs work · per-agent guides for OpenCode, Claude Code and Cline · model comparisons