NVIDIA Nemotron credentials
Last updated
Was this helpful?
You can use these credentials to authenticate the following nodes:
A single credential covers both deployment modes:
Cloud: NVIDIA-hosted Nemotron models on build.nvidia.com.
Self-hosted NIM: a NVIDIA Inference Microservice container running on your own infrastructure.
For cloud access, create an NVIDIA build account.
For self-hosted access, run a NIM container that exposes an OpenAI-spec compatible endpoint. Refer to NVIDIA NIM documentation for setup guidance.
API key (optional when connecting to a self-hosted NIM that doesn't enforce authentication)
Refer to NVIDIA's build catalogue for the list of available Nemotron models and to the NIM documentation for self-hosting guidance.
To configure this credential, you'll need:
A Base URL: the OpenAI-spec compatible endpoint to call. Use the default https://integrate.api.nvidia.com/v1 for build.nvidia.com cloud, or replace it with your self-hosted NIM URL (for example, http://localhost:8000/v1).
An API Key: required for build.nvidia.com cloud. Leave blank for a self-hosted NIM that doesn't require authentication.
To generate an API key for build.nvidia.com:
Sign in to your NVIDIA build account.
Open a Nemotron model in the catalogue and select Get API Key.
Copy your key and add it as the API Key in n8n.
To connect to a self-hosted NIM:
Set Base URL to your NIM endpoint, including the /v1 path (for example, http://localhost:8000/v1).
If your NIM requires authentication, paste the token into API Key. Otherwise, leave the field blank.
Last updated
Was this helpful?
Was this helpful?