mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 16:00:51 +00:00
Adds CostBased routing strategy to ModelRouter: selects the deployment with the lowest combined input+output cost per token using the bundled model_pricing.json. Falls back to round-robin when no deployment has known pricing. Parsed from router_settings.routing_strategy: cost-based in LiteLLM config files. Also updates COMPARISON_LITELLM.md to reflect already-shipped features: spend alerts, LITELLM_IP_ALLOWLIST alias, and routing strategy parity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>