adaptive-memory-multi-model-router 2.13.26 β†’ 2.13.27

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  [πŸ‡¨πŸ‡³ δΈ­ζ–‡](./README_zh.md) Β· [πŸ‡―πŸ‡΅ ζ—₯本θͺž](./README_ja.md) Β· [English](./README.md)
2
2
 
3
- # A3M Router πŸ”€ β€” #1 LLM Routing Benchmark # A3M Router πŸ”€ β€” πŸ₯‡ #1 on RouterArena Β· Cheapest at $0.047/1K Queries Cheapest Router with Memory
3
+ # A3M Router πŸ”€ β€” #1 LLM Routing Benchmark & Cheapest Router with Memory
4
4
 
5
- **#1 on the LLM routing benchmark The highest-ranked and lowest-cost LLM router on the [RouterArena leaderboard](https://github.com/RouteWorks/RouterArena/pull/113). cheapest router with memory. Parallel multi-LLM execution across 47+ providers.**
5
+ **#1 on the LLM routing benchmark & cheapest router with memory.** Parallel multi-LLM execution across 47+ providers.
6
6
 
7
7
  [![npm](https://img.shields.io/npm/dt/adaptive-memory-multi-model-router?color=blue&label=weekly%20downloads)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
8
8
  [![npm](https://img.shields.io/npm/v/adaptive-memory-multi-model-router)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
@@ -16,7 +16,7 @@
16
16
 
17
17
  [![npm Downloads Chart](./docs/npm-downloads-chart.svg)](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
18
18
 
19
- > **#1 on LLM routing benchmark > **The highest-ranked and lowest-cost LLM router on the RouterArena leaderboard** β€” #1 (76.43), cheapest at $0.047/1K queries. Parallel multi-LLM execution across 47+ providers. Open-source, 19.5KB, zero ML dependencies. cheapest router with memory** β€” RouterArena score 76.43, cost $0.047/1K queries. 47+ providers, 19.5KB, zero ML deps.
19
+ > **#1 LLM routing benchmark & cheapest router with memory** β€” RouterArena score 76.43, cost $0.047/1K queries. 47+ providers, 19.5KB, zero ML dependencies.
20
20
 
21
21
  **One prompt in. The right model out.** An open-source **AI gateway** that auto-routes every query to the cheapest capable model across **47+ LLM providers**. Features **parallel ensemble execution**, **semantic cache**, **budget enforcement**, **intelligent failover**, and **independent benchmark validation**. Start in <100ms. Python SDK + TypeScript SDK.
22
22
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "adaptive-memory-multi-model-router",
3
- "version": "2.13.26",
3
+ "version": "2.13.27",
4
4
  "shortName": "A3M Router",
5
5
  "displayName": "A3M Router - Adaptive Memory Multi-Model Router",
6
- "description": "πŸ† #1 on LLM routing benchmark & Cheapest LLM router with memory Β· Open-source AI gateway with parallel multi-LLM execution across 47+ providers, ensemble voting, semantic cache, and budget enforcement",
6
+ "description": "πŸ† #1 LLM routing benchmark & Cheapest LLM router with memory Β· Open-source AI gateway with parallel multi-LLM execution across 47+ providers, ensemble voting, semantic cache, and budget enforcement",
7
7
  "main": "dist/index.js",
8
8
  "bin": {
9
9
  "a3m-router": "dist/cli.js",