adaptive-memory-multi-model-router 2.1.1 → 2.2.0

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.
Files changed (1) hide show
  1. package/package.json +61 -25
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "adaptive-memory-multi-model-router",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "shortName": "A3M Router",
5
5
  "displayName": "A3M Router - Adaptive Memory Multi-Model Router",
6
- "description": "99.5% ±1 tier routing accuracy, zero ML. Exceeds RouteLLM BERT. Drop-in OpenAI proxy, 40 providers, domain-aware. 245% growth in 3 days.",
6
+ "description": "LLM router & AI gateway with OpenAI-compatible proxy. 99.5% routing accuracy, 40 providers (Groq, Cerebras, Ollama, DeepSeek, Mistral). Semantic cache, guardrails, cost optimization. Drop-in for LangChain, Vercel AI SDK.",
7
7
  "main": "dist/index.js",
8
8
  "bin": {
9
9
  "a3m-router": "dist/cli.js",
@@ -53,35 +53,71 @@
53
53
  }
54
54
  },
55
55
  "keywords": [
56
- "llm-router",
57
- "llm-routing",
58
- "llm-gateway",
59
- "openai-proxy",
60
- "cost-optimization",
56
+ "ai",
57
+ "ai-agent",
58
+ "ai-cost-optimization",
61
59
  "ai-gateway",
62
- "routellm-alternative",
63
- "litellm-alternative",
64
- "portkey-alternative",
65
- "semantic-cache",
66
- "guardrails",
67
- "multi-provider",
68
- "openai-compatible",
69
- "llm-proxy",
70
- "llm-orchestration",
71
- "groq",
72
- "cerebras",
73
- "mistral",
74
- "deepseek",
60
+ "ai-guardrails",
61
+ "ai-load-balancer",
62
+ "ai-proxy",
63
+ "ai-router",
64
+ "ai-sdk",
75
65
  "anthropic",
66
+ "anthropic-proxy",
76
67
  "benchmark",
77
- "routing-accuracy",
78
- "lightweight",
79
- "no-gpu",
68
+ "cerebras",
69
+ "cerebras-proxy",
70
+ "chatbot",
71
+ "chatgpt",
72
+ "claude",
73
+ "claude-proxy",
74
+ "cost-optimization",
75
+ "deepseek",
76
+ "deepseek-proxy",
77
+ "domain-routing",
78
+ "gpt",
79
+ "groq",
80
+ "groq-proxy",
81
+ "guardrails",
82
+ "helicone",
80
83
  "keyword-routing",
81
- "ai",
84
+ "langchain",
85
+ "language-model",
86
+ "lightweight",
87
+ "litellm-alternative",
82
88
  "llm",
89
+ "llm-gateway",
90
+ "llm-load-balancer",
91
+ "llm-manager",
92
+ "llm-orchestration",
93
+ "llm-proxy",
94
+ "llm-router",
95
+ "llm-routing",
96
+ "mistral",
97
+ "mistral-proxy",
98
+ "model-router",
99
+ "model-routing",
100
+ "multi-llm",
101
+ "multi-provider",
83
102
  "nlp",
84
- "language-model"
103
+ "no-gpu",
104
+ "ollama",
105
+ "ollama-proxy",
106
+ "openai",
107
+ "openai-api",
108
+ "openai-compatible",
109
+ "openai-proxy",
110
+ "openai-sdk",
111
+ "openrouter",
112
+ "portkey-alternative",
113
+ "provider-fallback",
114
+ "query-routing",
115
+ "routellm-alternative",
116
+ "routing-accuracy",
117
+ "semantic-cache",
118
+ "smart-routing",
119
+ "token-counter",
120
+ "vercel-ai"
85
121
  ],
86
122
  "author": "Das-rebel <subho@example.com>",
87
123
  "license": "MIT",