How It Works
Request with PII
Routed to Local LLM (Ollama, vLLM, llama.cpp, etc.)PII stays on your network.
Request without PII
Routed to OpenAI or AnthropicFull performance.
When to Use
- Have local GPU resources
- Need complete data isolation for sensitive requests
- Must prevent any PII from leaving your network
Configuration
- No PII detected → Request goes to OpenAI or Anthropic
- PII detected → Request goes to local LLM
For Anthropic requests, the local LLM must support the Anthropic Messages API (e.g., Ollama with Anthropic API compatibility).