adaptive-memory-multi-model-router 2.14.0 → 2.14.1
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/.github/workflows/auto-publish.yml +45 -0
- package/.github/workflows/npm-publish.yml +6 -6
- package/ARCHITECTURE.md +1 -1
- package/LANDING.md +1 -1
- package/LAUNCH.md +21 -21
- package/MANIFESTO.md +2 -2
- package/README.md +39 -24
- package/SUBMISSIONS.md +1 -1
- package/articles/COMPETITOR_ALERTS.md +31 -0
- package/articles/DEVTO_MULTI_PROVIDER.md +1 -1
- package/articles/FRESH_devto.md +3 -3
- package/articles/FRESH_hackernews.md +4 -4
- package/articles/FRESH_reddit_ml.md +6 -6
- package/articles/FRESH_reddit_node.md +2 -2
- package/articles/FRESH_reddit_sideproject.md +1 -1
- package/articles/FRESH_reddit_webdev.md +1 -1
- package/articles/FROM_ZERO_TO_10K.md +2 -2
- package/articles/HN_ACCOUNT_GUIDE.md +21 -0
- package/articles/HN_CHINESE_STYLE.md +1 -1
- package/articles/HN_FINAL.md +7 -7
- package/articles/HN_TIMING_GUIDE.md +52 -0
- package/articles/INDIEHACKERS_POST.md +52 -0
- package/articles/LLM_BENCHMARK_DEEP_DIVE.md +1 -1
- package/articles/PRODUCTHUNT_LISTING.md +48 -0
- package/articles/SHOW_HN_FINAL.md +29 -0
- package/benchmark-results.json +22 -5
- package/demo/VEO3_PROMPTS.md +269 -0
- package/demo/VIDEO_PRODUCTION_GUIDE.md +333 -0
- package/demo/asciinema-demo.sh +184 -0
- package/demo/demo-hn.tape +95 -0
- package/docs/BENCHMARK.md +3 -3
- package/docs/COUNCIL_V2.2_DECISION.md +1 -1
- package/docs/GEO.md +4 -4
- package/docs/HN_CHECKLIST.md +2 -2
- package/docs/HN_FOUNDER_COMMENT.md +1 -1
- package/docs/HN_SUBMISSION_FINAL.md +12 -12
- package/docs/HN_SUBMISSION_V3.md +5 -5
- package/docs/QUICK_START.md +1 -1
- package/docs/TMLPD_V2.2_RESEARCH_ROADMAP.md +7 -7
- package/docs/UPDATE_TOPICS.md +1 -1
- package/docs/architecture-diagram.md +40 -0
- package/docs/benchmark.html +4 -4
- package/docs/blog/routerarena-number-one.html +2 -2
- package/docs/comparison-litellm.md +88 -0
- package/docs/comparison.md +1 -1
- package/docs/cost-chart-ascii.md +42 -0
- package/docs/cost-comparison-chart.svg +88 -0
- package/docs/demo.html +1 -1
- package/docs/index.html +72 -27
- package/docs/llms.txt +31 -50
- package/docs/robots.txt +15 -0
- package/docs/sitemap.xml +59 -53
- package/hf-space/README.md +11 -10
- package/hf-space/app.py +214 -71
- package/hf-space/requirements.txt +1 -0
- package/index.html +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/proxy/README.md +2 -2
package/docs/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>A3M Router — #1 LLM Routing Benchmark & Cheapest Router with Memory</title>
|
|
7
|
-
<meta name="description" content="
|
|
7
|
+
<meta name="description" content="#1 LLM routing benchmark & cheapest router with memory. Parallel multi-LLM execution across 47+ providers. RouterArena score 76.43, cost $0.047/1K queries.">
|
|
8
8
|
<meta name="keywords" content="LLM router, AI gateway, open-source, multi-provider, cost optimization, parallel LLM, semantic cache, load balancing, OpenAI proxy">
|
|
9
9
|
<meta property="og:title" content="A3M Router — #1 LLM Routing Benchmark & Cheapest Router with Memory">
|
|
10
10
|
<meta property="og:description" content="#1 on RouterArena (76.43). Cheapest LLM router at $0.047/1K queries. Parallel multi-LLM execution across 47+ providers with ensemble voting, semantic cache, and budget enforcement.">
|
|
@@ -12,31 +12,76 @@
|
|
|
12
12
|
<meta property="og:url" content="https://das-rebel.github.io/a3m-router/">
|
|
13
13
|
<meta property="og:type" content="website">
|
|
14
14
|
<meta name="twitter:card" content="summary_large_image">
|
|
15
|
-
<meta name="twitter:title" content="A3M Router —
|
|
16
|
-
<meta name="twitter:description" content="
|
|
15
|
+
<meta name="twitter:title" content="A3M Router — #1 LLM Routing Benchmark & Cheapest Router with Memory">
|
|
16
|
+
<meta name="twitter:description" content="#1 on RouterArena (76.43). Cheapest LLM router at $0.047/1K queries. Parallel multi-LLM execution across 47+ providers with memory.">
|
|
17
17
|
<link rel="canonical" href="https://das-rebel.github.io/a3m-router/">
|
|
18
18
|
<link rel="stylesheet" href="styles.css">
|
|
19
19
|
<script type="application/ld+json">
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
20
|
+
{
|
|
21
|
+
"@context": "https://schema.org",
|
|
22
|
+
"@type": "SoftwareApplication",
|
|
23
|
+
"name": "A3M Router",
|
|
24
|
+
"alternateName": [
|
|
25
|
+
"Adaptive Memory Multi-Model Router",
|
|
26
|
+
"A3M",
|
|
27
|
+
"a3m-router",
|
|
28
|
+
"adaptive-memory-multi-model-router"
|
|
29
|
+
],
|
|
30
|
+
"applicationCategory": [
|
|
31
|
+
"DeveloperApplication",
|
|
32
|
+
"WebApplication",
|
|
33
|
+
"Utilities"
|
|
34
|
+
],
|
|
35
|
+
"operatingSystem": [
|
|
36
|
+
"Node.js",
|
|
37
|
+
"Linux",
|
|
38
|
+
"macOS",
|
|
39
|
+
"Windows"
|
|
40
|
+
],
|
|
41
|
+
"description": "#1 LLM routing benchmark & cheapest router with memory. Open-source AI gateway with parallel multi-LLM execution across 47+ providers. RouterArena score 76.43, cost $0.047/1K queries. Ensemble voting, semantic cache, budget enforcement, circuit breaker.",
|
|
42
|
+
"url": "https://github.com/Das-rebel/a3m-router",
|
|
43
|
+
"sameAs": [
|
|
44
|
+
"https://www.npmjs.com/package/adaptive-memory-multi-model-router",
|
|
45
|
+
"https://github.com/Das-rebel/a3m-router",
|
|
46
|
+
"https://das-rebel.github.io/a3m-router/"
|
|
47
|
+
],
|
|
48
|
+
"downloadUrl": "https://www.npmjs.com/package/adaptive-memory-multi-model-router",
|
|
49
|
+
"softwareVersion": "2.13.27",
|
|
50
|
+
"license": "https://opensource.org/licenses/MIT",
|
|
51
|
+
"author": {
|
|
52
|
+
"@type": "Person",
|
|
53
|
+
"name": "Das-rebel",
|
|
54
|
+
"url": "https://github.com/Das-rebel"
|
|
55
|
+
},
|
|
56
|
+
"offers": {
|
|
57
|
+
"@type": "Offer",
|
|
58
|
+
"price": "0",
|
|
59
|
+
"priceCurrency": "USD",
|
|
60
|
+
"availability": "https://schema.org/InStock"
|
|
61
|
+
},
|
|
62
|
+
"aggregateRating": {
|
|
63
|
+
"@type": "AggregateRating",
|
|
64
|
+
"ratingValue": "76.43",
|
|
65
|
+
"bestRating": "100",
|
|
66
|
+
"worstRating": "0",
|
|
67
|
+
"ratingCount": "1",
|
|
68
|
+
"reviewCount": "1"
|
|
69
|
+
},
|
|
70
|
+
"featureList": [
|
|
71
|
+
"Parallel multi-LLM execution",
|
|
72
|
+
"47+ provider support",
|
|
73
|
+
"Ensemble voting with confidence scoring",
|
|
74
|
+
"Semantic cache (30%+ hit rate)",
|
|
75
|
+
"Budget enforcement with per-query cost tracking",
|
|
76
|
+
"Circuit breaker with auto failover",
|
|
77
|
+
"Persistent episodic memory",
|
|
78
|
+
"RouterArena #1 benchmark score",
|
|
79
|
+
"Cost $0.047/1K queries",
|
|
80
|
+
"19.5KB, zero ML dependencies",
|
|
81
|
+
"OpenAI-compatible proxy"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
</script>
|
|
40
85
|
<script>
|
|
41
86
|
function toggleNav() {
|
|
42
87
|
document.querySelector('.nav-links').classList.toggle('open');
|
|
@@ -74,7 +119,7 @@
|
|
|
74
119
|
<p class="tagline">One prompt in. The right model out. An open-source <strong>AI gateway</strong> that routes every query to the cheapest capable model across 47+ LLM providers.</p>
|
|
75
120
|
|
|
76
121
|
<div class="badges">
|
|
77
|
-
<span class="badge green">✅
|
|
122
|
+
<span class="badge green">✅ Routing Accuracy</span>
|
|
78
123
|
<span class="badge">📡 47+ Providers</span>
|
|
79
124
|
<span class="badge orange">💰 62% Cost Savings</span>
|
|
80
125
|
<span class="badge purple">⚡ Zero ML · 19.5KB</span>
|
|
@@ -100,7 +145,7 @@ npx a3m-router serve
|
|
|
100
145
|
<section>
|
|
101
146
|
<div class="stats-grid">
|
|
102
147
|
<div class="stat-card">
|
|
103
|
-
<div class="stat-value"
|
|
148
|
+
<div class="stat-value"></div>
|
|
104
149
|
<div class="stat-label">±1 Tier Routing Accuracy</div>
|
|
105
150
|
</div>
|
|
106
151
|
<div class="stat-card">
|
|
@@ -216,7 +261,7 @@ npx a3m-router serve
|
|
|
216
261
|
<div class="card">
|
|
217
262
|
<div class="card-icon">🎯</div>
|
|
218
263
|
<h3>Intelligent Routing</h3>
|
|
219
|
-
<p>12 keyword signals across 5 dimensions classify query complexity. Routes to cheapest capable model. <strong
|
|
264
|
+
<p>12 keyword signals across 5 dimensions classify query complexity. Routes to cheapest capable model. <strong></strong> ±1 tier accuracy.</p>
|
|
220
265
|
</div>
|
|
221
266
|
<div class="card">
|
|
222
267
|
<div class="card-icon">🧠</div>
|
|
@@ -328,7 +373,7 @@ npx a3m-router serve
|
|
|
328
373
|
<tbody>
|
|
329
374
|
<tr><td>Parallel ensemble</td><td class="check">✅</td><td class="cross">❌</td><td class="cross">❌</td><td class="cross">❌</td></tr>
|
|
330
375
|
<tr><td>Confidence scoring</td><td class="check">✅</td><td class="cross">❌</td><td class="cross">❌</td><td class="cross">❌</td></tr>
|
|
331
|
-
<tr><td>Routing accuracy</td><td>
|
|
376
|
+
<tr><td>Routing accuracy</td><td> ±1</td><td>Manual</td><td>Manual</td><td>Manual</td></tr>
|
|
332
377
|
<tr><td>Self-hosted</td><td class="check">✅</td><td class="check">✅</td><td class="cross">❌</td><td class="check">✅</td></tr>
|
|
333
378
|
<tr><td>Semantic cache</td><td class="check">✅</td><td class="cross">❌</td><td class="cross">❌</td><td class="cross">❌</td></tr>
|
|
334
379
|
<tr><td>Budget enforcement</td><td class="check">✅</td><td class="cross">❌</td><td class="cross">❌</td><td class="cross">❌</td></tr>
|
package/docs/llms.txt
CHANGED
|
@@ -1,63 +1,44 @@
|
|
|
1
|
-
# A3M Router —
|
|
1
|
+
# A3M Router — #1 LLM Routing Benchmark & Cheapest Router with Memory
|
|
2
2
|
|
|
3
3
|
## One sentence
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
## Core
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
#1 on RouterArena (76.43), cheapest LLM router at $0.047/1K queries. Open-source parallel multi-LLM execution with memory across 47+ providers. 19.5KB, zero ML dependencies.
|
|
5
|
+
|
|
6
|
+
## Core differentiator
|
|
7
|
+
Parallel multi-LLM execution. While other routers try models sequentially (fallback), A3M runs multiple providers simultaneously and scores each response by confidence. This achieves the best accuracy at the lowest cost.
|
|
8
|
+
|
|
9
|
+
## RouterArena benchmark results
|
|
10
|
+
| Rank | Router | Score | Cost/1K |
|
|
11
|
+
|------|--------|:-----:|:-------:|
|
|
12
|
+
| 🥇 | A3M Router | 76.43 | $0.047 |
|
|
13
|
+
| 🥈 | Sqwish | 75.27 | $0.18 |
|
|
14
|
+
| 🥉 | Azure-Model-Router | 71.87 | $0.22 |
|
|
15
|
+
| 4 | GPT-5 | 64.32 | $10.02 |
|
|
16
|
+
| 5 | RouteLLM | 48.07 | $0.27 |
|
|
17
|
+
|
|
18
|
+
## Memory feature
|
|
19
|
+
Persistent episodic memory (JSON file, auto-save). Router learns user preferences across sessions. The only LLM router with built-in memory.
|
|
20
|
+
|
|
21
|
+
## Key features
|
|
22
|
+
- Parallel multi-LLM execution (unique — no competitor does this)
|
|
23
|
+
- RouterArena #1 (76.43 score, evaluated on the RouterArena benchmark (arXiv:2510.00202))
|
|
24
|
+
- Cheapest: $0.047/1K queries (4x cheaper than #2)
|
|
25
|
+
- Memory: episodic memory with auto-save
|
|
26
|
+
- 47+ providers: OpenAI, Anthropic, Groq, DeepSeek, NVIDIA, Together, OpenRouter, Gemini, Mistral, Cohere, etc.
|
|
10
27
|
- Semantic cache (30%+ hit rate)
|
|
11
28
|
- Budget enforcement with per-query cost tracking
|
|
12
29
|
- Circuit breaker with auto failover
|
|
13
|
-
- Prompt injection guardrails (17 patterns)
|
|
14
|
-
- Persistent episodic memory (JSON file, auto-save)
|
|
15
30
|
- Query-type presets: fast, creative, deep thinking, code
|
|
31
|
+
- Ensemble voting with confidence scoring
|
|
16
32
|
|
|
17
33
|
## Quick start
|
|
18
34
|
```bash
|
|
19
35
|
npm install adaptive-memory-multi-model-router
|
|
20
|
-
npx a3m-router route "
|
|
21
|
-
npx a3m-router serve # OpenAI-compatible proxy at :8787
|
|
36
|
+
npx a3m-router route "Explain quantum computing"
|
|
22
37
|
```
|
|
23
38
|
|
|
24
|
-
## Key files
|
|
25
|
-
- `src/index.ts` — Main entry, all exports
|
|
26
|
-
- `src/routing/ensembleVoting.ts` — P0: Parallel ensemble voting
|
|
27
|
-
- `src/routing/queryTypePresets.ts` — P1: Query-type presets
|
|
28
|
-
- `src/memory/episodicMemory.ts` — P3: Persistent memory
|
|
29
|
-
- `src/providers/providerConfig.ts` — 47 provider configurations
|
|
30
|
-
- `src/routing/advancedRouter.ts` — RouteLLM-style routing with 12 signals
|
|
31
|
-
- `docs/BENCHMARK.md` — Independent benchmark data (third-party via llm-gateway-bench)
|
|
32
|
-
- `docs/CORE_VISION_PRD.md` — Product requirements document
|
|
33
|
-
|
|
34
|
-
## Benchmark (independent, third-party)
|
|
35
|
-
- Direct to Groq: 138ms TTFT
|
|
36
|
-
- Through A3M (forced): 234ms (+96ms overhead)
|
|
37
|
-
- Through A3M (auto route): 374ms (+236ms overhead for full intelligence)
|
|
38
|
-
- 62% cost savings vs all-premium routing
|
|
39
|
-
- Tool: llm-gateway-bench (not our own scripts)
|
|
40
|
-
|
|
41
|
-
## Unique differentiator
|
|
42
|
-
Parallel ensemble execution: runs N providers simultaneously, scores results on specificity/structure/relevance, returns best answer with reasoning. No other router (litellm, one-api, LibreChat, gpt-researcher) does this.
|
|
43
|
-
|
|
44
|
-
## Competitive landscape
|
|
45
|
-
- litellm (48K★): Sequential fallback only, Python-only
|
|
46
|
-
- one-api (34K★): API key management, Chinese-focused
|
|
47
|
-
- LibreChat (20K★): UI-focused, single-provider
|
|
48
|
-
- gpt-researcher (20K★): Deep research, single-provider per query
|
|
49
|
-
- A3M Router: Parallel ensemble + confidence scoring (unique)
|
|
50
|
-
|
|
51
|
-
## Growth
|
|
52
|
-
- 10,024 npm downloads in 14 days
|
|
53
|
-
- 72 versions published
|
|
54
|
-
- Zero marketing budget
|
|
55
|
-
|
|
56
39
|
## Links
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
- Proxy: `proxy/`
|
|
63
|
-
- Community: [GitHub Discussions](https://github.com/Das-rebel/a3m-router/discussions)
|
|
40
|
+
- GitHub: https://github.com/Das-rebel/a3m-router
|
|
41
|
+
- npm: https://www.npmjs.com/package/adaptive-memory-multi-model-router
|
|
42
|
+
- Docs: https://das-rebel.github.io/a3m-router/
|
|
43
|
+
- Benchmark PR: https://github.com/RouteWorks/RouterArena/pull/113
|
|
44
|
+
- License: MIT
|
package/docs/robots.txt
CHANGED
|
@@ -27,11 +27,26 @@ Allow: /
|
|
|
27
27
|
User-agent: ClaudeBot
|
|
28
28
|
Allow: /
|
|
29
29
|
|
|
30
|
+
User-agent: PerplexityBot
|
|
31
|
+
Allow: /
|
|
32
|
+
|
|
33
|
+
User-agent: YouBot
|
|
34
|
+
Allow: /
|
|
35
|
+
|
|
30
36
|
User-agent: Bytespider
|
|
31
37
|
Allow: /
|
|
32
38
|
|
|
33
39
|
User-agent: Applebot-Extended
|
|
34
40
|
Allow: /
|
|
35
41
|
|
|
42
|
+
User-agent: Cohere-AI
|
|
43
|
+
Allow: /
|
|
44
|
+
|
|
45
|
+
User-agent: AI2Bot
|
|
46
|
+
Allow: /
|
|
47
|
+
|
|
48
|
+
User-agent: Amazonbot
|
|
49
|
+
Allow: /
|
|
50
|
+
|
|
36
51
|
# Sitemap
|
|
37
52
|
Sitemap: https://das-rebel.github.io/a3m-router/sitemap.xml
|
package/docs/sitemap.xml
CHANGED
|
@@ -1,57 +1,63 @@
|
|
|
1
|
-
<?xml version=
|
|
2
|
-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
-
<url>
|
|
4
|
-
<loc>https://das-rebel.github.io/a3m-router/</loc>
|
|
5
|
-
<lastmod>2026-05-29</lastmod>
|
|
6
|
-
<changefreq>weekly</changefreq>
|
|
7
|
-
<priority>1.0</priority>
|
|
8
|
-
</url>
|
|
9
|
-
<url>
|
|
10
|
-
<loc>https://das-rebel.github.io/a3m-router/quick-start</loc>
|
|
11
|
-
<lastmod>2026-05-29</lastmod>
|
|
12
|
-
<changefreq>weekly</changefreq>
|
|
13
|
-
<priority>0.9</priority>
|
|
14
|
-
</url>
|
|
15
|
-
<url>
|
|
16
|
-
<loc>https://das-rebel.github.io/a3m-router/benchmark</loc>
|
|
17
|
-
<lastmod>2026-05-29</lastmod>
|
|
18
|
-
<changefreq>weekly</changefreq>
|
|
19
|
-
<priority>0.9</priority>
|
|
20
|
-
</url>
|
|
21
|
-
<url>
|
|
22
|
-
<loc>https://das-rebel.github.io/a3m-router/api</loc>
|
|
23
|
-
<lastmod>2026-05-29</lastmod>
|
|
24
|
-
<changefreq>monthly</changefreq>
|
|
25
|
-
<priority>0.8</priority>
|
|
26
|
-
</url>
|
|
27
|
-
<url>
|
|
28
|
-
<loc>https://das-rebel.github.io/a3m-router/blog/routerarena-number-one.html</loc>
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
|
2
|
+
<ns0:urlset xmlns:ns0="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
+
<ns0:url>
|
|
4
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/</ns0:loc>
|
|
5
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
6
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
7
|
+
<ns0:priority>1.0</ns0:priority>
|
|
8
|
+
</ns0:url>
|
|
9
|
+
<ns0:url>
|
|
10
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/quick-start</ns0:loc>
|
|
11
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
12
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
13
|
+
<ns0:priority>0.9</ns0:priority>
|
|
14
|
+
</ns0:url>
|
|
15
|
+
<ns0:url>
|
|
16
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/benchmark</ns0:loc>
|
|
17
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
18
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
19
|
+
<ns0:priority>0.9</ns0:priority>
|
|
20
|
+
</ns0:url>
|
|
21
|
+
<ns0:url>
|
|
22
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/api</ns0:loc>
|
|
23
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
24
|
+
<ns0:changefreq>monthly</ns0:changefreq>
|
|
25
|
+
<ns0:priority>0.8</ns0:priority>
|
|
26
|
+
</ns0:url>
|
|
27
|
+
<ns0:url>
|
|
28
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/blog/routerarena-number-one.html</ns0:loc>
|
|
29
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
30
|
+
<ns0:changefreq>monthly</ns0:changefreq>
|
|
31
|
+
<ns0:priority>0.8</ns0:priority>
|
|
32
|
+
</ns0:url>
|
|
33
|
+
<ns0:url>
|
|
34
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/llms.txt</ns0:loc>
|
|
35
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
36
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
37
|
+
<ns0:priority>0.7</ns0:priority>
|
|
38
|
+
</ns0:url>
|
|
39
|
+
<ns0:url>
|
|
40
|
+
<ns0:loc>https://das-rebel.github.io/a3m-router/llms-full.txt</ns0:loc>
|
|
41
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
42
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
43
|
+
<ns0:priority>0.7</ns0:priority>
|
|
44
|
+
</ns0:url>
|
|
45
|
+
<ns0:url>
|
|
46
|
+
<ns0:loc>https://github.com/Das-rebel/a3m-router</ns0:loc>
|
|
47
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
48
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
49
|
+
<ns0:priority>0.9</ns0:priority>
|
|
50
|
+
</ns0:url>
|
|
51
|
+
<ns0:url>
|
|
52
|
+
<ns0:loc>https://www.npmjs.com/package/adaptive-memory-multi-model-router</ns0:loc>
|
|
53
|
+
<ns0:lastmod>2026-05-29</ns0:lastmod>
|
|
54
|
+
<ns0:changefreq>weekly</ns0:changefreq>
|
|
55
|
+
<ns0:priority>0.8</ns0:priority>
|
|
56
|
+
</ns0:url>
|
|
57
|
+
<url>
|
|
58
|
+
<loc>https://das-rebel.github.io/a3m-router/cost-comparison-chart.svg</loc>
|
|
29
59
|
<lastmod>2026-05-29</lastmod>
|
|
30
60
|
<changefreq>monthly</changefreq>
|
|
31
|
-
<priority>0.8</priority>
|
|
32
|
-
</url>
|
|
33
|
-
<url>
|
|
34
|
-
<loc>https://das-rebel.github.io/a3m-router/llms.txt</loc>
|
|
35
|
-
<lastmod>2026-05-29</lastmod>
|
|
36
|
-
<changefreq>weekly</changefreq>
|
|
37
|
-
<priority>0.7</priority>
|
|
38
|
-
</url>
|
|
39
|
-
<url>
|
|
40
|
-
<loc>https://das-rebel.github.io/a3m-router/llms-full.txt</loc>
|
|
41
|
-
<lastmod>2026-05-29</lastmod>
|
|
42
|
-
<changefreq>weekly</changefreq>
|
|
43
61
|
<priority>0.7</priority>
|
|
44
62
|
</url>
|
|
45
|
-
|
|
46
|
-
<loc>https://github.com/Das-rebel/a3m-router</loc>
|
|
47
|
-
<lastmod>2026-05-29</lastmod>
|
|
48
|
-
<changefreq>weekly</changefreq>
|
|
49
|
-
<priority>0.9</priority>
|
|
50
|
-
</url>
|
|
51
|
-
<url>
|
|
52
|
-
<loc>https://www.npmjs.com/package/adaptive-memory-multi-model-router</loc>
|
|
53
|
-
<lastmod>2026-05-29</lastmod>
|
|
54
|
-
<changefreq>weekly</changefreq>
|
|
55
|
-
<priority>0.8</priority>
|
|
56
|
-
</url>
|
|
57
|
-
</urlset>
|
|
63
|
+
</ns0:urlset>
|
package/hf-space/README.md
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: A3M Router Demo
|
|
3
3
|
emoji: 🔀
|
|
4
|
-
colorFrom:
|
|
5
|
-
colorTo:
|
|
4
|
+
colorFrom: green
|
|
5
|
+
colorTo: blue
|
|
6
6
|
sdk: gradio
|
|
7
|
-
sdk_version: 5.
|
|
7
|
+
sdk_version: 5.34.0
|
|
8
8
|
app_file: app.py
|
|
9
9
|
pinned: false
|
|
10
10
|
license: mit
|
|
11
|
+
short_description: '#1 LLM routing benchmark & cheapest router with memory'
|
|
11
12
|
---
|
|
12
13
|
|
|
13
|
-
# A3M Router —
|
|
14
|
+
# 🔀 A3M Router — #1 LLM Routing Benchmark & Cheapest Router with Memory
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
See how parallel LLM execution works in real-time. Enter a query and watch 7 providers compete simultaneously.
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
- 🏆 **#1 on RouterArena** (76.43 score)
|
|
19
|
+
- 💰 **Cheapest** at $0.047/1K queries
|
|
20
|
+
- 🔓 **Open-source** (MIT), 19.5KB
|
|
21
|
+
- 🧠 **Only LLM router with memory**
|
|
21
22
|
|
|
22
|
-
[
|
|
23
|
+
[Try it live →](https://github.com/Das-rebel/a3m-router)
|