From b3d665f13b138e5ceb06a81cb779ecc04fc6ef77 Mon Sep 17 00:00:00 2001 From: yl231 Date: Tue, 14 Jul 2026 11:18:49 -0500 Subject: [PATCH] Leaderboard: add BARouter (#157), chuzom-solo-v32 (#161), Nadir-Tumbler (#159); Cross-Router update to #1 (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds three newly-merged router submissions and refreshes the Cross-Router row from its updated submission. Official /evaluate metrics: - Cross-Router (#163): Arena 76.12 · Acc 78.14% · $0.30/1K · Robust 67.14 -> now #1 - Nadir-Tumbler (#159): Arena 75.17 · Acc 75.34% · $0.08/1K · Robust 66.43 -> #4 - chuzom-solo-v32 (#161): Arena 70.61 · Acc 70.59% · $0.10/1K · Robust 100.00 -> #12 - BARouter (#157): Arena 67.09 · Acc 68.80% · $0.63/1K · Robust 52.38 -> #15 Manifest entries added for the three new routers so the website sync regenerates their derived data. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 49 +++++++++++++++++++++------------------ leaderboard_manifest.yaml | 27 +++++++++++++++++++++ 2 files changed, 53 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c13aa4f1..cc51628b 100644 --- a/README.md +++ b/README.md @@ -37,29 +37,32 @@ For more details, please see our [website](https://routeworks.github.io/leaderbo | Rank | Router | Affiliation | Acc-Cost Arena | Accuracy | Cost/1K Queries | Optimal Selection | Optimal Cost | Optimal Accuracy | Latency | Robustness | |------|--------------------|-----------------------------|--------|----------|---------|-----------------|--------------|----------------|---------|------------| -| 🥇 | [vLLM‑SR](https://vllm-semantic-router.com/) [[Code]](https://github.com/vllm-project/semantic-router) [[HF]](https://huggingface.co/llm-semantic-router) | 🎓 vLLM SR Team | 75.30 | 77.18 | $0.30 | 16.81 | 25.10 | 89.37 | — | 67.62 | -| 🥈 | [Sqwish Router](https://www.sqwish.ai/) | 👤 [@namitha-sqwish](https://github.com/namitha-sqwish) | 75.27 | 76.40 | $0.18 | 7.41 | 25.10 | 90.47 | — | 100.00 | -| 🥉 | [AgentForge Router]() | 👤 [@YangY-Z](https://github.com/YangY-Z) | 74.13 | 74.72 | $0.13 | 17.84 | 52.47 | 98.68 | — | 40.48 | -| 4 | [Cross-Router]() | 👤 [@JiaHg](https://github.com/JiaHg) | 73.71 | 75.13 | $0.26 | 40.18 | 44.03 | 89.58 | — | 59.05 | -| 5 | [Weave Router](https://workweave.ai) | 🎓 Weave | 72.82 | 76.32 | $0.94 | — | — | — | — | 100.00 | -| 6 | [Nadir Router](https://github.com/NadirRouter/NadirClaw) | 🎓 NadirRouter | 72.29 | 75.01 | $0.68 | — | — | — | — | 25.48 | -| 7 | [OrcaRouter‑Adaptive](https://www.orcarouter.ai/) [[Code]](https://github.com/Continuum-AI-Corp/OrcaRouter-Lite) [[Paper]](https://arxiv.org/abs/2605.30736) [[X]](https://x.com/orcarouter) | 🎓 [Continuum AI](https://www.continuum01.ai/) | 72.08 | 75.54 | $1.00 | — | — | — | — | 22.62 | -| 8 | [Hybrid Router]() | 👤 [@mikemao27](https://github.com/mikemao27) | 72.08 | 71.38 | $0.04 | 89.87 | 94.19 | 92.81 | — | 96.67 | -| 9 | [R2-Router](https://arxiv.org/abs/2602.02823/) | 🎓 UCF | 71.60 | 71.23 | $0.06 | 24.51 | 48.70 | 99.85 | — | 45.71 | -| 10 | [LLM Router](https://github.com/ypollak2/llm-router) [[PyPI]](https://pypi.org/project/llm-routing/) | 👤 [@ypollak2](https://github.com/ypollak2) | 71.26 | 72.05 | $0.20 | 18.01 | 20.46 | 89.13 | — | 30.00 | -| 11 | [Azure-Model-Router](https://ai.azure.com/catalog/models/model-router) [[Web]](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/model-router) | 💼 Microsoft | 70.42 | 72.94 | $0.73 | — | — | — | — | 71.43 | -| 12 | [Auto Router]() | 👤 [@cxf2015](https://github.com/cxf2015) | 70.05 | 70.17 | $0.12 | 37.58 | 40.02 | 86.04 | — | 49.52 | -| 13 | [MIRT‑BERT](https://arxiv.org/pdf/2506.01048) [[Code]](https://github.com/Mercidaiha/IRT-Router) | 🎓 USTC | 66.89 | 66.88 | $0.15 | 3.44 | 19.62 | 78.18 | 27.03 | 61.19 | -| 14 | [NIRT‑BERT](https://arxiv.org/pdf/2506.01048) [[Code]](https://github.com/Mercidaiha/IRT-Router) | 🎓 USTC | 66.12 | 66.34 | $0.21 | 3.83 | 14.04 | 77.88 | 10.42 | 49.29 | -| 15 | [GPT‑5](https://openai.com/index/introducing-gpt-5/) | 💼 OpenAI | 64.32 | 73.96 | $10.02 | — | — | — | — | — | -| 16 | [CARROT](https://arxiv.org/abs/2502.03261) [[Code]](https://github.com/somerstep/CARROT) [[HF]](https://huggingface.co/CARROT-LLM-Routing) | 🎓 UMich | 63.87 | 67.21 | $2.06 | 2.68 | 6.77 | 78.63 | 1.50 | 89.05 | -| 17 | [Chayan](https://huggingface.co/adaptive-classifier/chayan) [[HF]](https://huggingface.co/adaptive-classifier/chayan) | 🎓 Adaptive Classifier | 63.83 | 64.89 | $0.56 | 43.03 | 43.75 | 88.74 | — | — | -| 18 | [RouterBench‑MLP](https://arxiv.org/pdf/2403.12031) [[Code]](https://github.com/withmartian/routerbench) [[HF]](https://huggingface.co/datasets/withmartian/routerbench) | 🎓 Martian | 57.56 | 61.62 | $4.83 | 13.39 | 24.45 | 83.32 | 90.91 | 80.00 | -| 19 | [NotDiamond](https://www.notdiamond.ai/) | 💼 NotDiamond | 57.29 | 60.83 | $4.10 | 1.55 | 2.14 | 76.81 | — | 55.91 | -| 20 | [GraphRouter](https://arxiv.org/abs/2410.03834) [[Code]](https://github.com/ulab-uiuc/GraphRouter) | 🎓 UIUC | 57.22 | 57.00 | $0.34 | 4.73 | 38.33 | 74.25 | 2.70 | 94.29 | -| 21 | [RouterBench‑KNN](https://arxiv.org/pdf/2403.12031) [[Code]](https://github.com/withmartian/routerbench) [[HF]](https://huggingface.co/datasets/withmartian/routerbench) | 🎓 Martian | 55.48 | 58.69 | $4.27 | 13.09 | 25.49 | 78.77 | 1.33 | 83.33 | -| 22 | [RouteLLM](https://arxiv.org/abs/2406.18665) [[Code]](https://github.com/lm-sys/RouteLLM) [[HF]](https://huggingface.co/routellm) | 🎓 Berkeley | 48.07 | 47.04 | $0.27 | 99.72 | 99.63 | 68.76 | 0.40 | 100.00 | -| 23 | [RouterDC](https://arxiv.org/abs/2409.19886) [[Code]](https://github.com/shuhao02/RouterDC) | 🎓 SUSTech | 33.75 | 32.01 | $0.07 | 39.84 | 73.00 | 49.05 | 10.75 | 85.24 | +| 🥇 | [Cross-Router]() | 👤 [@JiaHg](https://github.com/JiaHg) | 76.12 | 78.14 | $0.30 | 17.66 | 45.49 | 90.31 | — | 67.14 | +| 🥈 | [vLLM‑SR](https://vllm-semantic-router.com/) [[Code]](https://github.com/vllm-project/semantic-router) [[HF]](https://huggingface.co/llm-semantic-router) | 🎓 vLLM SR Team | 75.30 | 77.18 | $0.30 | 16.81 | 25.10 | 89.37 | — | 67.62 | +| 🥉 | [Sqwish Router](https://www.sqwish.ai/) | 👤 [@namitha-sqwish](https://github.com/namitha-sqwish) | 75.27 | 76.40 | $0.18 | 7.41 | 25.10 | 90.47 | — | 100.00 | +| 4 | [Nadir-Tumbler]() | 👤 [@doramirdor](https://github.com/doramirdor) | 75.17 | 75.34 | $0.08 | — | — | — | — | 66.43 | +| 5 | [AgentForge Router]() | 👤 [@YangY-Z](https://github.com/YangY-Z) | 74.13 | 74.72 | $0.13 | 17.84 | 52.47 | 98.68 | — | 40.48 | +| 6 | [Weave Router](https://workweave.ai) | 🎓 Weave | 72.82 | 76.32 | $0.94 | — | — | — | — | 100.00 | +| 7 | [Nadir Router](https://github.com/NadirRouter/NadirClaw) | 🎓 NadirRouter | 72.29 | 75.01 | $0.68 | — | — | — | — | 25.48 | +| 8 | [OrcaRouter‑Adaptive](https://www.orcarouter.ai/) [[Code]](https://github.com/Continuum-AI-Corp/OrcaRouter-Lite) [[Paper]](https://arxiv.org/abs/2605.30736) [[X]](https://x.com/orcarouter) | 🎓 [Continuum AI](https://www.continuum01.ai/) | 72.08 | 75.54 | $1.00 | — | — | — | — | 22.62 | +| 9 | [Hybrid Router]() | 👤 [@mikemao27](https://github.com/mikemao27) | 72.08 | 71.38 | $0.04 | 89.87 | 94.19 | 92.81 | — | 96.67 | +| 10 | [R2-Router](https://arxiv.org/abs/2602.02823/) | 🎓 UCF | 71.60 | 71.23 | $0.06 | 24.51 | 48.70 | 99.85 | — | 45.71 | +| 11 | [LLM Router](https://github.com/ypollak2/llm-router) [[PyPI]](https://pypi.org/project/llm-routing/) | 👤 [@ypollak2](https://github.com/ypollak2) | 71.26 | 72.05 | $0.20 | 18.01 | 20.46 | 89.13 | — | 30.00 | +| 12 | [chuzom-solo-v32]() | 👤 [@ypollak2](https://github.com/ypollak2) | 70.61 | 70.59 | $0.10 | — | — | — | — | 100.00 | +| 13 | [Azure-Model-Router](https://ai.azure.com/catalog/models/model-router) [[Web]](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/model-router) | 💼 Microsoft | 70.42 | 72.94 | $0.73 | — | — | — | — | 71.43 | +| 14 | [Auto Router]() | 👤 [@cxf2015](https://github.com/cxf2015) | 70.05 | 70.17 | $0.12 | 37.58 | 40.02 | 86.04 | — | 49.52 | +| 15 | [BARouter]() | 👤 [@zulk2002](https://github.com/zulk2002) | 67.09 | 68.80 | $0.63 | 58.56 | 59.03 | 87.91 | — | 52.38 | +| 16 | [MIRT‑BERT](https://arxiv.org/pdf/2506.01048) [[Code]](https://github.com/Mercidaiha/IRT-Router) | 🎓 USTC | 66.89 | 66.88 | $0.15 | 3.44 | 19.62 | 78.18 | 27.03 | 61.19 | +| 17 | [NIRT‑BERT](https://arxiv.org/pdf/2506.01048) [[Code]](https://github.com/Mercidaiha/IRT-Router) | 🎓 USTC | 66.12 | 66.34 | $0.21 | 3.83 | 14.04 | 77.88 | 10.42 | 49.29 | +| 18 | [GPT‑5](https://openai.com/index/introducing-gpt-5/) | 💼 OpenAI | 64.32 | 73.96 | $10.02 | — | — | — | — | — | +| 19 | [CARROT](https://arxiv.org/abs/2502.03261) [[Code]](https://github.com/somerstep/CARROT) [[HF]](https://huggingface.co/CARROT-LLM-Routing) | 🎓 UMich | 63.87 | 67.21 | $2.06 | 2.68 | 6.77 | 78.63 | 1.50 | 89.05 | +| 20 | [Chayan](https://huggingface.co/adaptive-classifier/chayan) [[HF]](https://huggingface.co/adaptive-classifier/chayan) | 🎓 Adaptive Classifier | 63.83 | 64.89 | $0.56 | 43.03 | 43.75 | 88.74 | — | — | +| 21 | [RouterBench‑MLP](https://arxiv.org/pdf/2403.12031) [[Code]](https://github.com/withmartian/routerbench) [[HF]](https://huggingface.co/datasets/withmartian/routerbench) | 🎓 Martian | 57.56 | 61.62 | $4.83 | 13.39 | 24.45 | 83.32 | 90.91 | 80.00 | +| 22 | [NotDiamond](https://www.notdiamond.ai/) | 💼 NotDiamond | 57.29 | 60.83 | $4.10 | 1.55 | 2.14 | 76.81 | — | 55.91 | +| 23 | [GraphRouter](https://arxiv.org/abs/2410.03834) [[Code]](https://github.com/ulab-uiuc/GraphRouter) | 🎓 UIUC | 57.22 | 57.00 | $0.34 | 4.73 | 38.33 | 74.25 | 2.70 | 94.29 | +| 24 | [RouterBench‑KNN](https://arxiv.org/pdf/2403.12031) [[Code]](https://github.com/withmartian/routerbench) [[HF]](https://huggingface.co/datasets/withmartian/routerbench) | 🎓 Martian | 55.48 | 58.69 | $4.27 | 13.09 | 25.49 | 78.77 | 1.33 | 83.33 | +| 25 | [RouteLLM](https://arxiv.org/abs/2406.18665) [[Code]](https://github.com/lm-sys/RouteLLM) [[HF]](https://huggingface.co/routellm) | 🎓 Berkeley | 48.07 | 47.04 | $0.27 | 99.72 | 99.63 | 68.76 | 0.40 | 100.00 | +| 26 | [RouterDC](https://arxiv.org/abs/2409.19886) [[Code]](https://github.com/shuhao02/RouterDC) | 🎓 SUSTech | 33.75 | 32.01 | $0.07 | 39.84 | 73.00 | 49.05 | 10.75 | 85.24 | 🎓 Open-source  💼 Closed-source  diff --git a/leaderboard_manifest.yaml b/leaderboard_manifest.yaml index 3a99d940..6860d4b6 100644 --- a/leaderboard_manifest.yaml +++ b/leaderboard_manifest.yaml @@ -126,6 +126,33 @@ routers: affiliation: "@ypollak2" github_url: "https://github.com/ypollak2" + - readme_name: "Nadir-Tumbler" + website_name: "Nadir-Tumbler" + prediction: "nadir-tumbler" + category_key: "nadir-tumbler" + flip_key: "nadir-tumbler" + website: + affiliation: "@doramirdor" + github_url: "https://github.com/doramirdor" + + - readme_name: "chuzom-solo-v32" + website_name: "chuzom-solo-v32" + prediction: "chuzom-solo-v32" + category_key: "chuzom-solo-v32" + flip_key: "chuzom-solo-v32" + website: + affiliation: "@ypollak2" + github_url: "https://github.com/ypollak2" + + - readme_name: "BARouter" + website_name: "BARouter" + prediction: "BARouter" + category_key: "barouter" + flip_key: "barouter" + website: + affiliation: "@zulk2002" + github_url: "https://github.com/zulk2002" + # --- Externally-evaluated baselines (headline from README; derived data on # the website is preserved as-is) --- - readme_name: "MIRT-BERT"