From c138e7f910d6b794108c0567187dafa7c517257d Mon Sep 17 00:00:00 2001 From: kingtroga Date: Wed, 25 Dec 2024 11:40:12 +0100 Subject: [PATCH] add provider page for nvidia-ai-enpoints --- .../providers/nvidia-ai-endpoints.ipynb | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/docs/integrations/providers/nvidia-ai-endpoints.ipynb diff --git a/docs/docs/integrations/providers/nvidia-ai-endpoints.ipynb b/docs/docs/integrations/providers/nvidia-ai-endpoints.ipynb new file mode 100644 index 0000000000000..818e2a8d7d187 --- /dev/null +++ b/docs/docs/integrations/providers/nvidia-ai-endpoints.ipynb @@ -0,0 +1,34 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# **NVIDIA AI Foundation Endpoints**\n", + "\n", + "> **What is `NVIDIA AI Foundation Endpoints`?**\n", + "\n", + "- NVIDIA AI Foundation Endpoints provide users with easy access to hosted API endpoints for powerful NVIDIA AI Foundation models such as Mixtral 8x7B, Llama 2, Stable Diffusion, and more.\n", + "- These models, optimized, tested, and hosted on the NVIDIA AI platform, enable fast evaluation, customization, and seamless performance on any accelerated stack.\n", + "\n", + "> Get started with NVIDIA AI Foundation Endpoints by visiting [LangChain Documentation](https://python.langchain.com/v0.1/docs/integrations/chat/nvidia_ai_endpoints/).\n", + "\n", + "## Key Features\n", + "\n", + "- **Fully Accelerated Stack**: Running on NVIDIA DGX Cloud, providing users with quick and reliable results.\n", + "- **Customizable Models**: Models can be further customized to meet your needs and seamlessly deployed across various environments.\n", + "- **Enterprise-Grade Security and Stability**: Deploy models with confidence using NVIDIA AI Enterprise, ensuring support and reliability.\n", + "- **Wide Range of Models**: Access and work with advanced AI models, including Mixtral 8x7B, Llama 2, and Stable Diffusion.\n", + "\n", + "> Visit [NVIDIA AI Foundation Endpoints](https://python.langchain.com/v0.1/docs/integrations/chat/nvidia_ai_endpoints/) for more information and to get started." + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}