mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 05:45:04 +03:00
Extend combo routing with 3 new model selection strategies beyond the existing priority, weighted, and round-robin options: - random: Fisher-Yates shuffle for uniform distribution - least-used: sorts models by request count via comboMetrics - cost-optimized: sorts models by pricing (cheapest first) Also enhance the dashboard provider cards with model counts and clickable detail views for selected providers.