adaptive-memory-multi-model-router 2.0.1 โ†’ 2.0.3

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 CHANGED
@@ -1,326 +1,190 @@
1
- <p align="center">
2
- <img src="assets/banner.svg" alt="A3M Router Banner" width="100%">
3
- </p>
1
+ # A3M Router ๐Ÿ”€
4
2
 
5
- <div align="center">
3
+ > **245% growth in 3 days. Zero marketing budget.**
6
4
 
7
- <!-- Animated Badges -->
8
- [![NPM Version](https://img.shields.io/npm/v/adaptive-memory-multi-model-router?color=6366f1&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
9
- [![Downloads](https://img.shields.io/badge/๐Ÿ“ฅ%20Weekly%20Downloads-872+-10b981?style=for-the-badge)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
10
- [![Tests](https://img.shields.io/badge/โœ…%20Tests-33%20Passing-22c55e?style=for-the-badge)](https://github.com/Das-rebel/adaptive-memory-multi-model-router/actions)
11
- [![License](https://img.shields.io/badge/๐Ÿ“„%20License-MIT-f59e0b?style=for-the-badge)](LICENSE)
5
+ [![npm version](https://badge.fury.io/js/adaptive-memory-multi-model-router.svg)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
6
+ [![npm downloads](https://img.shields.io/npm/dw/adaptive-memory-multi-model-router)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
7
+ [![GitHub stars](https://img.shields.io/github/stars/Das-rebel/adaptive-memory-multi-model-router)](https://github.com/Das-rebel/adaptive-memory-multi-model-router)
12
8
 
13
- <!-- Quick Stats Row -->
14
- [![Providers](https://img.shields.io/badge/๐Ÿค–%20LLM%20Providers-12-6366f1?style=flat-square)](docs/providers.md)
15
- [![Integrations](https://img.shields.io/badge/๐Ÿ”Œ%20Integrations-116-8b5cf6?style=flat-square)](docs/integrations.md)
16
- [![Keywords](https://img.shields.io/badge/๐Ÿท๏ธ%20Keywords-156-a855f7?style=flat-square)](package.json)
17
- [![Size](https://img.shields.io/badge/๐Ÿ“ฆ%20Size-3.1MB-06b6d4?style=flat-square)](https://bundlephobia.com/package/adaptive-memory-multi-model-router)
9
+ ```
10
+ Day 1: 552 downloads (npm keyword discovery)
11
+ Day 2: 320 downloads (curiosity fading)
12
+ Day 3: 1,903 downloads (word-of-mouth kicked in)
13
+ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
14
+ Total: 2,775 downloads in 72 hours
15
+ ```
18
16
 
19
- </div>
17
+ Nobody promoted this. Developers found it via npm search, tried it, and told others.
20
18
 
21
19
  ---
22
20
 
23
- <h3 align="center">
24
- <b>Route LLM queries to optimal providers automatically</b>
25
- </h3>
26
-
27
- <p align="center">
28
- Save <b>50-80%</b> on API costs โ€ข <b>5-10x</b> speedups โ€ข <b>Zero</b> configuration needed
29
- </p>
30
-
31
- <div align="center">
21
+ ## What It Does
32
22
 
33
- [๐Ÿ“– Documentation](https://github.com/Das-rebel/adaptive-memory-multi-model-router#readme) โ€ข
34
- [๐Ÿš€ Quick Start](#quick-start) โ€ข
35
- [๐ŸŽฎ Try Online](https://codesandbox.io/p/sandbox/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground) โ€ข
36
- [๐Ÿ“Š Benchmarks](#benchmarks) โ€ข
37
- [๐Ÿค Contributing](CONTRIBUTING.md) โ€ข
38
- [๐Ÿ’ฌ Discussions](https://github.com/Das-rebel/adaptive-memory-multi-model-router/discussions)
23
+ A3M Router sits between your code and your LLM providers. It analyzes each query and routes it to the **cheapest model that can handle it**.
39
24
 
40
- </div>
25
+ - Simple Q&A โ†’ **free** providers (CommandCode, OpenCode)
26
+ - Medium tasks โ†’ **fast/cheap** providers (Groq $0.59/1M, Cerebras $0.60/1M)
27
+ - Complex reasoning โ†’ **premium** providers (GPT-4o, Claude)
28
+ - If the cheap model fails โ†’ **automatic fallback** to stronger model
41
29
 
42
- <div align="center">
43
-
44
- [![Try Online](https://img.shields.io/badge/๐ŸŽฎ%20Try%20Online-CodeSandbox-6366f1?style=for-the-badge&logo=codesandbox)](https://codesandbox.io/p/sandbox/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
45
- [![StackBlitz](https://img.shields.io/badge/โšก%20StackBlitz-1389FD?style=for-the-badge&logo=stackblitz)](https://stackblitz.com/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
46
-
47
- </div>
30
+ **Result: 40-70% cost savings with no quality loss on simple queries.**
48
31
 
49
32
  ---
50
33
 
51
- ## โœจ What Makes A3M Router Special
52
-
53
- <table>
54
- <tr>
55
- <td width="50%">
56
-
57
- ### ๐Ÿง  Learned Routing
58
- Routes queries based on **actual query characteristics** - not just random selection. Code queries go to code-capable models. Simple queries use cheaper providers.
59
-
60
- </td>
61
- <td width="50%">
62
-
63
- ### ๐Ÿ’ฐ Cost Optimization
64
- Automatically selects the **cheapest capable provider**. Route simple queries to free tiers. Use premium models only when complexity demands it.
65
-
66
- </td>
67
- </tr>
68
- <tr>
69
- <td width="50%">
70
-
71
- ### ๐Ÿ”„ Smart Fallback
72
- When a provider fails, **automatically retry** with the next best option. No manual intervention needed. Your app stays resilient.
73
-
74
- </td>
75
- <td width="50%">
34
+ ## The Problem
76
35
 
77
- ### ๐Ÿ“Š Real-time Tracking
78
- Monitor spending across **all providers** in real-time. Set budgets. Get alerts. Never get surprised by an API bill again.
36
+ You're sending every query to GPT-4 at $2.50/1M tokens. But research shows **~47% of queries are simple enough for cheaper models** ([RouteLLM, arXiv:2404.06035](https://arxiv.org/abs/2404.06035)).
79
37
 
80
- </td>
81
- </tr>
82
- </table>
38
+ That's like using a Ferrari for grocery runs. ๐ŸŽ๏ธ๐Ÿ›’
83
39
 
84
- ## ๐ŸŽฎ Try It Online
85
-
86
- No installation required! Try A3M Router instantly in your browser:
87
-
88
- [![CodeSandbox](https://img.shields.io/badge/๐ŸŽฎ%20CodeSandbox-Open%20Playground-6366f1?style=for-the-badge&logo=codesandbox)](https://codesandbox.io/p/sandbox/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
89
- [![StackBlitz](https://img.shields.io/badge/โšก%20StackBlitz-Open%20Playground-1389FD?style=for-the-badge&logo=stackblitz)](https://stackblitz.com/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
90
-
91
- **What you can try:**
92
- - See all configured providers
93
- - Route different types of queries
94
- - Compare routing decisions
95
- - Experiment with no API keys needed!
40
+ ---
96
41
 
97
- ## ๐Ÿš€ Quick Start
42
+ ## Quick Start (30 seconds)
98
43
 
99
- ### Installation
44
+ ### Option 1: Drop-in Proxy (Zero code changes)
100
45
 
101
46
  ```bash
102
47
  npm install adaptive-memory-multi-model-router
48
+ npx a3m-router serve
103
49
  ```
104
50
 
105
- ### One-Line Routing
51
+ Point any OpenAI SDK at `http://localhost:8787/v1`:
106
52
 
107
- ```javascript
108
- const { createA3MRouter } = require('adaptive-memory-multi-model-router');
53
+ ```python
54
+ from openai import OpenAI
109
55
 
110
- const router = createA3MRouter();
111
-
112
- // Automatically routes to optimal provider
113
- const result = await router.route("Write Python to sort an array");
114
-
115
- console.log(result.primary_model); // "groq/llama-3.3-70b"
116
- console.log(result.estimated_cost); // $0.0004
56
+ # Just change the base_url. Everything else stays the same.
57
+ client = OpenAI(base_url="http://localhost:8787/v1", api_key="not-needed")
58
+ response = client.chat.completions.create(
59
+ model="auto",
60
+ messages=[{"role": "user", "content": "Hello!"}]
61
+ )
117
62
  ```
118
63
 
119
- ### CLI Usage
120
-
121
- ```bash
122
- # See all configured providers
123
- npx a3m-router providers
124
-
125
- # Route a query
126
- npx a3m-router route "Explain quantum physics"
64
+ Works with **Python, Node, LangChain, LlamaIndex** โ€” any OpenAI-compatible client.
127
65
 
128
- # Benchmark all providers
129
- npx a3m-router benchmark
130
- ```
131
-
132
- ## ๐Ÿ“Š Benchmarks
133
-
134
- <!-- BENCHMARK_START -->
135
- | Provider | Latency | Cost/1K | Quality | Best For |
136
- |----------|---------|---------|---------|----------|
137
- | **Groq** | 400ms | $0.59 | โญโญโญโญ | Fast inference |
138
- | **Cerebras** | 350ms | $0.60 | โญโญโญโญ | Speed-critical |
139
- | **Mistral** | 800ms | $0.20 | โญโญโญโญโญ | Cost + quality |
140
- | **CommandCode** | 5s | **FREE** | โญโญโญ | Budget projects |
141
- | **OpenCode** | 3s | **FREE** | โญโญโญ | Multi-model |
142
-
143
- *Benchmarked on May 2026 with 100 sample queries*
144
- <!-- BENCHMARK_END -->
145
-
146
- ## ๐ŸŽฏ Routing Examples
66
+ ### Option 2: Library
147
67
 
148
68
  ```javascript
149
- const { routeQuery } = require('adaptive-memory-multi-model-router');
150
-
151
- // Simple query โ†’ cheapest provider (FREE)
152
- routeQuery("What is 2+2?");
153
- // โ†’ commandcode/taste-1 ($0.00)
154
-
155
- // Code query โ†’ fast, code-capable provider
156
- routeQuery("Write Python to reverse a string");
157
- // โ†’ groq/llama-3.3-70b ($0.0004)
69
+ const { createA3MRouter } = require('adaptive-memory-multi-model-router');
158
70
 
159
- // Complex reasoning โ†’ high-quality provider
160
- routeQuery("Explain quantum entanglement");
161
- // โ†’ mistral/mistral-large ($0.002)
71
+ const router = createA3MRouter();
162
72
 
163
- // Batch processing with auto-routing
164
- const queries = ["Q1", "Q2", "Q3"];
165
- const results = routeBatch(queries);
73
+ const result = await router.route("Explain quantum computing in one paragraph");
74
+ console.log(result.response); // the answer
75
+ console.log(result.provider); // which provider was chosen
76
+ console.log(result.cost); // what it cost
166
77
  ```
167
78
 
168
- ## ๐Ÿ—๏ธ Architecture
79
+ ### Option 3: CLI
169
80
 
170
- ```
171
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
172
- โ”‚ User Query โ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚ Feature Extraction โ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚ Query Analysis โ”‚
173
- โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
174
- โ”‚
175
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
176
- โ”‚ โ”‚ โ”‚
177
- โ–ผ โ–ผ โ–ผ
178
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
179
- โ”‚ Code? โ”‚ โ”‚ Math? โ”‚ โ”‚ Simple? โ”‚
180
- โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”˜
181
- โ”‚ โ”‚ โ”‚
182
- โ–ผ โ–ผ โ–ผ
183
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
184
- โ”‚ Model Profiles โ”‚โ—€โ”€โ”€โ”€โ”€โ”‚ Router Engine โ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚ Cost/Quality โ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚ Provider Select โ”‚
185
- โ”‚ (12 providers) โ”‚ โ”‚ (Learned algo) โ”‚ โ”‚ Tradeoff โ”‚ โ”‚ + Fallback โ”‚
186
- โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
187
- โ”‚
188
- โ–ผ
189
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
190
- โ”‚ Execute LLM โ”‚
191
- โ”‚ + Track Cost โ”‚
192
- โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
81
+ ```bash
82
+ npx a3m-router route "Your query here" # Route a single query
83
+ npx a3m-router benchmark # Benchmark all providers
84
+ npx a3m-router serve --port 3000 # Start proxy on custom port
193
85
  ```
194
86
 
195
- ## ๐ŸŽจ Features
87
+ ---
196
88
 
197
- ### Core Features
198
- - โœ… **Learned Routing** - RouteLLM-style optimization
199
- - โœ… **Cost Tracking** - Real-time spend monitoring
200
- - โœ… **Automatic Fallback** - Retry with backup providers
201
- - โœ… **Batch Processing** - Parallel execution
202
- - โœ… **Response Caching** - RadixAttention-style
203
- - โœ… **Circuit Breakers** - Fail-fast protection
89
+ ## Cost Comparison
204
90
 
205
- ### Security Features
206
- - ๐Ÿ”’ **Input Validation** - Sanitize and validate inputs
207
- - ๐Ÿ”’ **Prompt Injection Detection** - Block attacks
208
- - ๐Ÿ”’ **PII Detection** - Protect sensitive data
209
- - ๐Ÿ”’ **Content Filtering** - Block harmful content
210
- - ๐Ÿ”’ **Rate Limiting** - Prevent abuse
91
+ | Query Type | % of Traffic | GPT-4o Cost | A3M Routes To | A3M Cost | Savings |
92
+ |-----------|:------------:|:-----------:|:-------------:|:--------:|:-------:|
93
+ | Simple Q&A | 47% | $0.00375 | Groq/Cerebras | $0.00009 | **97%** |
94
+ | Medium tasks | 33% | $0.01250 | GPT-4o-mini | $0.00075 | **94%** |
95
+ | Complex reasoning | 20% | $0.03000 | GPT-4o | $0.03000 | 0% |
96
+ | **Average** | **100%** | **$0.01250** | โ€” | **$0.00515** | **59%** |
211
97
 
212
- ### Provider Support
98
+ At 1M queries/month: **$12,500 โ†’ $5,150**. You save **$7,350/month**.
213
99
 
214
- **API Providers:**
215
- - Groq (llama-3.3-70b, llama-3.1-8b)
216
- - Cerebras (llama3.1-8b, qwen-3-235b)
217
- - Mistral (small, medium, large, devstral)
218
- - OpenAI (GPT-4, GPT-4o, GPT-3.5)
219
- - Anthropic (Claude 3.5 Sonnet, Claude 3 Opus)
220
- - Google (Gemini 2.5, Gemini 2.0)
221
- - DeepSeek (deepseek-chat, deepseek-reasoner)
100
+ ---
222
101
 
223
- **CLI Providers (Free):**
224
- - CommandCode (taste-1)
225
- - OpenCode (116+ models)
102
+ ## 39 Providers
226
103
 
227
- **Local Providers:**
228
- - Ollama
229
- - vLLM
230
- - LM Studio
104
+ | Tier | Providers | Cost/1M tokens |
105
+ |------|-----------|:--------------:|
106
+ | **Free** | CommandCode, Ollama, LM Studio, vLLM | $0.00 |
107
+ | **Fast** | Groq, Cerebras | ~$0.60 |
108
+ | **Balanced** | Mistral, DeepSeek, Qwen | $1.50-$2.00 |
109
+ | **Premium** | OpenAI, Anthropic, Google | $2.50-$30.00 |
231
110
 
232
- ## ๐Ÿ“ˆ Download Statistics
111
+ Adding a provider is one line of config. Failover is automatic.
233
112
 
234
- <!-- STATS_START -->
235
- | Period | Downloads | Trend |
236
- |--------|-----------|-------|
237
- | Daily | 320 | ๐Ÿ“ˆ |
238
- | Weekly | 872 | ๐Ÿ“ˆ |
239
- | Monthly | 872 | ๐Ÿ“ˆ |
113
+ ---
240
114
 
241
- *Last updated: 2026-05-17*
242
- <!-- STATS_END -->
115
+ ## Features
243
116
 
244
- ## ๐Ÿ› ๏ธ Advanced Usage
117
+ ### ๐Ÿง  Intelligent Routing
118
+ Query complexity analysis (0-100 score) โ†’ cheapest capable provider. The router **learns from your usage patterns** over time (adaptive memory).
245
119
 
246
- ### Custom Provider Registration
120
+ ### ๐Ÿ›ค๏ธ OpenAI-Compatible Proxy
121
+ Drop-in replacement for `api.openai.com`. Switch one URL, save 70%.
247
122
 
123
+ ### ๐Ÿ“Š Real-Time Dashboard
124
+ Live cost tracking, provider health, request logs at `http://localhost:8787/`.
125
+
126
+ ### ๐Ÿค– LangChain Adapter
248
127
  ```javascript
249
- const { registerProvider } = require('adaptive-memory-multi-model-router');
250
-
251
- registerProvider('my-provider', {
252
- name: 'MyProvider',
253
- baseUrl: 'https://api.myprovider.com',
254
- models: ['my-model'],
255
- apiKeyEnv: 'MY_API_KEY',
256
- type: 'api'
257
- });
128
+ import { A3MChatModel } from 'adaptive-memory-multi-model-router/langchain';
129
+ const model = new A3MChatModel();
258
130
  ```
259
131
 
260
- ### Security Validation
132
+ ### ๐Ÿ›ก๏ธ Guardrails
133
+ Prompt injection detection, PII redaction, content filtering โ€” enabled by default.
261
134
 
262
- ```javascript
263
- const { validateInput } = require('adaptive-memory-multi-model-router');
135
+ ### ๐Ÿ—œ๏ธ Semantic Cache
136
+ Cache semantically similar queries. Same meaning = instant response, zero cost.
264
137
 
265
- const result = validateInput(userInput, {
266
- enableInjectionDetection: true,
267
- enablePIIDetection: true,
268
- maxLength: 1000
269
- });
138
+ ### ๐Ÿ“ˆ Cost Analytics
139
+ Track every request. Export savings reports. Set daily budget limits.
270
140
 
271
- if (!result.valid) {
272
- console.error('Validation failed:', result.errors);
273
- }
274
- ```
141
+ ---
275
142
 
276
- ### Cost Budget Management
143
+ ## Comparison
277
144
 
278
- ```javascript
279
- const router = createA3MRouter({
280
- cost: {
281
- dailyBudget: 10.00, // $10/day
282
- monthlyBudget: 200.00 // $200/month
283
- }
284
- });
285
-
286
- const summary = router.costTracker.getSummary();
287
- console.log(`Remaining today: $${summary.remainingDaily}`);
288
- ```
145
+ | Feature | A3M Router | Portkey | LiteLLM |
146
+ |---------|:----------:|:-------:|:-------:|
147
+ | OpenAI-compatible proxy | โœ… | โœ… | โœ… |
148
+ | Intelligent routing | โœ… | โœ… | โœ… |
149
+ | Real-time dashboard | โœ… | โœ… | โŒ |
150
+ | LangChain adapter | โœ… | โœ… | โœ… |
151
+ | Guardrails built-in | โœ… | โœ… | โŒ |
152
+ | Semantic cache | โœ… | โœ… | โŒ |
153
+ | Adaptive memory | โœ… | โŒ | โŒ |
154
+ | **Price** | **Free** | **Paid tiers** | **Free** |
155
+ | **Setup** | **30 seconds** | **Account required** | **Library only** |
289
156
 
290
- ## ๐Ÿค Contributing
157
+ ---
291
158
 
292
- We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
159
+ ## When NOT to Use This
293
160
 
294
- - ๐Ÿ› [Report bugs](https://github.com/Das-rebel/adaptive-memory-multi-model-router/issues)
295
- - ๐Ÿ’ก [Suggest features](https://github.com/Das-rebel/adaptive-memory-multi-model-router/discussions)
296
- - ๐Ÿ”ง [Submit PRs](https://github.com/Das-rebel/adaptive-memory-multi-model-router/pulls)
161
+ - You only use one provider and are happy with it
162
+ - You need 250+ provider integrations (use Portkey or LiteLLM)
163
+ - You're building a simple prototype with <100 queries/day
164
+ - You need enterprise SLAs and support contracts
297
165
 
298
- ## ๐Ÿ“š Resources
166
+ ---
299
167
 
300
- - [๐Ÿ“– Full Documentation](docs/)
301
- - [๐ŸŽ“ Examples](examples/)
302
- - [๐Ÿงช Test Suite](test/)
303
- - [๐Ÿ“Š Benchmarks](docs/benchmarks.md)
304
- - [๐Ÿ”’ Security Guide](docs/security.md)
168
+ ## Benchmarks
305
169
 
306
- ## ๐Ÿ† Recognition
170
+ Run your own:
171
+ ```bash
172
+ bash scripts/benchmark.sh
173
+ ```
307
174
 
308
- - โญ **872+ weekly downloads** on NPM
309
- - ๐Ÿš€ **#1** in LLM routing category
310
- - โœ… **33 tests** passing
311
- - ๐ŸŽฏ **156 keywords** for discoverability
312
- - ๐Ÿ”Œ **116 integrations** supported
175
+ ---
313
176
 
314
- ## ๐Ÿ“„ License
177
+ ## Links
315
178
 
316
- MIT ยฉ [Das-rebel](https://github.com/Das-rebel)
179
+ - ๐Ÿ“ฆ [NPM](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
180
+ - ๐Ÿ™ [GitHub](https://github.com/Das-rebel/adaptive-memory-multi-model-router)
181
+ - ๐ŸŽฎ [Playground](https://codesandbox.io/p/sandbox/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
182
+ - ๐Ÿ’ฌ [Discussions](https://github.com/Das-rebel/adaptive-memory-multi-model-router/discussions)
317
183
 
318
184
  ---
319
185
 
320
- <div align="center">
321
-
322
- **[โฌ† Back to Top](#a3m-router)**
186
+ ## Contributing
323
187
 
324
- Made with ๐Ÿ’œ by the A3M Router team
188
+ See [CONTRIBUTING.md](CONTRIBUTING.md). PRs welcome! Check [good first issues](https://github.com/Das-rebel/adaptive-memory-multi-model-router/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
325
189
 
326
- </div>
190
+ MIT License. No vendor lock-in. No account required. `npm install` and go.