(docs) index.md

This commit is contained in:
ishaan-jaff
2023-11-04 17:23:36 -07:00
parent 37fd895692
commit 53c2ada9e3
-16
View File
@@ -395,22 +395,6 @@ response = completion(
)
```
## 💥 LiteLLM Server - Deploy LiteLLM
1-Click Deploy
A simple, fast, and lightweight OpenAI-compatible server to call 100+ LLM APIs in the OpenAI Input/Output format
### Server Endpoints:
- `/chat/completions` - chat completions endpoint to call 100+ LLMs
- `/models` - available models on serve
👉 Docs: https://docs.litellm.ai/docs/simple_proxy
[![Deploy](https://deploy.cloud.run/button.svg)](https://l.linklyhq.com/l/1uHtX)
[![Deploy](https://render.com/images/deploy-to-render-button.svg)](https://l.linklyhq.com/l/1uHsr)
[![Deploy](../img/deploy-to-aws.png)](https://docs.litellm.ai/docs/simple_proxy#deploy-on-aws-apprunner)
## More details
* [exception mapping](./exception_mapping.md)
* [retries + model fallbacks for completion()](./completion/reliable_completions.md)