LiteLLM
A unified OpenAI-format proxy server that lets you call 100+ LLM providers through a single API. Essential infrastructure for multi-model setups — switch providers or add fallbacks without changing application code.
AI ToolFree Tier: Fully free; proxy serverCompany: BerriAICategory: Cost OptimizationOpen Source: YesQuick Start: Install with pip install litellm → Start the proxy server with litellm --model your-model → Point your application to the LiteLLM endpoint instead of the provider directlyVisit LiteLLM