unified-ai-router 3.3.0 → 3.3.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.
@@ -23,4 +23,4 @@ export default defineConfig({
23
23
  { icon: "github", link: "https://github.com/mlibre/Unified-AI-Router" }
24
24
  ]
25
25
  }
26
- })
26
+ })
package/docs/index.md CHANGED
@@ -3,15 +3,15 @@ layout: home
3
3
 
4
4
  hero:
5
5
  name: "Unified AI Router"
6
- text: "A lightweight OpenAI-compatible server in Nodejs"
6
+ text: "A lightweight OpenAI-compatible router in Nodejs"
7
7
  tagline: "OpenAI-compatible endpoints, automatic fallback, streaming support, and tool-calling — all in one lightweight package."
8
8
  actions:
9
9
  - theme: brand
10
10
  text: Quickstart
11
11
  link: /quickstart
12
12
  - theme: alt
13
- text: Docs (API & Examples)
14
- link: /overview
13
+ text: Configuration
14
+ link: /configuration
15
15
 
16
16
  features:
17
17
  - title: Multi-provider fallback
@@ -22,4 +22,4 @@ features:
22
22
  details: Supports tool-calling metadata and SSE streaming to integrate with existing tooling.
23
23
  - title: Easy to self-host
24
24
  details: Run locally or deploy to cloud host providers.
25
- ---
25
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-ai-router",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "A unified interface for multiple LLM providers with automatic fallback. This project includes an OpenAI-compatible server and a deployable Telegram bot with a Mini App interface. It supports major providers like OpenAI, Google, Grok, and more, ensuring reliability and flexibility for your AI applications.",
5
5
  "license": "ISC",
6
6
  "author": "mlibre",