forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
93c9ea160d
commit
edf296fb5b
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -147,6 +147,7 @@ The proxy provides:
|
||||||
|
|
||||||
## 📖 Proxy Endpoints - [Swagger Docs](https://litellm-api.up.railway.app/)
|
## 📖 Proxy Endpoints - [Swagger Docs](https://litellm-api.up.railway.app/)
|
||||||
|
|
||||||
|
|
||||||
## Quick Start Proxy - CLI
|
## Quick Start Proxy - CLI
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
@ -179,6 +180,24 @@ print(response)
|
||||||
|
|
||||||
## Proxy Key Management ([Docs](https://docs.litellm.ai/docs/proxy/virtual_keys))
|
## Proxy Key Management ([Docs](https://docs.litellm.ai/docs/proxy/virtual_keys))
|
||||||
|
|
||||||
|
Connect the proxy with a Postgres DB to create proxy keys
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Get the code
|
||||||
|
git clone https://github.com/BerriAI/litellm
|
||||||
|
|
||||||
|
# Go to folder
|
||||||
|
cd litellm
|
||||||
|
|
||||||
|
# Add the master key
|
||||||
|
echo 'LITELLM_MASTER_KEY="sk-1234"' > .env
|
||||||
|
source .env
|
||||||
|
|
||||||
|
# Start
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
UI on `/ui` on your proxy server
|
UI on `/ui` on your proxy server
|
||||||

|

|
||||||
|
|
||||||
|
@ -211,7 +230,7 @@ curl 'http://0.0.0.0:4000/key/generate' \
|
||||||
| [azure](https://docs.litellm.ai/docs/providers/azure) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| [azure](https://docs.litellm.ai/docs/providers/azure) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| [aws - sagemaker](https://docs.litellm.ai/docs/providers/aws_sagemaker) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| [aws - sagemaker](https://docs.litellm.ai/docs/providers/aws_sagemaker) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| [aws - bedrock](https://docs.litellm.ai/docs/providers/bedrock) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| [aws - bedrock](https://docs.litellm.ai/docs/providers/bedrock) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| [google - vertex_ai [Gemini]](https://docs.litellm.ai/docs/providers/vertex) | ✅ | ✅ | ✅ | ✅ |
|
| [google - vertex_ai](https://docs.litellm.ai/docs/providers/vertex) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
|
||||||
| [google - palm](https://docs.litellm.ai/docs/providers/palm) | ✅ | ✅ | ✅ | ✅ |
|
| [google - palm](https://docs.litellm.ai/docs/providers/palm) | ✅ | ✅ | ✅ | ✅ |
|
||||||
| [google AI Studio - gemini](https://docs.litellm.ai/docs/providers/gemini) | ✅ | ✅ | ✅ | ✅ | |
|
| [google AI Studio - gemini](https://docs.litellm.ai/docs/providers/gemini) | ✅ | ✅ | ✅ | ✅ | |
|
||||||
| [mistral ai api](https://docs.litellm.ai/docs/providers/mistral) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| [mistral ai api](https://docs.litellm.ai/docs/providers/mistral) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue