Routing between combos #1795
Replies: 5 comments 3 replies
-
|
Hey @RodriAndreotti! Great question, and congrats on getting set up with 4 purpose-specific combos - that is exactly the kind of advanced setup OmniRoute is built for! OmniRoute already has features for dynamic prompt-based routing: 1. Model-Combo Mappings (Wildcard Router)
3. Combo Strategies
The simplest approach for your 4-combo setup would be to use model-combo mappings with specific model aliases. Let me know if you would like help configuring this! |
Beta Was this translation helpful? Give feedback.
-
|
Hey @RodriAndreotti! Update on this: there's a path forward without needing your external classifier. OmniRoute actually already ships the building blocks -- two sync, sub-ms, keyword-based classifiers:
The gap: I've opened #2834 to track the extension -- add combo aliases as valid targets in Until that ships, the workaround you set up (small free model classifying client-side) is the right shape. Will ping you here when the inter-combo router lands. |
Beta Was this translation helpful? Give feedback.
-
|
Yep @RodriAndreotti -- once the Smart Router lands (#2834), the agent side stays simple: just point your client at a single stable model name (e.g. Two ways to consume it:
For now (until #2834 ships), the cleanest pre-existing path is the alias-per-role pattern I described in #540's reply -- one model alias per agent role, each backed by a single combo. It's not prompt-classified but it gets you per-agent fallback chains today without the external classifier dependency. I'll ping back here when the Smart Router PR lands. |
Beta Was this translation helpful? Give feedback.
-
|
Cheers @RodriAndreotti -- thank you! I'll ping you right here the moment the Smart Router (#2834) lands so you can drop the external classifier. Appreciate the kind words and the well-scoped use case. |
Beta Was this translation helpful? Give feedback.
-
|
As promised, @RodriAndreotti -- pinging you here because the Smart Router (#2834) has landed, so you can drop your external Kilo classifier. It shipped as task-aware routing that now accepts combos as targets (not just single models). The built-in keyword classifier ( How to wire it to your 4 combos:
Note: this corrects my earlier "New Alias -> Use Smart Router" sketch -- the shipped mechanism is the global Task Routing toggle + |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, there!
First of all, great project!
Congrats!
I've installed omniroute yesterday and have created 4 combos with differente purposes models.
How could I implement dynamic routing between these four combinations based on the prompt?
Something like an AI classifier.
Is there anything like this available today?
I’ve seen that it’s possible to create routes based on glob patterns, but I’m not sure if that would lead to too many false positives for each model.
My idea would be something like:
Architecture model
Execution model
Low-cost model for batch processing, and
High-end model (Opus or similar) for conflict resolution among the others
Does anyone have suggestions for these kinds of scenarios?
Beta Was this translation helpful? Give feedback.
All reactions