@khanglvm/llm-router 2.2.1 → 2.2.2
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 +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
LLM Router is a local and Cloudflare-deployable gateway for routing one client endpoint across multiple LLM providers, models, aliases, fallbacks, and rate limits.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
**Current version**: `2.2.0`
|
|
6
8
|
|
|
7
9
|
NPM package:
|
|
@@ -109,6 +111,28 @@ What it covers:
|
|
|
109
111
|
|
|
110
112
|
The Web UI is localhost-only by default because it can expose secrets and live configuration.
|
|
111
113
|
|
|
114
|
+
### Screenshots
|
|
115
|
+
|
|
116
|
+
**Alias & Fallback**
|
|
117
|
+
|
|
118
|
+

|
|
119
|
+
|
|
120
|
+
**AMP Configuration**
|
|
121
|
+
|
|
122
|
+

|
|
123
|
+
|
|
124
|
+
**Claude Code Routing**
|
|
125
|
+
|
|
126
|
+

|
|
127
|
+
|
|
128
|
+
**Codex CLI Routing**
|
|
129
|
+
|
|
130
|
+

|
|
131
|
+
|
|
132
|
+
**Web Search**
|
|
133
|
+
|
|
134
|
+

|
|
135
|
+
|
|
112
136
|
## CLI Parity
|
|
113
137
|
|
|
114
138
|
The browser UI still gives the best interactive overview, but the CLI now exposes the main management flows an agent needs without relying on private web endpoints.
|
package/package.json
CHANGED