Smart Routing

Stop paying flagship prices for trivial work.

Cohesor scores each request's complexity, then routes it to the right-sized model — strong for hard problems, economy for the rest — up to 15× cheaper, with a dial you control.

your agent
1 REQ
Cohesor
SCORING…
2 LANES
ROUTED →
economy
low complexity
complexity: low saved: −97% vs strong
Smart router

The router reads the room.

A lightweight complexity classifier scores each prompt and picks the right-sized model. Move the sensitivity dial; the traffic obeys.

ROUTING PLANE MODE: BALANCED
your agents
2,148 REQ/S
Cohesor
MODE: BALANCED
SCORING 2 LANES
strong model
flagship · hard problems
economy model
cheap · trivial edits

SENSITIVITY DIAL

LIVE TRAFFIC SPLIT

DECISION LOG

How it decides

A complexity score,
not a coin flip.

  • Complexity scoring. A lightweight INT8 MiniLM classifier reads each prompt and estimates how much model it actually needs.
  • Binary decision. The score vs your threshold picks the strong or the economy model — no round trips, no external API, ~20-40ms on CPU.
  • Your sensitivity dial. Bias the router toward economy or strong, per key or per team. Higher sensitivity → more traffic to the strong model.
  • Key-free and local. The router runs in-process — no external API, no key, no latency spike on a cold start.
DECISION · LIVE per request
Lane Model When Score
strong flagship complexity ≥ threshold
0.92
economy cheap complexity < threshold
0.31 ←

Score = INT8 MiniLM complexity estimate (0-1). Your threshold (the sensitivity dial) decides which lane wins. The strong model doubles as the single "Fixed" model when routing is off.

FIXED MODE optional

Prefer to pin a model?

Turn routing off and pin any model slug — you still get compression, governance, caching and full observability. Flip routing back on whenever you're ready.

# pin via API
PUT /v1/profiles/prod
{ "routing": { "mode": "fixed", "model": "kimi-k2.7-code" } }
SAVINGS · ROUTING per request

The bill, itemised.

Every request comes with a receipt.

list · strong model$0.0142
− smart route → economy−$0.0138
you paid$0.0004
SAVED −97.2%
Get started

Route every request like it's paying the bill.

Connect your first agent in under two minutes. The router starts scoring on request one.