From 80f74ccfbe3e0031095ce2d3dde04f76db881e80 Mon Sep 17 00:00:00 2001 From: Subhajit Das Date: Fri, 29 May 2026 10:25:48 +0530 Subject: [PATCH] Add A3M Router - #1 LLM routing benchmark & cheapest router with memory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b44d9..e0e62ed 100644 --- a/README.md +++ b/README.md @@ -4486,7 +4486,7 @@ For each task, the first column contains non-neural methods (e.g. n-gram, TF-IDF - "Neuron-Guided Interpretation of Code LLMs: Where, Why, and How?" [2025-12] [[paper](https://arxiv.org/abs/2512.19980)] ### API Usage - +- [A3M Router](https://github.com/Das-rebel/a3m-router) - #1 LLM routing benchmark & cheapest router with memory. 47+ providers, parallel execution, ensemble voting. ([RouterArena #1](https://github.com/RouteWorks/RouterArena/pull/113)) - "How and Why LLMs Use Deprecated APIs in Code Completion? An Empirical Study" [2024-06] [[paper](https://arxiv.org/abs/2406.09834)] - "Is ChatGPT a Good Software Librarian? An Exploratory Study on the Use of ChatGPT for Software Library Recommendations" [2024-08] [[paper](https://arxiv.org/abs/2408.05128)]