n8n-nodes-nvidia
v1.0.0
Published
n8n community node for NVIDIA AI models
Maintainers
Keywords
Readme
n8n-nodes-nvidia
n8n community node for NVIDIA AI models via NVIDIA's OpenAI-compatible API.
Features
- Use NVIDIA-hosted AI models (default:
moonshotai/kimi-k2.5) in n8n AI workflows - Compatible with n8n's AI Agent, LLM Chain, and other AI root nodes
- Supports streaming, tool calling, and all standard chat model parameters
- Configurable temperature, topP, max tokens, penalties, and timeout
Installation
npm install n8n-nodes-nvidiaOr install via n8n's Community Nodes UI:
- Open n8n → Settings → Community Nodes
- Enter
n8n-nodes-nvidiaand click Install
Setup
- Get your API key from NVIDIA Build
- In n8n, go to Settings → Credentials → Add Credential
- Select "NVIDIA API"
- Enter your API key and the base URL (default:
https://integrate.api.nvidia.com/v1)
Usage
- Add an AI Agent (or other AI root node) to your workflow
- In the "Chat Model" dropdown, select "NVIDIA Chat Model"
- Configure your model parameters (model ID, temperature, etc.)
- Run your workflow
Available Models
Any model available on NVIDIA Build can be used. Default is moonshotai/kimi-k2.5.
License
MIT
