fix anthropic pass-through endpoint (#16883)

This commit is contained in:
Suresh Kumar
2025-11-21 16:00:05 -08:00
committed by GitHub
parent b6b8f46b36
commit 5b4a848391
@@ -105,7 +105,7 @@ LITELLM_MASTER_KEY gives claude access to all proxy models, whereas a virtual ke
Alternatively, use the Anthropic pass-through endpoint:
```bash
export ANTHROPIC_BASE_URL="http://0.0.0.0:4000"
export ANTHROPIC_BASE_URL="http://0.0.0.0:4000/anthropic"
export ANTHROPIC_AUTH_TOKEN="$LITELLM_MASTER_KEY"
```