Skip to content

docs: add NoPII compatible-endpoint provider page#29

Open
evdevlead wants to merge 1 commit intoBerriAI:mainfrom
Enigma-Vault:docs/add-nopii-provider
Open

docs: add NoPII compatible-endpoint provider page#29
evdevlead wants to merge 1 commit intoBerriAI:mainfrom
Enigma-Vault:docs/add-nopii-provider

Conversation

@evdevlead
Copy link
Copy Markdown

Summary

Adds a new provider docs page at `docs/providers/nopii.md` covering NoPII (https://app.nopii.co), a hosted privacy proxy for LLM APIs. NoPII exposes OpenAI-compatible `/v1/chat/completions` and Anthropic-compatible `/v1/messages` endpoints, so it works with LiteLLM today via the standard `api_base` override. No core code changes required.

The sidebar is updated to list the new page alphabetically under Providers.

Type

Documentation.

Verification

Local Docusaurus build verified: `npm run build` returns exit 0, and `build/docs/providers/nopii/index.html` (96.7 KB) is emitted with all expected content.

All 4 Python SDK examples in the doc were run live against `https://api.nopii.co\` and returned responses with the expected PII round-trip (tokenize before the request reaches the LLM provider, restore in the response).

Note

This supersedes BerriAI/litellm#26341, which targeted the now-deleted `litellm_oss_branch` in the main `BerriAI/litellm` repo. With docs relocated to this repo, the equivalent change is opened here against `main`.

Adds a provider page documenting NoPII (https://app.nopii.co),
a hosted privacy proxy for LLM APIs that tokenizes PII before
forwarding to OpenAI or Anthropic and restores the original
values in the response. Integrates via the standard api_base
override; no new provider code required.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Apr 28, 2026 2:49am

Request Review

@evdevlead evdevlead marked this pull request as ready for review April 28, 2026 02:49
@evdevlead evdevlead requested a review from a team April 28, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants