adaptive-memory-multi-model-router 2.14.23 → 2.14.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/.a3m-vault.json +20 -11
- package/package.json +20 -2
package/.a3m-vault.json
CHANGED
|
@@ -1,23 +1,32 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"id": "
|
|
3
|
+
"id": "bmmpyjmyfa",
|
|
4
4
|
"query": "What is TCP fast retransmit?",
|
|
5
|
-
"response": "3 duplicate ACKs",
|
|
5
|
+
"response": "3 duplicate ACKs trigger fast retransmit",
|
|
6
6
|
"model": "nvidia/llama-3.1-8b",
|
|
7
|
-
"timestamp":
|
|
7
|
+
"timestamp": 1780520002246,
|
|
8
8
|
"tags": [
|
|
9
|
-
"networking"
|
|
10
|
-
"tcp"
|
|
9
|
+
"networking"
|
|
11
10
|
]
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
|
-
"id": "
|
|
15
|
-
"query": "What is
|
|
16
|
-
"response": "
|
|
17
|
-
"model": "
|
|
18
|
-
"timestamp":
|
|
13
|
+
"id": "bmmpyjmyfb",
|
|
14
|
+
"query": "What is the strongest leather for bookbinding?",
|
|
15
|
+
"response": "Roan leather - made from sheepskin with a grained finish",
|
|
16
|
+
"model": "deepseek-chat",
|
|
17
|
+
"timestamp": 1780520002247,
|
|
19
18
|
"tags": [
|
|
20
|
-
"
|
|
19
|
+
"library"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "bmmpyjmyfc",
|
|
24
|
+
"query": "How many volumes per thousand is reasonable loss?",
|
|
25
|
+
"response": "5 volumes per thousand",
|
|
26
|
+
"model": "mistralai",
|
|
27
|
+
"timestamp": 1780520002248,
|
|
28
|
+
"tags": [
|
|
29
|
+
"library"
|
|
21
30
|
]
|
|
22
31
|
}
|
|
23
32
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.25",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
6
|
"description": "🥇 Cheapest LLM router on RouterArena ($0.05/1K) · 15K+ downloads in 2 weeks · Open-source AI gateway with parallel multi-LLM execution across 47+ providers, ensemble voting, semantic cache, and budget enforcement",
|
|
@@ -136,7 +136,25 @@
|
|
|
136
136
|
"together-ai",
|
|
137
137
|
"token-optimization",
|
|
138
138
|
"vercel-ai",
|
|
139
|
-
"xai"
|
|
139
|
+
"xai",
|
|
140
|
+
"cohere",
|
|
141
|
+
"azure-openai",
|
|
142
|
+
"sagemaker",
|
|
143
|
+
"vertex-ai",
|
|
144
|
+
"replicate",
|
|
145
|
+
"text-generation",
|
|
146
|
+
"chatbot",
|
|
147
|
+
"completion",
|
|
148
|
+
"embedding",
|
|
149
|
+
"reranking",
|
|
150
|
+
"fallback",
|
|
151
|
+
"retry",
|
|
152
|
+
"rate-limit",
|
|
153
|
+
"api-management",
|
|
154
|
+
"middleware",
|
|
155
|
+
"tiered-routing",
|
|
156
|
+
"dynamic-routing",
|
|
157
|
+
"intelligent-routing"
|
|
140
158
|
],
|
|
141
159
|
"author": "Das-rebel <subho@example.com>",
|
|
142
160
|
"license": "MIT",
|