diff --git a/docs/my-website/docs/proxy/pass_through.md b/docs/my-website/docs/proxy/pass_through.md index 092b2424b02..ffa4f4d76bd 100644 --- a/docs/my-website/docs/proxy/pass_through.md +++ b/docs/my-website/docs/proxy/pass_through.md @@ -156,6 +156,8 @@ POST /api/public/ingestion HTTP/1.1" 207 Multi-Status Use this if you want the pass through endpoint to honour LiteLLM keys/authentication +This also enforces the key's rpm limits on pass-through endpoints. + Usage - set `auth: true` on the config ```yaml general_settings: @@ -361,4 +363,5 @@ curl --location 'http://0.0.0.0:4000/v1/messages' \ {"role": "user", "content": "Hello, world"} ] }' -``` \ No newline at end of file +``` +