Anthropic · updated 2026-08-29
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.
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.
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.
More: how flat-rate LLM APIs work · per-agent guides for OpenCode, Claude Code and Cline · model comparisons