300+ Tools CoveredSource Data Updated Weeklydates

Tool intelligence profile

LiteLLM

LLM gateway that puts one OpenAI-shaped interface in front of a hundred-plus providers — run it as a Python SDK or as a self-hosted proxy with keys, budgets, rate limits and per-team spend tracking.

Visit Site →
Type
LLM Gateway
Category
Pricing
Free tier
Deployment
Cloud or self-hosted
Best for
Platform teams managing multiple LLM providers
Last updatedSeptember 20, 2026

Editor's Take

Best for platform teams with more than one model provider and more than one team calling them — the free self-hosted build carries the virtual keys, budgets, rate limits and spend attribution most vendors reserve for a paid tier, and LiteLLM takes no cut of tokens, so provider contracts and rates stay yours. The trade-off is that the proxy is a service you run and it sits in the request path, which is a new availability dependency in front of everything. Not a fit for one team on one provider, where the SDK alone or the provider's own client is less to operate.

— Egor Burlakov, Editor

Evaluate LiteLLM

Comparisons

LiteLLM: product and architecture

This LiteLLM review looks at the layer most AI stacks add second and wish they had added first: a gateway. LiteLLM puts one OpenAI-shaped API in front of 100-plus model providers, and its self-hosted proxy adds the things a platform team actually needs — virtual keys, budgets, rate limits, and per-team spend tracking. The core is free to self-host under the MIT licence; the enterprise build is quoted. We evaluated it against its documentation, its GitHub repository, and the adoption signals we collect weekly.

Overview

LiteLLM is published by BerriAI. Our 14 September 2026 snapshot recorded about 59,100 GitHub stars and roughly 21.8 million PyPI downloads a week, with the v1.101.0 release in mid-September 2026. The repository describes a Rust core with a Python SDK, and the repository's own LICENSE splits the project: everything outside the enterprise/ directory is MIT, and that directory is separately licensed.

Its market position is the platform team's control point. The product is sold to the people who have to answer "who is spending what on which model", not to the developer writing the prompt. That framing shows up in the named references — NVIDIA, Netflix, Okta, Lemonade, AT&T all appear as customers on the vendor's own site — and in the feature list, which is mostly governance.

The audience is organisations with more than one model provider, more than one team calling them, and somebody accountable for the bill.

Key Features and Architecture

LiteLLM ships in two shapes and the distinction matters. The SDK is a Python library: you call completion() and it translates to whichever provider the model string names. The proxy is a server you deploy, and it is where the platform features live. A team that installs the SDK and concludes LiteLLM is a thin translation layer has looked at half the product.

The translation itself covers 100-plus providers in OpenAI format, with native formats available where you need them. That is the feature that makes a model swap a configuration change rather than a code change, and it is the one customers describe as saving procurement and security review cycles rather than engineering time.

The governance surface is the substance of the proxy. Virtual keys issue per-team or per-user credentials that map onto your real provider keys, so a revoked internal key does not mean rotating a provider secret. Budgets cap spend before it runs rather than reporting it afterwards. Rate limits are enforced per key as RPM and TPM. Spend tracking attributes cost by key, user, team, and organisation. Audit logs, SSO with SCIM, OIDC and JWT auth, and RBAC are enterprise-tier additions.

Routing is the cost lever. Load balancing spreads requests across providers, regions, and keys; lowest-cost routing sends a request to the cheapest deployment that can serve it; auto-routing sends simple prompts to cheaper models and hard ones to capable models. LiteLLM also acts as an MCP gateway, which extends the same key and policy model to tool servers.

Observability integrates outward rather than inward: Langfuse, Arize Phoenix, LangSmith, and plain OpenTelemetry are all supported logging destinations. LiteLLM does not try to be your tracing backend.

Ideal Use Cases

Four situations make LiteLLM close to mandatory. The first is multi-provider by necessity — you use one vendor for reasoning, another for cheap classification, a third for embeddings — and you do not want that choice compiled into application code. The second is multi-team access, where the real problem is not the API call but issuing and revoking credentials without a procurement cycle each time.

The third is cost control with teeth. A budget that caps spend is a different product from a dashboard that reports it, and lowest-cost and auto-routing are the mechanisms that reduce the bill rather than just describe it. The fourth is regulated or air-gapped deployment, where the gateway has to run inside your network and the enterprise build's air-gapped option is the reason to pay.

Do not deploy the LiteLLM proxy if you have one provider, one team, and no budget question — the SDK alone, or the provider's own client, is less to run. It is also not an observability product: it sends logs to Langfuse or Phoenix and expects one of those to exist. And it is a hop in your request path, so it is one more service to keep available; a single-region deployment in front of a critical feature is a new failure mode, which is why the enterprise tier sells a multi-region control plane.

Pricing and Licensing

The gateway is free to self-host. Everything outside the repository's enterprise/ directory is MIT-licensed, and the free build is not a crippled demo: 140-plus provider integrations, virtual keys, budgets and teams, load balancing, RPM and TPM limits, LLM guardrails, and logging to Langfuse, Arize Phoenix, LangSmith and OTEL are all in it, with no credit card.

