Skip to content

Commit cefac61

Browse files
ZhenghuaBaoclaude
andcommitted
Add orcarouter-adaptive router predictions
10-model pool: anthropic claude-haiku/sonnet-4, google gemini-2.5-flash/-lite, openai gpt-4o-mini/gpt-5-mini, deepseek chat/reasoner, alibaba qwen3-235b/30b. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 18f6061 commit cefac61

3 files changed

Lines changed: 167602 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"pipeline_params": {
3+
"router_name": "orcarouter-adaptive",
4+
"router_cls_name": "orcarouter-adaptive",
5+
"models": [
6+
"anthropic/claude-haiku-4-5-20251001",
7+
"anthropic/claude-sonnet-4",
8+
"google/gemini-2.5-flash-lite",
9+
"google/gemini-2.5-flash",
10+
"openai/gpt-4o-mini",
11+
"openai/gpt-5-mini",
12+
"deepseek/deepseek-chat",
13+
"deepseek/deepseek-reasoner",
14+
"alibaba/qwen3-235b-a22b-instruct-2507",
15+
"alibaba/qwen3-30b-a3b-instruct-2507"
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)