About ClawRouters

ClawRouters is an independent task-aware routing gateway for deployed AI agents. You change one base_url; for every call that comes through, we classify what the agent is actually asking for and forward it to the cheapest model capable of that specific task.

The problem we exist to solve

A deployed agent makes calls all day, and most of them are not hard. Classification, extraction, formatting and short answers do not need a frontier model, but an agent configured with one model sends everything there. The expensive minority sets the price for the whole bill.

Deciding per call is the entire product. Everything else here exists to support that decision.

How a model gets chosen

  1. Task classification. Each call is classified from its messages, tool definitions and conversation shape. Calls that cannot be classified fall back to a conservative default rather than a guess.
  2. Capability filter. Calls needing vision, long context, thinking mode or structured output are restricted to models that genuinely support them, so a cheaper model is never substituted into a job it will fail.
  3. Cost ordering. Among the models that clear the bar, the cheapest wins.
  4. Health and failover. Providers that error or degrade enter a cooldown, so one upstream outage does not cascade through your agent.

The live model list and prices are on the models page, and you can estimate a bill with the LLM cost calculator.

What the gateway covers

Beyond chat completions, ClawRouters routes and bills embeddings, managed speech-to-text and text-to-speech, and web search issued from inside an agent — so an agent does not need a separate integration and a separate bill for each of them. Endpoints are documented in the setup guide.

What ClawRouters is not

  • Not a model marketplace. A marketplace hands you many models and leaves the per-call choice to you. Our position is that the per-call choice is the part worth automating — the difference is set out on ClawRouters vs OpenRouter.
  • Not a model provider. We do not train or host models. Calls are forwarded to upstream providers.
  • Not affiliated with the tools we support. All product names and trademarks named on this site belong to their respective owners.

How we make money

ClawRouters charges for usage of the gateway. We do not sell your data, and no model provider pays us to be preferred — routing order follows capability and published price, both visible on the models page.

On savings claims

Where this site cites a 70–90% reduction, that describes mixed agent workloads routed per call instead of sending everything to one premium model. Your actual saving depends on your workload mix — an agent doing mostly hard reasoning saves less than one doing mostly classification and extraction. The dashboard reports your own per-call routing and spend rather than an estimate.

Development and support

ClawRouters has been in continuous development since February 2026. Notable routing, model, API and billing changes are recorded on the changelog.

Support and business enquiries: [email protected]. See the contact page for what to include.