A pre-compromise fork of the original LiteLLM, providing a unified interface to call 100+ LLM providers (OpenAI, Anthropic, Cohere, Azure, Bedrock, etc.) with standardized input/output formats. Current version 1.81.13, actively maintained with monthly releases.
pip install unclecode-litellmVerified import paths — ran on the pinned version, not inferred.
Call any provider by changing the model string (e.g., 'claude-2', 'command-nightly').
Set os.environ['LITELLM_LOG'] = 'WARN' before importing litellm.
Pass request_timeout=600 to completion() or set litellm.request_timeout = 600.
Use litellm._turn_on_debug() or set environment variable LITELLM_LOG=DEBUG.
Always set max_tokens=1024 (or desired value) when using Anthropic models.
Run 'pip install unclecode-litellm' and import as 'import litellm' (package name is 'litellm').
Verify API key is set and has credits. Use litellm.utils.RateLimitError for catching.
Import directly with 'from litellm import completion' or call litellm.completion (standard path works).
No dependency data recorded yet.