docs: add proxy req/s

This commit is contained in:
Krrish Dholakia 2023-12-08 07:33:33 -08:00
parent 0406e01c6d
commit d548836903

View file

@ -76,6 +76,8 @@ Your LiteLLM container should be running now on the defined port e.g. `8000`.
## LiteLLM Proxy Performance
LiteLLM proxy has been load tested to handle 1500 req/s.
### Throughput - 30% Increase
LiteLLM proxy + Load Balancer gives **30% increase** in throughput compared to Raw OpenAI API
<Image img={require('../img/throughput.png')} />