LiteLLM Enterprise is a Python package designed to provide enterprise-grade features and functionality on top of the core LiteLLM library. It currently wraps and re-exports much of the base LiteLLM functionality. The package is at version 0.1.37 and appears to be in an early development stage, with its release cadence likely tied to the rapidly evolving LiteLLM ecosystem.
pip install litellm-enterpriseVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates a basic LLM completion call using the `litellm_enterprise` package. Ensure `OPENAI_API_KEY` is set in your environment. The functionality mirrors that of the core `litellm` package due to its re-export mechanism.
Be aware that most functionality currently mirrors `litellm`. While using `litellm_enterprise` imports is good practice for explicit intent, refer to `litellm` documentation for specific function behaviors.
Consult the main LiteLLM GitHub repository and documentation for details on core functionality. Look for discussions or examples related to 'enterprise' features within the broader LiteLLM ecosystem.
Exercise caution when relying on `litellm-enterprise` for critical production systems, and monitor its development closely. Test thoroughly for compatibility with specific `litellm` versions.
Investigate LiteLLM Proxy documentation and deployment options if looking for comprehensive enterprise-level management and features. This package may serve as a client-side component.