forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
4d40a54edf
commit
fe05b7cf62
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue