From 38205945812710e82d54b44e07dab8d29fe30cc8 Mon Sep 17 00:00:00 2001 From: Rashmi Pawar <168514198+raspawar@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:08:46 +0530 Subject: [PATCH] docs: add nvidia as provider (#1632) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> --- docs/how-to/llm-connections.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to/llm-connections.mdx b/docs/how-to/llm-connections.mdx index a2fc540cc..a69aa4c86 100644 --- a/docs/how-to/llm-connections.mdx +++ b/docs/how-to/llm-connections.mdx @@ -32,6 +32,7 @@ LiteLLM supports a wide range of providers, including but not limited to: - Cloudflare Workers AI - DeepInfra - Groq +- [NVIDIA NIMs](https://docs.api.nvidia.com/nim/reference/models-1) - And many more! For a complete and up-to-date list of supported providers, please refer to the [LiteLLM Providers documentation](https://docs.litellm.ai/docs/providers).