adaptive-memory-multi-model-router 2.5.4 → 2.5.5
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 +16 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
6
6
|
[](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
7
7
|
[](https://github.com/Das-rebel/adaptive-memory-multi-model-router)
|
|
8
|
+
[](https://discord.gg/a3m-router)
|
|
9
|
+
[](https://twitter.com/a3mrouter)
|
|
8
10
|
|
|
9
11
|
> **4,200+ npm downloads in 4 days** — Python SDK, 36 providers.
|
|
10
12
|
|
|
@@ -51,6 +53,19 @@ npx a3m-router serve # OpenAI proxy at localhost:87
|
|
|
51
53
|
[](https://github.com/Das-rebel/adaptive-memory-multi-model-router/blob/main/LICENSE)
|
|
52
54
|
|
|
53
55
|
---
|
|
56
|
+
> ⚡️ **A3M Router** — Route to the cheapest capable model with 99.5% accuracy. Semantic cache, guardrails, 62% cost savings. Start in <100ms, zero ML.
|
|
57
|
+
>
|
|
58
|
+
> 🙏 **If this helps you, please star the repo** — it helps more developers discover us!
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Used By
|
|
62
|
+
|
|
63
|
+

|
|
64
|
+
[](https://github.com/Das-rebel/adaptive-memory-multi-model-router)
|
|
65
|
+
|
|
66
|
+
*We track usage but don't collect personal data. If you're using A3M Router, [let us know](https://github.com/Das-rebel/adaptive-memory-multi-model-router/discussions)!*
|
|
67
|
+
|
|
68
|
+
|
|
54
69
|
|
|
55
70
|
## Why A3M Router
|
|
56
71
|
|
|
@@ -650,4 +665,4 @@ Run benchmarks yourself:
|
|
|
650
665
|
node scripts/routing-benchmark-v2.js # Routing accuracy
|
|
651
666
|
node scripts/run-mmlu-benchmark.js # Provider quality
|
|
652
667
|
node scripts/run-provider-benchmark.js # Latency & throughput
|
|
653
|
-
|
|
668
|
+
``
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.5",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
6
|
"description": "LLM router & AI gateway — 99.5% routing accuracy, 47 providers (DeepSeek, Kimi/Moonshot, Qwen, Zhipu GLM, Yi + more). Semantic cache, guardrails, cost analytics. Built on 30+ arXiv papers (SGLang, Medusa, MemoRAG). Zero ML, 19.5KB. TypeScript + Python SDK. MIT.",
|