LiteLLM can proxy requests to multiple model providers, so route and fallback behavior should be reviewed before production use., Gateway deployments can expose model access to teams or applications; configure authentication, budgets, rate limits, and network access intentionally., Avoid logging sensitive prompt, response, or credential material when enabling debugging, observability, or admin features.
Privacy notes
Prompts and responses pass through the LiteLLM process and then to the selected upstream model provider., Gateway logs, spend tracking, and observability integrations may retain request metadata or payload excerpts depending on configuration., Self-hosted deployments still depend on the privacy terms of each configured model provider.
Author
BerriAI
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-03
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
78
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Complete
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
Registry metadata indicates a reviewed listing.
Done
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
3 safety and 3 privacy notes across 3 risk areas. Review closely: credentials & tokens, network access, third-party handling.
3 areas
SafetyNetwork accessLiteLLM can proxy requests to multiple model providers, so route and fallback behavior should be reviewed before production use.
SafetyNetwork accessGateway deployments can expose model access to teams or applications; configure authentication, budgets, rate limits, and network access intentionally.
SafetyCredentials & tokensAvoid logging sensitive prompt, response, or credential material when enabling debugging, observability, or admin features.
PrivacyThird-party handlingPrompts and responses pass through the LiteLLM process and then to the selected upstream model provider.
PrivacyNetwork accessGateway logs, spend tracking, and observability integrations may retain request metadata or payload excerpts depending on configuration.
PrivacyThird-party handlingSelf-hosted deployments still depend on the privacy terms of each configured model provider.
Disclosure: editorial
Safety notes
LiteLLM can proxy requests to multiple model providers, so route and fallback behavior should be reviewed before production use.
Gateway deployments can expose model access to teams or applications; configure authentication, budgets, rate limits, and network access intentionally.
Avoid logging sensitive prompt, response, or credential material when enabling debugging, observability, or admin features.
Privacy notes
Prompts and responses pass through the LiteLLM process and then to the selected upstream model provider.
Gateway logs, spend tracking, and observability integrations may retain request metadata or payload excerpts depending on configuration.
Self-hosted deployments still depend on the privacy terms of each configured model provider.
Prerequisites
Python or Docker for local/self-hosted use.
Provider credentials for the model backends you choose to route through LiteLLM.
A reviewed gateway configuration before sharing it with teammates or production clients.
## Editorial notes
LiteLLM is a strong fit for Claude and agent workflows that need one OpenAI-compatible gateway in front of multiple model providers. The official docs describe both the Python SDK and the self-hosted proxy, including routing, load balancing, virtual keys, spend tracking, guardrails, observability, and an admin UI.
## Source notes
- The official documentation describes LiteLLM as an open-source library with a unified interface for 100+ LLMs and a self-hosted LLM gateway/proxy.
- The GitHub README describes LiteLLM as an open-source AI gateway for 100+ LLMs with OpenAI-format calls.
- The PyPI package is published as `litellm` for Python SDK and proxy installation paths.
## Duplicate check
Checked current `content/tools/`, open pull requests, and the repository for `LiteLLM`, `BerriAI`, `llm gateway`, `model router`, and `openai compatible proxy`. No existing LiteLLM listing or open duplicate PR was found.
## Disclosure
Editorial listing. No paid placement or affiliate link is used.
About this resource
Editorial notes
LiteLLM is a strong fit for Claude and agent workflows that need one OpenAI-compatible gateway in front of multiple model providers. The official docs describe both the Python SDK and the self-hosted proxy, including routing, load balancing, virtual keys, spend tracking, guardrails, observability, and an admin UI.
Source notes
The official documentation describes LiteLLM as an open-source library with a unified interface for 100+ LLMs and a self-hosted LLM gateway/proxy.
The GitHub README describes LiteLLM as an open-source AI gateway for 100+ LLMs with OpenAI-format calls.
The PyPI package is published as litellm for Python SDK and proxy installation paths.
Duplicate check
Checked current content/tools/, open pull requests, and the repository for LiteLLM, BerriAI, llm gateway, model router, and openai compatible proxy. No existing LiteLLM listing or open duplicate PR was found.
Disclosure
Editorial listing. No paid placement or affiliate link is used.
Open-source AI gateway from Portkey for routing to 1600+ LLMs through one OpenAI-compatible API, with automatic retries, fallbacks, load balancing, conditional routing, guardrails, caching, and observability, self-hostable via npx, Docker, or edge deployments.
Open-source, self-hostable AI engine that runs LLMs, vision, voice, image, and video models on your own hardware behind one API, with drop-in OpenAI, Anthropic, and ElevenLabs API compatibility, composable on-demand backends, and no GPU required.
✓LiteLLM can proxy requests to multiple model providers, so route and fallback behavior should be reviewed before production use.
Gateway deployments can expose model access to teams or applications; configure authentication, budgets, rate limits, and network access intentionally.
Avoid logging sensitive prompt, response, or credential material when enabling debugging, observability, or admin features.
✓The gateway sits in the path of your LLM traffic and forwards requests to configured providers using the API keys you supply, so scope those provider keys to the minimum needed and store them securely.
Self-hosting exposes a local or deployed endpoint; run it on a trusted network or behind authentication, and do not expose an unauthenticated gateway to the public internet.
Guardrails, retries, fallbacks, and conditional routing change how and where requests are sent, so review the gateway configuration before using it for production traffic.
Caching returns stored responses for matching requests; confirm that cached content is appropriate to reuse before enabling it for sensitive or per-user data.
Treat provider responses returned through the gateway as untrusted input for any downstream action, and keep production configuration narrower than local examples.
✓LocalAI runs a server that exposes an API; run it on a trusted network or behind authentication, and do not expose an unauthenticated endpoint on a public interface.
It uses API-key auth, user quotas, and role-based access for multi-user setups; enable and scope these before sharing an instance.
Backends are pulled on demand and run model code locally; pull backends and models from sources you trust, and verify model licenses before serving them.
Treat model outputs as untrusted input for any downstream action, and keep production configuration and exposed ports narrower than local quickstart examples.
When installing from a downloaded artifact, follow the project's platform notes and verify the source before running it.
✓Downloaded models can be large and may carry their own license, usage, and safety constraints; review model cards before use.
Ollama exposes a local service and REST API, so bind addresses, firewall rules, and shared-machine access should be configured intentionally.
Generated outputs from local models still need review before they are applied to code, documentation, or operational decisions.
Privacy notes
✓Prompts and responses pass through the LiteLLM process and then to the selected upstream model provider.
Gateway logs, spend tracking, and observability integrations may retain request metadata or payload excerpts depending on configuration.
Self-hosted deployments still depend on the privacy terms of each configured model provider.
✓Requests routed through the gateway, including prompts and inputs, are forwarded to the configured model providers, which process that data under their own terms.
If observability or logging is enabled, prompts, responses, metadata, and metrics can be recorded in the store you configure, so choose a destination and retention policy deliberately.
Caching stores request and response data to serve repeated calls; scope and expire the cache appropriately for the sensitivity of the traffic.
Provider API keys, gateway configuration, and any request logs should be kept out of version control and access-controlled like other secrets and operational data.
✓Running LocalAI keeps inference on your own hardware, so prompts and data do not leave your environment unless you configure it to call external services.
Requests, prompts, and generated outputs can be logged depending on your configuration; choose logging and retention settings deliberately, especially for sensitive data.
Served models and any stored inputs or outputs should be kept with appropriate access controls, particularly on multi-user instances.
If you connect LocalAI to external providers or expose it to other services, apply normal credential hygiene and keep configuration out of version control.
✓Local prompts and responses can stay on the machine when using local models, but they may appear in client logs, shell history, or application telemetry around the integration.
Any remote model source, community integration, or connected chat/workflow client may add its own data handling behavior.
Do not assume local execution removes the need to protect secrets or sensitive repository context from prompts and logs.
Prerequisites
Python or Docker for local/self-hosted use.
Provider credentials for the model backends you choose to route through LiteLLM.
A reviewed gateway configuration before sharing it with teammates or production clients.
Node.js and npm to run the gateway locally with `npx @portkey-ai/gateway`, or Docker and a deployment target (including edge platforms) for self-hosting.
Model-provider API keys for the LLM providers the gateway will route to, supplied per request or through the gateway configuration.
A gateway configuration describing providers, routing strategy, retries, fallbacks, caching, and any guardrails you want applied.
An application that can call an OpenAI-compatible endpoint, since the gateway exposes a unified API in front of many providers.
A machine to run LocalAI (via a container such as Docker or Podman, a native binary, or the desktop app); a GPU is optional since it also runs CPU-only.
Models to serve, pulled from the model gallery or provided yourself, and enough disk and memory for them.
An application that can call an OpenAI-, Anthropic-, or ElevenLabs-compatible API endpoint.
For multi-user setups, a plan for API keys, quotas, and role-based access.
A supported macOS, Windows, Linux, or Docker environment with enough CPU, memory, disk, and optional GPU capacity for the selected model.
Locally downloaded models from the Ollama library or imported model files you are allowed to use.
A reviewed integration path before connecting Ollama to Claude Code, Codex, OpenCode, or other agent clients.