adaptive-memory-multi-model-router 2.13.24 → 2.13.25
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 +2 -2
- package/docs/npm-downloads-chart.svg +43 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
## 📈 Growth
|
|
16
16
|
|
|
17
|
-
[](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
18
18
|
|
|
19
19
|
> **The highest-ranked and lowest-cost LLM router on the RouterArena leaderboard** — #1 (76.43), cheapest at $0.047/1K queries. Parallel multi-LLM execution across 47+ providers. Open-source, 19.5KB, zero ML dependencies.
|
|
20
20
|
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
node dist/tui/dashboard.js
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
Terminal overlay box with `/route`, `/cost`, `/health`, `/models`, `/model <provider>`. Type anything to auto-route through the cheapest model.
|
|
36
36
|
|
|
37
37
|
### 📊 By the Numbers
|
|
38
38
|
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="300" viewBox="0 0 800 300">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
|
4
|
+
<stop offset="0%" stop-color="#1a1a2e"/>
|
|
5
|
+
<stop offset="100%" stop-color="#16213e"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="lineGrad" x1="0" y1="0" x2="1" y2="0">
|
|
8
|
+
<stop offset="0%" stop-color="#4fc3f7"/>
|
|
9
|
+
<stop offset="100%" stop-color="#00e676"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="areaGrad" x1="0" y1="0" x2="0" y2="1">
|
|
12
|
+
<stop offset="0%" stop-color="#4fc3f7" stop-opacity="0.3"/>
|
|
13
|
+
<stop offset="100%" stop-color="#4fc3f7" stop-opacity="0.02"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
|
|
17
|
+
<rect width="800" height="300" fill="url(#bg)" rx="12"/>
|
|
18
|
+
|
|
19
|
+
<text x="400.0" y="30" text-anchor="middle" fill="#e0e0e0" font-family="monospace" font-size="16" font-weight="bold">npm Downloads</text>
|
|
20
|
+
<text x="400.0" y="50" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="11">Total: 11,637 · v2.13.24 · 🥇 RouterArena #1 (76.43) · Cheapest at $0.047/1K</text>
|
|
21
|
+
<line x1="60" y1="60.0" x2="740" y2="60.0" stroke="#2a2a4e" stroke-width="1"/>
|
|
22
|
+
<text x="52" y="64.0" text-anchor="end" fill="#90a4ae" font-family="monospace" font-size="10">11,637</text>
|
|
23
|
+
<line x1="60" y1="105.0" x2="740" y2="105.0" stroke="#2a2a4e" stroke-width="1"/>
|
|
24
|
+
<text x="52" y="109.0" text-anchor="end" fill="#90a4ae" font-family="monospace" font-size="10">8,727</text>
|
|
25
|
+
<line x1="60" y1="150.0" x2="740" y2="150.0" stroke="#2a2a4e" stroke-width="1"/>
|
|
26
|
+
<text x="52" y="154.0" text-anchor="end" fill="#90a4ae" font-family="monospace" font-size="10">5,818</text>
|
|
27
|
+
<line x1="60" y1="195.0" x2="740" y2="195.0" stroke="#2a2a4e" stroke-width="1"/>
|
|
28
|
+
<text x="52" y="199.0" text-anchor="end" fill="#90a4ae" font-family="monospace" font-size="10">2,909</text>
|
|
29
|
+
<line x1="60" y1="240.0" x2="740" y2="240.0" stroke="#2a2a4e" stroke-width="1"/>
|
|
30
|
+
<text x="52" y="244.0" text-anchor="end" fill="#90a4ae" font-family="monospace" font-size="10">0</text>
|
|
31
|
+
<text x="60.0" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-13</text>
|
|
32
|
+
<text x="157.14285714285714" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-15</text>
|
|
33
|
+
<text x="254.28571428571428" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-17</text>
|
|
34
|
+
<text x="351.4285714285714" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-19</text>
|
|
35
|
+
<text x="448.57142857142856" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-21</text>
|
|
36
|
+
<text x="545.7142857142858" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-23</text>
|
|
37
|
+
<text x="642.8571428571428" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-25</text>
|
|
38
|
+
<text x="740.0" y="258" text-anchor="middle" fill="#90a4ae" font-family="monospace" font-size="9">05-27</text>
|
|
39
|
+
<polygon points="60,240 60.0,240.0 108.6,240.0 157.1,231.5 205.7,226.5 254.3,197.1 302.9,174.7 351.4,168.0 400.0,165.2 448.6,145.6 497.1,114.9 545.7,112.2 594.3,109.0 642.9,100.9 691.4,84.9 740.0,60.0 740.0,240" fill="url(#areaGrad)"/>
|
|
40
|
+
<polyline points="60.0,240.0 108.6,240.0 157.1,231.5 205.7,226.5 254.3,197.1 302.9,174.7 351.4,168.0 400.0,165.2 448.6,145.6 497.1,114.9 545.7,112.2 594.3,109.0 642.9,100.9 691.4,84.9 740.0,60.0" fill="none" stroke="url(#lineGrad)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
41
|
+
<circle cx="740.0" cy="60.0" r="4" fill="#00e676"/>
|
|
42
|
+
<text x="748.0" y="64.0" fill="#00e676" font-family="monospace" font-size="11" font-weight="bold">11,637 total</text>
|
|
43
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.25",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
6
|
"description": "🥇 #1 on RouterArena (76.43) · Cheapest LLM router at $0.047/1K · Open-source AI gateway with parallel multi-LLM execution across 47+ providers, ensemble voting, semantic cache, and budget enforcement",
|