ngcsdk
NVIDIA GPU Cloud SDK
What it is and what it does
NGC-SDK is NVIDIA's official Python client for the NVIDIA GPU Cloud platform. It provides authenticated access to NGC's model registry, allowing you to query, list, and retrieve metadata about models and other resources hosted in the cloud. The SDK handles API authentication via API keys, manages token caching, and returns results as both Python objects and JSON, making it straightforward to integrate NGC resources into Python applications and workflows.
The package is built on a foundation of common HTTP and cloud libraries (aiohttp, requests, boto3, docker) to support both synchronous and asynchronous operations, as well as container and storage interactions. It requires Python 3.10 or later and is actively maintained, with recent releases indicating ongoing support for current Python versions.
Use it for:
- Query and retrieve model metadata from the NGC registry in Python applications.
- Automate access to NVIDIA's pre-trained models and resources for ML workflows.
- Integrate NGC resources into CI/CD pipelines or batch processing jobs.
- Build internal tools that need authenticated programmatic access to NGC.
- Debug NGC API interactions using built-in logging and configuration inspection.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
SDK for interacting with NVIDIA GPU Cloud, providing Python utilities to access NGC registry, models, and cloud resources via authenticated API calls.
Yes. The package is actively maintained, has low install friction, carries a permissive license, and is purpose-built for NGC integration. Install it if you need programmatic access to NVIDIA GPU Cloud resources from Python. Verify that your use case aligns with the 19 runtime dependencies (particularly docker and boto3) before committing to production.
Install
ngcsdk on PyPI
pip
pip install ngcsdkuv
uv add ngcsdkpoetry
poetry add ngcsdkInstalling ngcsdk
Before you install
Low friction installation with a pure-wheel distribution. Actively maintained with a recent release. Requires Python 3.10 or later and pulls in 19 runtime dependencies including aiohttp, boto3, docker, and requests for cloud and container operations.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions—suitable for most integration scenarios.
Quickstart
pip install ngcsdk
from ngcsdk import Client
clt = Client()
clt.configure(api_key='your-api-key', org_name='nvidia', team_name='no-team')
model = clt.registry.model.info('nvidia/nemotron')
Requires Python >= 3.10 and a valid NGC API key (obtainable from https://ngc.nvidia.com/setup).
Verify before relying
- Whether the 19 runtime dependencies (including docker, boto3, aiohttp) are all required for basic use or if many are optional.
- Performance characteristics and rate limits when querying the NGC registry.
- Whether telemetry extras are commonly needed or only for advanced monitoring scenarios.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 19 — aiofiles, aiohttp, boto3, botocore, certifi, cryptography, docker, isodate, packaging, polling2, prettytable, psutil, python-dateutil, requests-toolbelt, requests, rich, shortuuid, urllib3, validators |
| Maintenance | actively maintained — 10 days since the last release |
| First released | |
| Downloads | 270,932/month — #8,228 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ngcsdk-4.34.10-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
cuda-toolkitA meta-package that installs NVIDIA CUDA…
unclear · top 1,000 on PyPI
langchain-nvidia-ai-endpointsIntegrates NVIDIA AI Foundation Models and chat…
permissive · top 5,000 on PyPI
nvidia-cuda-cuptiProvides CUDA profiling runtime libraries that…
unclear · top 1,000 on PyPI
cuda-coreProvides Pythonic APIs to access CUDA core…
permissive · top 5,000 on PyPI
cuda-pythoncuda-python is a metapackage providing Pythonic…
unclear · top 5,000 on PyPI
nccl4pynccl4py provides Python bindings to NVIDIA's…
permissive · top 15,000 on PyPI
nvidia-cuda-cupti-cu12Provides GPU profiling runtime libraries for…
unclear · top 1,000 on PyPI
py3nvmlProvides Python 3 bindings to query NVIDIA GPU…
permissive · top 15,000 on PyPI
nvidia-cuda-crtProvides NVIDIA CUDA C Runtime libraries for…
unclear · top 5,000 on PyPI
cupti-pythonProvides Python bindings to NVIDIA's CUPTI…
unclear · top 15,000 on PyPI