LiteLLM Enterprise is quoted per deployment rather than listed. It adds SSO and SCIM, OIDC and JWT auth, RBAC, audit logs, secret-manager integration, a multi-region control plane, self-hosted and air-gapped deployment, dedicated onboarding, and 24/7 support with SLAs. There is a 30-day trial at no cost and no credit card. We would rather quote a number here, and the vendor does not publish one — the honest reading is that the free tier covers the technical problem and the paid tier covers the compliance and support problem.

The cost that is not LiteLLM's is the important one: the gateway takes no cut of tokens. You keep paying each model provider directly at their own rates, which is the structural difference from a hosted gateway such as OpenRouter, which resells access and earns on credit purchases. With LiteLLM the commercial relationship with the model vendors stays yours, and so does the negotiating position.

Against the alternatives, this is the cheapest gateway to start with and the one with the most operational burden. Budget for infrastructure and an on-call rotation rather than a licence.

Strengths & Trade-offs

Pros

  • The free self-hosted build includes the governance features — virtual keys, budgets, rate limits, spend tracking — that most vendors reserve for a paid tier.
  • No cut of token spend. Provider relationships and rates stay yours, which also keeps the exit cheap.
  • 100-plus providers behind one OpenAI-shaped API, so changing model is configuration rather than code, procurement, and a security review.
  • Routing that reduces cost rather than only reporting it: load balancing, lowest-cost routing, and auto-routing by prompt difficulty.
  • Logs outward to Langfuse, Arize Phoenix, LangSmith, or plain OpenTelemetry instead of locking tracing to itself.

Cons

  • The proxy is a service you run, and it sits in the request path. That is a new availability dependency in front of everything.
  • Enterprise pricing is not published, so the cost of SSO, audit logs, and support cannot be estimated without a sales conversation.
  • The repository's LICENSE is a split rather than a single identifier, and automated licence checks read it as unresolved — you have to read the file to know that the core is MIT.
  • Breadth across 100-plus providers means edge-case behaviour differs by provider, and a feature that works on one may translate imperfectly on another.
  • The SDK and the proxy are often confused, and teams that adopt only the SDK miss most of what the product is for.

Alternatives to LiteLLM

The reviewed substitutes for LiteLLM among the LLM gateways, and what would make each one the better answer.

Direct alternatives

Reviewed substitutes: products bought for the same job, where a team picks one.

OpenRouter
Both are LLM gateways putting one API in front of many providers. LiteLLM is self-hosted and OpenRouter is a hosted service; a team routes through one of them.

Other approaches

A different approach to the same problem. Each substitutes only for the workload named beside it.

Edgee
Both sit in the request path to reduce LLM cost, but LiteLLM is a general gateway with governance and Edgee narrows to edge token compression. They compete only when cost reduction is the whole requirement.Applies to: Reducing LLM spend in the request path
Helicone
Helicone's proxy and LiteLLM's gateway both sit in front of model providers, but Helicone is bought for observability and LiteLLM for routing and governance. They compete only for a small team that wants one service instead of two.Applies to: A single proxy providing both routing and request visibility
Explore all LiteLLM alternatives →

Public signals

About these signals

Verified factual signals from public sources. They indicate observable activity or interest, not total adoption, product quality, or cost.

12.0k GitHub commits 90d59.3k GitHub stars0 vulnerabilities across 1 package

See all signals from 4 sources
Source
Signals
Last updated
GitHub
Commits 90d:12.0kStars:59.3k
September 21, 2026
PyPI
Weekly downloads:22.4M
September 21, 2026
Product Hunt
Comments:12Rating:5.0/5Reviews:24Votes:120
September 21, 2026
OSV
Package vulnerabilities:0 vulnerabilitiesacross 1 package

PyPI · litellm@1.102.0

September 21, 2026

Frequently asked questions

Is LiteLLM free?

The gateway is free to self-host: everything outside the repository's enterprise/ directory is MIT-licensed, and the free build includes virtual keys, budgets, teams, load balancing, rate limits, and logging integrations. LiteLLM Enterprise, which adds SSO and SCIM, RBAC, audit logs, air-gapped deployment and 24/7 support with SLAs, is quoted per deployment with a 30-day trial.

Does LiteLLM charge for the tokens it routes?

No. LiteLLM takes no cut of inference. You keep paying each model provider directly at their own rates, which is the structural difference from a hosted gateway that resells access.

What is the difference between the LiteLLM SDK and the proxy?

The SDK is a Python library that translates calls to 100-plus providers. The proxy is a server you deploy, and it is where virtual keys, budgets, rate limits, spend tracking, and routing live. Teams that adopt only the SDK are using a small part of the product.

LiteLLM or OpenRouter?

Choose LiteLLM when the gateway must run inside your network, or when you want your model contracts and rates to stay yours. Choose OpenRouter when you want no infrastructure to operate and are content to buy tokens through an intermediary.

Does LiteLLM replace an observability tool?

No. It sends logs outward to Langfuse, Arize Phoenix, LangSmith, or plain OpenTelemetry and expects one of those to exist. Its own reporting is spend attribution, not tracing and evaluation.

Related LLM Gateways

Other LLM gateways in the catalog. Same kind of product, not a substitution recommendation.