Update README.md

This commit is contained in:
Krish Dholakia 2023-10-25 14:09:39 -07:00 committed by GitHub
parent 4d40a54edf
commit fe05b7cf62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ docker run -e PORT=8000 -p 8000:8000 ghcr.io/berriai/litellm:latest
## Endpoints:
- `/chat/completions` - chat completions endpoint to call 100+ LLMs
- `/router/completions` - for multiple deployments of the same model (e.g. Azure OpenAI), uses the least used deployment. [Learn more](https://docs.litellm.ai/docs/routing)
- `/models` - available models on server
## Making Requests to Proxy