Skip to content

Commit 97ec8f5

Browse files
committed
Added models.litellm.ai to various files for full models list
1 parent 861ec4e commit 97ec8f5

File tree

7 files changed

+14
-2
lines changed

7 files changed

+14
-2
lines changed

docs/my-website/docs/fine_tuning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This is an Enterprise only endpoint [Get Started with Enterprise here](https://c
1313
| Feature | Supported | Notes |
1414
|-------|-------|-------|
1515
| Supported Providers | OpenAI, Azure OpenAI, Vertex AI | - |
16+
17+
#### ⚡️See an exhaustive list of supported models and providers at [models.litellm.ai](https://models.litellm.ai/)
1618
| Cost Tracking | 🟡 | [Let us know if you need this](https://github.com/BerriAI/litellm/issues) |
1719
| Logging || Works across all logging integrations |
1820

docs/my-website/docs/getting_started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Next Steps 👉 [Call all supported models - e.g. Claude-2, Llama2-70b, etc.](./
3232
More details 👉
3333

3434
- [Completion() function details](./completion/)
35-
- [All supported models / providers on LiteLLM](./providers/)
35+
- [Overview of supported models / providers on LiteLLM](./providers/)
36+
- [Search all models / providers](https://models.litellm.ai/)
3637
- [Build your own OpenAI proxy](https://github.com/BerriAI/liteLLM-proxy/tree/main)
3738

3839
## streaming

docs/my-website/docs/image_edits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ LiteLLM provides image editing functionality that maps to OpenAI's `/images/edit
1818
| Supported LiteLLM Proxy Versions | 1.71.1+ | |
1919
| Supported LLM providers | **OpenAI** | Currently only `openai` is supported |
2020

21+
#### ⚡️See all supported models and providers at [models.litellm.ai](https://models.litellm.ai/)
22+
23+
2124
## Usage
2225

2326
### LiteLLM Python SDK

docs/my-website/docs/image_generation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ print(f"response: {response}")
279279

280280
## Supported Providers
281281

282+
#### ⚡️See all supported models and providers at [models.litellm.ai](https://models.litellm.ai/)
283+
282284
| Provider | Documentation Link |
283285
|----------|-------------------|
284286
| OpenAI | [OpenAI Image Generation →](./providers/openai) |

docs/my-website/docs/moderation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ Here's the exact json output and type you can expect from all moderation calls:
130130

131131
## **Supported Providers**
132132

133+
#### ⚡️See all supported models and providers at [models.litellm.ai](https://models.litellm.ai/)
134+
133135
| Provider |
134136
|-------------|
135137
| OpenAI |

docs/my-website/docs/proxy_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Email us @ [email protected]
2727
## Supported Models for LiteLLM Key
2828
These are the models that currently work with the "sk-litellm-.." keys.
2929

30-
For a complete list of models/providers that you can call with LiteLLM, [check out our provider list](./providers/)
30+
For a complete list of models/providers that you can call with LiteLLM, [check out our provider list](./providers/) or check out [models.litellm.ai](https://models.litellm.ai/)
3131

3232
* OpenAI models - [OpenAI docs](./providers/openai.md)
3333
* gpt-4

docs/my-website/docs/rerank.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ curl http://0.0.0.0:4000/rerank \
109109

110110
## **Supported Providers**
111111

112+
#### ⚡️See all supported models and providers at [models.litellm.ai](https://models.litellm.ai/)
113+
112114
| Provider | Link to Usage |
113115
|-------------|--------------------|
114116
| Cohere (v1 + v2 clients) | [Usage](#quick-start) |

0 commit comments

Comments
 (0)