Merge release/v3.7.0 into translation branch and resolve conflicts

This commit is contained in:
diegosouzapw
2026-04-21 04:59:11 -03:00
149 changed files with 7257 additions and 3365 deletions

View File

@@ -2,7 +2,7 @@
### Ніколи не припиняйте кодувати. Розумна маршрутизація до **БЕЗКОШТОВНИХ та недорогих AI моделей** з автоматичним резервуванням.
_Ваш універсальний API проксі — одна кінцева точка, 100+ провайдерів, нульовий простій. Тепер з **MCP Server (25 інструментів)**, **A2A Protocol**, **Memory/Skills Systems** та **Electron Desktop App**._
_Ваш універсальний API проксі — одна кінцева точка, 100+ провайдерів, нульовий простій. Тепер з **MCP Server (34 інструменти)**, **A2A Protocol**, **Memory/Skills Systems** та **Electron Desktop App**._
**Chat Completions • Embeddings • Image Generation • Video • Music • Audio • Reranking • **Web Search** • MCP Server • A2A Protocol • 100% TypeScript**
@@ -1449,7 +1449,8 @@ OmniRoute v3.6 побудований як операційна платформ
| Feature | What It Does |
| ----------------------------------- | --------------------------------------------------------------------------------------- |
| 🔌 **Circuit Breakers** | Per-model trip/recover with threshold controls |
| 🔌 **Circuit Breakers** | Per-provider and per-model trip/recover with 10-minute cooldowns |
| 🔒 **Daily Quota Lock** 🆕 | Detects exhaustion signals and locks routing for the specific model until midnight |
| 🎯 **Endpoint-Aware Models** | Custom models declare supported endpoints + API format |
| 🛡️ **Anti-Thundering Herd** | Mutex + semaphore protections on retry/rate events |
| 🧠 **Semantic + Signature Cache** | Cost/latency reduction with two cache layers |
@@ -1475,7 +1476,8 @@ OmniRoute v3.6 побудований як операційна платформ
| Feature | What It Does |
| -------------------------------- | ----------------------------------------------------- |
| 📝 **Request + Proxy Logging** | Full request/response and proxy logging |
| 📉 **Streamed Detailed Logs** 🆕 | Reconstructs SSE payload streams cleanly into the UI |
| 📉 **Streamed Detailed Logs** | Reconstructs SSE payload streams cleanly into the UI |
| 🏷️ **Real-Time Model Badges** 🆕 | Live model status and daily quota countdown timers |
| 📋 **Unified Logs Dashboard** | Request, proxy, audit, and console views in one page |
| 🔍 **Request Telemetry** | p50/p95/p99 latency and request tracing |
| 🏥 **Health Dashboard** | Uptime, breaker states, lockouts, cache stats |