⚖️ Provider Load Balancing
/docs/core-features/provider-load-balancing
| Strategy | Description | Best For |
|---|---|---|
round-robin | Rotate through providers sequentially | Even distribution |
least-loaded | Use provider with lowest current load | High throughput |
latency-based | Use fastest responding provider | Low latency |
cost-based | Use cheapest provider that meets requirements | Cost optimization (85%+ savings) |