Add A3M Router under new LLM Gateways & Routing section#585
Conversation
- New subsection: ### LLM Gateways & Routing under Agent Infrastructure - Entry: A3M Router - open-source LLM router with parallel multi-LLM execution across 47+ providers, confidence-scored voting, 62% cost savings - Updated TOC with the new subsection link
|
Quick update: A3M Router just ranked 🥇 #1 on RouterArena, the first open leaderboard for LLM router comparison (RouteWorks/RouterArena).
|
|
Hi! Following up on this PR. A3M Router v2.14 has been released with significant improvements. Let me know if any changes are needed to the submission. Thanks! |
|
Hi @jamesmurdza! Just checking in on this PR. A3M Router is now in 5 awesome lists and has 20K+ npm downloads. Happy to adjust format. Thanks for considering! |
|
Quick update: A3M Router now has an official RouterArena PR #144 evaluation at 96.77% accuracy and $0.0768/1K. Happy to adjust the listing text/format if helpful. Thanks! |
|
Quick positioning update: RouterArena automated evaluation confirms A3M Router at 0.9404 score / 96.77% accuracy, $0.0768/1K queries, and 1.0000 robustness with 0 abnormal entries across 8,400 queries. This positions A3M as No. 1 in accuracy, No. 1 in cost, and No. 1 in robustness among known public baselines: about 2.3× cheaper than Sqwish, 3.5× cheaper than RouteLLM, and ~130× cheaper than GPT-5. |
Description
Add A3M Router under a new LLM Gateways & Routing subsection of Agent Infrastructure. Also update the table of contents.
A3M Router is an open-source LLM router that executes queries simultaneously across 47+ providers with confidence-scored voting. Unlike tools that do sequential fallback, A3M runs multiple providers in parallel and merges results. It achieves 62% cost savings compared to using a single provider blindly (99.5% routing accuracy) and ships as a 19.5 KB CLI with zero ML dependencies. Results are independently verified in docs/BENCHMARK.md.
Checklist