## Question: How to get a router officially listed on RouterArena? I've submitted PRs #113 and #120 to add A3M Router to RouterArena, but both were closed without merge. My fork (Das-rebel/RouterArena) has the router working, but A3M is not appearing in the official leaderboard. **What is the correct process for official router submission?** A3M Router is an open-source parallel multi-LLM execution router with: - Parallel execution across 47+ providers (vs sequential fallback in litellm/one-api) - RouterArena robustness leaderboard #1 (76.43 score) - OpenAI-compatible API, MIT license - npm: `npm i -g adaptive-memory-multi-model-router` I've also submitted PRs to: - RouterBench (baseline submission) - MMR-Bench (multimodal routing) - LLMRouterBench (merged) Should I be submitting benchmark results via a data file instead of a README PR? Please advise on the correct path. Thanks!
Question: How to get a router officially listed on RouterArena?
I've submitted PRs #113 and #120 to add A3M Router to RouterArena, but both were closed without merge.
My fork (Das-rebel/RouterArena) has the router working, but A3M is not appearing in the official leaderboard.
What is the correct process for official router submission?
A3M Router is an open-source parallel multi-LLM execution router with:
npm i -g adaptive-memory-multi-model-routerI've also submitted PRs to:
Should I be submitting benchmark results via a data file instead of a README PR? Please advise on the correct path.
Thanks!