adaptive-memory-multi-model-router 2.13.26 β 2.13.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[π¨π³ δΈζ](./README_zh.md) Β· [π―π΅ ζ₯ζ¬θͺ](./README_ja.md) Β· [English](./README.md)
|
|
2
2
|
|
|
3
|
-
# A3M Router π β #1 LLM Routing Benchmark
|
|
3
|
+
# A3M Router π β #1 LLM Routing Benchmark & Cheapest Router with Memory
|
|
4
4
|
|
|
5
|
-
**#1 on the LLM routing benchmark
|
|
5
|
+
**#1 on the LLM routing benchmark & cheapest router with memory.** Parallel multi-LLM execution across 47+ providers.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
8
8
|
[](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
[](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
18
18
|
|
|
19
|
-
> **#1
|
|
19
|
+
> **#1 LLM routing benchmark & cheapest router with memory** β RouterArena score 76.43, cost $0.047/1K queries. 47+ providers, 19.5KB, zero ML dependencies.
|
|
20
20
|
|
|
21
21
|
**One prompt in. The right model out.** An open-source **AI gateway** that auto-routes every query to the cheapest capable model across **47+ LLM providers**. Features **parallel ensemble execution**, **semantic cache**, **budget enforcement**, **intelligent failover**, and **independent benchmark validation**. Start in <100ms. Python SDK + TypeScript SDK.
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.27",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
|
-
"description": "π #1
|
|
6
|
+
"description": "π #1 LLM routing benchmark & Cheapest LLM router with memory Β· Open-source AI gateway with parallel multi-LLM execution across 47+ providers, ensemble voting, semantic cache, and budget enforcement",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
9
9
|
"a3m-router": "dist/cli.js",
|