Skip to content

Commit 3786985

Browse files
committed
chore: remove RouterArena from About, update descriptions
GitHub About and npm now lead with biology-inspired routing: EXP3 diversity, MVT rate-limit rotation, ODT verification.
1 parent a494dba commit 3786985

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A3M Router
22

3-
**Universal LLM routing gateway with biology-inspired provider selection — routes requests to the cheapest capable model across 47+ providers.**
3+
**Universal LLM routing gateway with biology-inspired provider selection — routes to the cheapest capable model across 47+ providers.**
44

55
A3M Router is a stateless proxy between your application and 47+ LLM providers. It inspects each request, estimates how complex it is, and routes it to the cheapest capable provider — without retraining a model or managing GPU infrastructure. Provider selection is guided by ecological theory: EXP3 prevents monoculture, Charnov MVT optimizes rate-limit rotation, and Optimal Defense Theory allocates shadow verification to high-stakes queries.
66

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.15.2",
44
"shortName": "A3M Router",
55
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
6-
"description": "RouterArena #1: 96.77% accuracy, $0.0768/1K, 1.0000 robustness. OpenAI-compatible LLM router across 47+ providers.",
6+
"description": "OpenAI-compatible LLM router across 47+ providers with biology-inspired routing: EXP3 diversity, MVT rate-limit rotation, optimal defense theory verification.",
77
"main": "dist/index.js",
88
"bin": {
99
"a3m-router": "dist/cli.js",

0 commit comments

Comments
 (0)