LiteLLM is an open-source gateway and Python library that provides unified access to over 100 large language models (LLMs) through a standardized OpenAI-compatible API format. It abstracts the differences between various LLM providers such as OpenAI, Azure, Anthropic, and Google Gemini, enabling developers to interact with multiple models using consistent input and output formats without rewriting code for each provider.