@khanglvm/llm-router 1.0.2 → 1.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.

Potentially problematic release.


This version of @khanglvm/llm-router might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # llm-router
2
2
 
3
- `llm-router` is an API proxy for AI providers, with OpenAI-format and Anthropic-format compatibility.
3
+ `llm-router` is a gateway to access multiple models across multiple providers, with a unified format (OpenAI + Anthropic) and seamless model fallback.
4
4
 
5
5
  It supports:
6
6
  - local route server (`~/.llm-router.json`)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@khanglvm/llm-router",
3
- "version": "1.0.2",
4
- "description": "LLM Router route (local + Cloudflare Worker)",
3
+ "version": "1.0.3",
4
+ "description": "Single gateway endpoint for multi-provider LLMs with unified OpenAI+Anthropic format and seamless fallback",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "bin": {