routing-architecture

Installation
SKILL.md

Routing Architecture Guide

Overview

LiteLLM-RS implements a high-performance, lock-free routing system with 7 strategies for intelligent provider selection across 66+ LLM providers.

Key Design Principles

  • Lock-free: Uses DashMap for concurrent access without mutex locks
  • Health-aware: Continuous provider health monitoring
  • Configurable: Multiple strategies with runtime selection
  • Fallback chains: Automatic failover to backup providers

Routing Strategies

1. SimpleShuffle (Default)

Installs
1
GitHub Stars
105
First Seen
Jul 22, 2026
routing-architecture — majiayu000/litellm-rs