mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(docs) swagger endpoint
This commit is contained in:
parent
c5340b8709
commit
cd34b859df
1 changed files with 6 additions and 0 deletions
|
|
@ -349,6 +349,12 @@ litellm --config your_config.yaml
|
|||
[**More Info**](./configs.md)
|
||||
|
||||
## Server Endpoints
|
||||
|
||||
:::note
|
||||
|
||||
You can see Swagger Docs for the server on root http://0.0.0.0:8000
|
||||
|
||||
:::
|
||||
- POST `/chat/completions` - chat completions endpoint to call 100+ LLMs
|
||||
- POST `/completions` - completions endpoint
|
||||
- POST `/embeddings` - embedding endpoint for Azure, OpenAI, Huggingface endpoints
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue