adaptive-memory-multi-model-router 2.5.0 → 2.5.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/README.md +10 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -403,16 +403,16 @@ A3M Router supports **11 Chinese LLM providers** — the largest coverage of any
|
|
|
403
403
|
|
|
404
404
|
| Provider | Flagship Model | Strength | Cost/1M |
|
|
405
405
|
|----------|--------------|----------|:-------:|
|
|
406
|
-
| **DeepSeek** | V3, Coder, Reasoner | Code + reasoning, open weights | $0.14-$0.55 |
|
|
407
|
-
| **Moonshot** (Kimi) | Kimi-1.5 | 128K context, Chinese | $0.07-$0.28 |
|
|
408
|
-
| **Zhipu AI** (GLM) | GLM-4, GLM-4V | Chinese + bilingual | $0.06-$0.90 |
|
|
409
|
-
| **Qwen** (Alibaba) | Qwen2, Qwen2.5-Coder | General + code | $0.09-$2.00 |
|
|
410
|
-
| **Yi** (01.AI) | Yi-1.5, 34B | Bilingual + long context | $0.07-$1.20 |
|
|
411
|
-
| **Baichuan** | Baichuan4, Turbo | Chinese + English | $0.08-$1.00 |
|
|
412
|
-
| **MiniMax** | abab6.5, Speech-02 | 1M context, speech | $0.05-$0.90 |
|
|
413
|
-
| **StepFun** | Step-2, Step-1 | Chinese + reasoning | $0.10-$1.50 |
|
|
414
|
-
| **Aleph Alpha** | Luminous, European | Multilingual, EU-hosted | $0.50-$12.00 |
|
|
415
|
-
| **Deepset** | GPT-4o-mini-2024-07-18 | RAG + German | $0.15-$3.00 |
|
|
406
|
+
| **[DeepSeek](https://deepseek.com)** | V3, Coder, Reasoner | Code + reasoning, open weights | $0.14-$0.55 |
|
|
407
|
+
| **[Moonshot](https://moonshot.cn)** (Kimi) | Kimi-1.5 | 128K context, Chinese | $0.07-$0.28 |
|
|
408
|
+
| **[Zhipu AI](https://zhipuai.cn)** (GLM) | GLM-4, GLM-4V | Chinese + bilingual | $0.06-$0.90 |
|
|
409
|
+
| **[Qwen](https://qwen.ai)** (Alibaba) | Qwen2, Qwen2.5-Coder | General + code | $0.09-$2.00 |
|
|
410
|
+
| **[Yi](https://yi.ai)** (01.AI) | Yi-1.5, 34B | Bilingual + long context | $0.07-$1.20 |
|
|
411
|
+
| **[Baichuan](https://www.baichuan-ai.com)** | Baichuan4, Turbo | Chinese + English | $0.08-$1.00 |
|
|
412
|
+
| **[MiniMax](https://minimax.chat)** | abab6.5, Speech-02 | 1M context, speech | $0.05-$0.90 |
|
|
413
|
+
| **[StepFun](https://stepfun.com)** | Step-2, Step-1 | Chinese + reasoning | $0.10-$1.50 |
|
|
414
|
+
| **[Aleph Alpha](https://www.aleph-alpha.com)** | Luminous, European | Multilingual, EU-hosted | $0.50-$12.00 |
|
|
415
|
+
| **[Deepset](https://deepset.ai)** | GPT-4o-mini-2024-07-18 | RAG + German | $0.15-$3.00 |
|
|
416
416
|
| **OpenRouter** | 100+ models | Aggregator | varies |
|
|
417
417
|
|
|
418
418
|
### Why Chinese LLMs Matter
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
|
-
"description": "LLM router & AI gateway
|
|
6
|
+
"description": "LLM router & AI gateway — 99.5% routing accuracy, 47 providers (DeepSeek, Kimi/Moonshot, Qwen, Zhipu GLM, Yi, Baichuan, MiniMax, StepFun + more). Semantic cache, guardrails, cost analytics. Zero ML, 19.5KB. TypeScript + Python SDK. 开源MIT路由网关",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
9
9
|
"a3m-router": "dist/cli.js",
|