forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
d6b6b32250
commit
78a92d2728
1 changed files with 17 additions and 15 deletions
32
README.md
32
README.md
|
@ -1,36 +1,38 @@
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
🚅 LiteLLM
|
🚅 LiteLLM
|
||||||
</h1>
|
</h1>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<p align="center">Call all LLM APIs using the OpenAI format [Anthropic, Huggingface, Cohere, Azure OpenAI etc.]</p>
|
<p align="center">Call all LLM APIs using the OpenAI format [Anthropic, Huggingface, Cohere, Azure OpenAI etc.]</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 align="center">
|
<h4 align="center">
|
||||||
<a href="https://pypi.org/project/litellm/">
|
<a href="https://pypi.org/project/litellm/" target="_blank">
|
||||||
<img src="https://img.shields.io/pypi/v/litellm.svg" alt="PyPI Version">
|
<img src="https://img.shields.io/pypi/v/litellm.svg" alt="PyPI Version">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://pypi.org/project/litellm/0.1.1/">
|
<a href="https://pypi.org/project/litellm/0.1.1/" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/stable%20version-v0.1.424-blue?color=green&link=https://pypi.org/project/litellm/0.1.1/" alt="Stable Version">
|
<img src="https://img.shields.io/badge/stable%20version-v0.1.424-blue?color=green&link=https://pypi.org/project/litellm/0.1.1/" alt="Stable Version">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://dl.circleci.com/status-badge/redirect/gh/BerriAI/litellm/tree/main">
|
<a href="https://dl.circleci.com/status-badge/redirect/gh/BerriAI/litellm/tree/main" target="_blank">
|
||||||
<img src="https://dl.circleci.com/status-badge/img/gh/BerriAI/litellm/tree/main.svg?style=svg" alt="CircleCI">
|
<img src="https://dl.circleci.com/status-badge/img/gh/BerriAI/litellm/tree/main.svg?style=svg" alt="CircleCI">
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/pypi/dm/litellm" alt="Downloads">
|
<img src="https://img.shields.io/pypi/dm/litellm" alt="Downloads">
|
||||||
<a href="https://discord.gg/wuPM9dRgDw">
|
<a href="https://discord.gg/wuPM9dRgDw" target="_blank">
|
||||||
<img src="https://dcbadge.vercel.app/api/server/wuPM9dRgDw?style=flat">
|
<img src="https://dcbadge.vercel.app/api/server/wuPM9dRgDw?style=flat">
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<h4 align="center">
|
<h4 align="center">
|
||||||
<a target="_blank" href="https://colab.research.google.com/github/https://colab.research.google.com/drive/1y2ChqxJOwEByThibxYMEpY5P6_RTNjj4?usp=sharing">
|
<a target="_blank" href="https://colab.research.google.com/github/https://colab.research.google.com/drive/1y2ChqxJOwEByThibxYMEpY5P6_RTNjj4?usp=sharing">
|
||||||
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<h4 align="center">
|
<h4 align="center">
|
||||||
<a href="https://docs.litellm.ai/docs/completion/supported">100+ Supported Models</a> |
|
<a href="https://docs.litellm.ai/docs/completion/supported" target="_blank">100+ Supported Models</a> |
|
||||||
<a href="https://docs.litellm.ai/docs/">Docs</a> |
|
<a href="https://docs.litellm.ai/docs/" target="_blank">Docs</a> |
|
||||||
<a href="https://litellm.ai/playground">Demo Website</a>
|
<a href="https://litellm.ai/playground" target="_blank">Demo Website</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
LiteLLM manages
|
LiteLLM manages
|
||||||
|
|
||||||
- Translating inputs to the provider's completion and embedding endpoints
|
- Translating inputs to the provider's completion and embedding endpoints
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue