skillfed

litellm-proxy-extras

Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.

litellm-proxy-extras v0.4.85 6.6M downloads/30d#1,882 on PyPI56,349
Permissive license MIT Active released

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-extras

uv

uv add litellm-proxy-extras

poetry

poetry add litellm-proxy-extras

Installing 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

litellm proxy server extrasai gateway optional dependencieslitellm proxy installationlightweight litellm setupllm gateway proxy files
llm-gatewayproxy-servermulti-provider

More Artificial Intelligence packages