mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
committed by
GitHub
parent
08e18867fd
commit
3d75fb3fae
8
llm.txt
8
llm.txt
@@ -8,7 +8,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
|
||||
|
||||
**Key value:** One endpoint (`http://localhost:20128/v1`), unlimited models, zero downtime, minimal cost.
|
||||
|
||||
**Current version:** 3.7.9
|
||||
**Current version:** 3.8.0
|
||||
|
||||
## Tech Stack
|
||||
|
||||
@@ -201,7 +201,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
|
||||
│ │ ├── chatCore.ts # Main chat completions handler
|
||||
│ │ ├── responsesHandler.ts # OpenAI Responses API handler
|
||||
│ │ ├── embeddings.ts # Embedding generation
|
||||
│ │ ├── imageGeneration.ts # Image generation (DALL-E, FLUX, SD, etc.)
|
||||
│ │ ├── imageGeneration.ts # Image generation (GPT-Image, FLUX, SD, etc.)
|
||||
│ │ ├── videoGeneration.ts # Video generation
|
||||
│ │ ├── musicGeneration.ts # Music generation
|
||||
│ │ ├── audioSpeech.ts # Text-to-speech
|
||||
@@ -279,7 +279,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
|
||||
└── .env.example # Environment variable template
|
||||
```
|
||||
|
||||
## Key Features (v3.7.9)
|
||||
## Key Features (v3.8.0)
|
||||
|
||||
### Core Proxy
|
||||
- **160+ AI providers** with automatic format translation
|
||||
@@ -327,7 +327,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
|
||||
- **CLI Tools** — One-click configuration for 10+ AI CLI tools
|
||||
- **CLI Agents** — Grid of 14+ built-in agents with ProviderIcon and install detection + custom agent registration
|
||||
- **Playground** — Test any model with Monaco editor, streaming responses
|
||||
- **Media** — Image/video/music generation (DALL-E, FLUX, etc.) + audio transcription (up to 2GB files)
|
||||
- **Media** — Image/video/music generation (GPT-Image, FLUX, etc.) + audio transcription (up to 2GB files)
|
||||
- **Search Tools** — Search provider configuration and testing
|
||||
- **Memory** — Memory system management and visualization
|
||||
- **Skills** — Skills framework management and execution
|
||||
|
||||
Reference in New Issue
Block a user