litellm-proxy-extras
Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
What it is and what it does
litellm-proxy-extras is a companion package that bundles optional files and dependencies for the LiteLLM Proxy Server (AI Gateway). LiteLLM itself provides a unified interface to call over 100 LLM providers—OpenAI, Anthropic, Gemini, Bedrock, Azure, and others—through a single OpenAI-compatible API. The proxy server enables centralized deployment as a gateway service with virtual keys, spend tracking, load balancing, and an admin dashboard. This extras package separates those proxy-specific components from the main litellm package to reduce bloat for users who only need the Python SDK.
The package is designed for teams deploying LiteLLM as a self-hosted gateway rather than using it as a direct library import. It has no runtime dependencies of its own, installs cleanly as a pure Python wheel, and is actively maintained with recent releases. It requires Python 3.9 or later and carries an MIT license suitable for enterprise use.
Use it for:
- Deploy LiteLLM Proxy Server as a centralized AI gateway for your organization without installing unnecessary SDK-only dependencies.
- Reduce package size in containerized proxy deployments by separating proxy-specific extras from the core litellm library.
- Set up virtual keys and spend tracking for multi-tenant LLM access across your team using the proxy gateway.
- Run the proxy server with load balancing and guardrails for production LLM workloads across multiple providers.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides supplementary files for the LiteLLM Proxy AI Gateway, reducing the size of the main litellm package by separating optional proxy server dependencies.
Yes, if you are deploying the LiteLLM Proxy Server as a centralized gateway. Install it as part of your proxy setup to get all necessary proxy-specific files. If you only need the Python SDK for direct library integration, you likely don't need this package. No security concerns, low friction, and actively maintained.
Install
litellm-proxy-extras on PyPI
pip
pip install litellm-proxy-extrasuv
uv add litellm-proxy-extraspoetry
poetry add litellm-proxy-extrasInstalling litellm-proxy-extras
Before you install
Low install friction with a pure Python wheel. Active maintenance—last commit 2026-08-14, released 2026-08-12—and no known vulnerabilities. Requires Python 3.9 or later.
License in practice
MIT license permits commercial use, modification, and distribution with minimal restrictions, making it suitable for enterprise deployments.
Quickstart
pip install litellm-proxy-extras
# Then use with litellm proxy:
# litellm --model gpt-4o
Requires Python 3.9 or later. Intended as a supplementary package for litellm proxy installations, not standalone.
Verify before relying
- What specific proxy server dependencies or features are included in this extras package versus the main litellm package.
- Whether installation of litellm-proxy-extras is required or optional for running the LiteLLM Proxy Server.
- Performance or functionality differences when litellm-proxy-extras is installed versus omitted.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,602,624/month — #1,882 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: litellm_proxy_extras-0.4.85-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
litellm-enterpriseLiteLLM Enterprise provides a unified Python…
unclear · top 5,000 on PyPI
unclecode-litellmUnified Python interface to call many LLM…
permissive · top 5,000 on PyPI
headroom-aiCompresses LLM prompts and agent outputs before…
permissive · top 15,000 on PyPI
llama-index-llms-litellmIntegrates LiteLLM with LlamaIndex to provide…
permissive · top 15,000 on PyPI
astra-assistantsWraps OpenAI's Assistants API as a drop-in…
unclear · top 15,000 on PyPI
openinference-instrumentation-litellmAuto-instruments LiteLLM function calls…
permissive · top 15,000 on PyPI
dify-pluginA Python SDK for building plugins that extend…
permissive · top 5,000 on PyPI
llm-github-modelsA plugin for the llm command-line tool that…
permissive · top 15,000 on PyPI
opentelemetry-instrumentation-litellmAdds OpenTelemetry tracing to LiteLLM,…
permissive · top 15,000 on PyPI