github diegosouzapw/OmniRoute v1.7.2
Release v1.7.2

latest releases: v3.0.0-rc.15, v3.0.0-rc.9, v3.0.0-rc.8...
22 days ago

[1.7.2] — 2026-03-01

✨ New Features

  • Multi-Modal Provider Support — Added 6 TTS providers (ElevenLabs, Nvidia NIM, HuggingFace, Coqui, Tortoise, Qwen3), 3 STT providers, 2 image providers (SD WebUI, ComfyUI), and two new modalities: /v1/videos/generations (Text-to-Video) and /v1/music/generations (Text-to-Music). Shared abstractions via registryUtils.ts and comfyuiClient.ts (PR #167 by @ken2190)
  • Media Playground Page — New dashboard page at /dashboard/media with tabbed interface (Image/Video/Music), model selector, prompt input, and JSON result viewer
  • Unit Tests for Registry Utils — 24 tests covering parseModelFromRegistry, getAllModelsFromRegistry, buildAuthHeaders, and integration with video/music registries
  • WFGY 16-Problem RAG Failure Map — Added troubleshooting reference for RAG/LLM failure taxonomy in docs/TROUBLESHOOTING.md (PR #164 by @onestardao)

🐛 Fixed

  • Gemini Imported Models Return 404 — Strip models/ prefix from Gemini model IDs during import to prevent doubled paths (#163)
  • Pino File Transport Fails in Next.js Production — Log actual error + add sync pino.destination() fallback (#165)
  • Windows Electron CI Build — Added shell: bash to Collect installers step for Windows runners (PR #168 by @benzntech)
  • TypeScript Safety — Replaced Record<string, any> with Record<string, unknown> in registryUtils.ts

Don't miss a new OmniRoute release

NewReleases is sending notifications on new releases.