LlamaIndex integration for NVIDIA AI Foundation Models and NVIDIA API Catalog. Provides LLM class to interact with NVIDIA-hosted models like Llama, Nemotron, and more. Current version: 0.5.0. Requires Python >=3.10, <4.0.
pip install llama-index-llms-nvidiaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the NVIDIA LLM with an API key and model name, then call complete.
export NVIDIA_API_KEY=... before running code.
Use `from llama_index.llms.nvidia import NVIDIA` for current versions.
Visit https://build.nvidia.com/ to find exact model names.
Install the package: pip install llama-index-llms-nvidia, then use: from llama_index.llms.nvidia import NVIDIA
Use exact model ID from NVIDIA API catalog, e.g., 'mistralai/mistral-7b-instruct-v0.3'.
Set the environment variable or pass api_key='...' to the NVIDIA constructor.
No resource links recorded.