@sateeshreddy/n8n-nodes-nvidia-nim 1.0.6 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Sateesh
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -30,7 +30,8 @@ This package includes **two nodes**:
30
30
  - ✅ Free tier models via [build.nvidia.com](https://build.nvidia.com)
31
31
  - ✅ **Language model node** — plugs into AI Agent, Basic LLM Chain, Summarization Chain
32
32
  - ✅ **Embeddings node** — plugs into any n8n vector store (Qdrant, Pinecone, PGVector, Supabase, Weaviate, Chroma)
33
- - ✅ Supports 17+ chat models including Llama 4, Mistral, Qwen3, Gemma, and more
33
+ - ✅ Supports 17 latest chat models including DeepSeek v4, Nemotron-3, Mistral, and Gemma 4
34
+ - ✅ **Smart Defaults:** Automatically updates optimal temperature and max tokens when a chat model is selected
34
35
  - ✅ Supports 5 embedding models including free hosted endpoints
35
36
  - ✅ Drop-in OpenAI-compatible API — no extra setup
36
37
 
@@ -40,25 +41,27 @@ This package includes **two nodes**:
40
41
 
41
42
  ### Chat / Language Models
42
43
 
43
- | Model | Value |
44
- |---|---|
45
- | Llama 4 Maverick 17B 128E Instruct *(default)* | `meta/llama-4-maverick-17b-128e-instruct` |
46
- | Mistral Large 3 675B Instruct | `mistralai/mistral-large-3-675b-instruct-2512` |
47
- | Qwen3 Coder 480B A35B Instruct | `qwen/qwen3-coder-480b-a35b-instruct` |
48
- | Mistral Nemotron (Function Calling) | `mistralai/mistral-nemotron` |
49
- | Mistral Medium 3 Instruct | `mistralai/mistral-medium-3-instruct` |
50
- | Magistral Small 2506 | `mistralai/magistral-small-2506` |
51
- | Step 3.5 Flash (Agentic) | `stepfun-ai/step-3.5-flash` |
52
- | Seed OSS 36B Instruct (Agentic) | `bytedance/seed-oss-36b-instruct` |
53
- | GLM-4.7 (Tool Calling) | `thudm/glm-4.7` |
54
- | MiniMax M2.7 | `minimax/minimax-m2.7` |
55
- | Phi-4 Multimodal Instruct | `microsoft/phi-4-multimodal-instruct` |
56
- | Gemma 3N E4B IT | `google/gemma-3n-e4b-it` |
57
- | Gemma 3N E2B IT | `google/gemma-3n-e2b-it` |
58
- | Gemma 2 2B IT | `google/gemma-2-2b-it` |
59
- | Dracarys Llama 3.1 70B Instruct | `abacusai/dracarys-llama-3.1-70b-instruct` |
60
- | Nemotron Mini 4B Instruct | `nvidia/nemotron-mini-4b-instruct` |
61
- | Solar 10.7B Instruct | `upstage/solar-10.7b-instruct` |
44
+ When you select a model, the node will automatically configure the recommended `max_tokens` and `temperature` to provide the best results out of the box. You can still override these manually.
45
+
46
+ | Model ID | Default Max Tokens | Default Temperature |
47
+ |---|---|---|
48
+ | `minimaxai/minimax-m3` | 8192 | 1 |
49
+ | `nvidia/nemotron-3-ultra-550b-a55b` | 16384 | 1 |
50
+ | `stepfun-ai/step-3.7-flash` | 16384 | 1 |
51
+ | `moonshotai/kimi-k2.6` | 16384 | 1 |
52
+ | `mistralai/mistral-medium-3.5-128b` | 16384 | 0.7 |
53
+ | `mistralai/mistral-nemotron` | 4096 | 0.6 |
54
+ | `sarvamai/sarvam-m` | 16384 | 0.5 |
55
+ | `nvidia/nemotron-3-nano-30b-a3b` | 16384 | 1 |
56
+ | `stepfun-ai/step-3.5-flash` | 16384 | 1 |
57
+ | `qwen/qwen3.5-122b-a10b` | 16384 | 0.6 |
58
+ | `nvidia/nemotron-3-super-120b-a12b` | 16384 | 1 |
59
+ | `mistralai/mistral-small-4-119b-2603` | 16384 | 0.1 |
60
+ | `google/gemma-4-31b-it` | 16384 | 1 |
61
+ | `minimaxai/minimax-m2.7` | 8192 | 1 |
62
+ | `z-ai/glm-5.1` | 16384 | 1 |
63
+ | `deepseek-ai/deepseek-v4-pro` | 16384 | 1 |
64
+ | `deepseek-ai/deepseek-v4-flash` | 16384 | 1 |
62
65
 
63
66
  ### Embedding Models
64
67
 
@@ -118,16 +121,16 @@ Use this node anywhere n8n expects a **language model**.
118
121
  1. Add an **AI Agent** (or Basic LLM Chain) node to your workflow
119
122
  2. In the **Model** slot, click `+`
120
123
  3. Search for **NVIDIA NIM** and select it
121
- 4. Choose your model, set temperature and max tokens
124
+ 4. Choose your model the optimal temperature and max tokens will be populated automatically!
122
125
  5. Run your workflow
123
126
 
124
127
  **Configuration Options:**
125
128
 
126
129
  | Parameter | Type | Default | Description |
127
130
  |---|---|---|---|
128
- | Model | Dropdown | `llama-4-maverick-17b-128e-instruct` | The NIM chat model to use |
129
- | Temperature | Number (0–2) | `0.7` | Controls output randomness. Lower = more deterministic |
130
- | Max Tokens | Number (1–4096) | `1000` | Maximum tokens in the response |
131
+ | Model | Dropdown | `deepseek-ai/deepseek-v4-flash` | The NIM chat model to use |
132
+ | Temperature | Number | *Dynamic* | Controls output randomness. Automatically updates based on the model chosen. |
133
+ | Max Tokens | Number | *Dynamic* | Maximum tokens in the response. Automatically updates based on the model chosen. |
131
134
 
132
135
  ---
133
136
 
@@ -2,7 +2,9 @@
2
2
  "name": "NvidiaNim",
3
3
  "displayName": "NVIDIA NIM",
4
4
  "icon": "file:nvidia-nim.png",
5
- "group": ["transform"],
5
+ "group": [
6
+ "transform"
7
+ ],
6
8
  "version": 1,
7
9
  "description": "Call any free model from NVIDIA NIM",
8
10
  "defaults": {
@@ -10,16 +12,30 @@
10
12
  },
11
13
  "inputs": [],
12
14
  "inputNames": [],
13
- "outputs": ["ai_languageModel"],
14
- "outputNames": ["Model"],
15
+ "outputs": [
16
+ "ai_languageModel"
17
+ ],
18
+ "outputNames": [
19
+ "Model"
20
+ ],
15
21
  "outputConnectionTypes": {
16
- "ai_languageModel": [{ "type": "ai_languageModel" }]
22
+ "ai_languageModel": [
23
+ {
24
+ "type": "ai_languageModel"
25
+ }
26
+ ]
17
27
  },
18
28
  "codex": {
19
- "categories": ["AI"],
29
+ "categories": [
30
+ "AI"
31
+ ],
20
32
  "subcategories": {
21
- "AI": ["Language Models"],
22
- "Language Models": ["Chat Models (Recommended)"]
33
+ "AI": [
34
+ "Language Models"
35
+ ],
36
+ "Language Models": [
37
+ "Chat Model"
38
+ ]
23
39
  },
24
40
  "resources": {}
25
41
  },
@@ -35,47 +51,60 @@
35
51
  "name": "model",
36
52
  "type": "options",
37
53
  "options": [
38
- { "name": "Step 3.5 Flash (Agentic)", "value": "stepfun-ai/step-3.5-flash" },
39
- { "name": "Mistral Large 3 675B Instruct", "value": "mistralai/mistral-large-3-675b-instruct-2512" },
40
- { "name": "Seed OSS 36B Instruct (Agentic)", "value": "bytedance/seed-oss-36b-instruct" },
41
- { "name": "Qwen3 Coder 480B A35B Instruct (Agentic)", "value": "qwen/qwen3-coder-480b-a35b-instruct" },
42
- { "name": "Magistral Small 2506", "value": "mistralai/magistral-small-2506" },
43
- { "name": "Gemma 3N E4B IT", "value": "google/gemma-3n-e4b-it" },
44
- { "name": "Gemma 3N E2B IT", "value": "google/gemma-3n-e2b-it" },
45
- { "name": "Mistral Nemotron (Function Calling)", "value": "mistralai/mistral-nemotron" },
46
- { "name": "Mistral Medium 3 Instruct", "value": "mistralai/mistral-medium-3-instruct" },
47
- { "name": "Llama 4 Maverick 17B 128E Instruct", "value": "meta/llama-4-maverick-17b-128e-instruct" },
48
- { "name": "Phi-4 Multimodal Instruct", "value": "microsoft/phi-4-multimodal-instruct" },
49
- { "name": "Dracarys Llama 3.1 70B Instruct", "value": "abacusai/dracarys-llama-3.1-70b-instruct" },
50
- { "name": "Nemotron Mini 4B Instruct", "value": "nvidia/nemotron-mini-4b-instruct" },
51
- { "name": "Gemma 2 2B IT", "value": "google/gemma-2-2b-it" },
52
- { "name": "Solar 10.7B Instruct", "value": "upstage/solar-10.7b-instruct" }
54
+ { "name": "MiniMax M3", "value": "minimaxai/minimax-m3" },
55
+ { "name": "Nemotron 3 Ultra 550B A55B", "value": "nvidia/nemotron-3-ultra-550b-a55b" },
56
+ { "name": "Step 3.7 Flash", "value": "stepfun-ai/step-3.7-flash" },
57
+ { "name": "Kimi K2.6", "value": "moonshotai/kimi-k2.6" },
58
+ { "name": "Mistral Medium 3.5 128B", "value": "mistralai/mistral-medium-3.5-128b" },
59
+ { "name": "Mistral Nemotron", "value": "mistralai/mistral-nemotron" },
60
+ { "name": "Sarvam M", "value": "sarvamai/sarvam-m" },
61
+ { "name": "Nemotron 3 Nano 30B A3B", "value": "nvidia/nemotron-3-nano-30b-a3b" },
62
+ { "name": "Step 3.5 Flash", "value": "stepfun-ai/step-3.5-flash" },
63
+ { "name": "Qwen3.5 122B A10B", "value": "qwen/qwen3.5-122b-a10b" },
64
+ { "name": "Nemotron 3 Super 120B A12B", "value": "nvidia/nemotron-3-super-120b-a12b" },
65
+ { "name": "Mistral Small 4 119B 2603", "value": "mistralai/mistral-small-4-119b-2603" },
66
+ { "name": "Gemma 4 31B IT", "value": "google/gemma-4-31b-it" },
67
+ { "name": "MiniMax M2.7", "value": "minimaxai/minimax-m2.7" },
68
+ { "name": "GLM 5.1", "value": "z-ai/glm-5.1" },
69
+ { "name": "DeepSeek V4 Pro", "value": "deepseek-ai/deepseek-v4-pro" },
70
+ { "name": "DeepSeek V4 Flash", "value": "deepseek-ai/deepseek-v4-flash" }
53
71
  ],
54
- "default": "meta/llama-4-maverick-17b-128e-instruct",
72
+ "default": "minimaxai/minimax-m3",
55
73
  "description": "The model to use for inference"
56
74
  },
57
- {
58
- "displayName": "Temperature",
59
- "name": "temperature",
60
- "type": "number",
61
- "default": 0.7,
62
- "description": "Controls randomness in the output",
63
- "typeOptions": {
64
- "minValue": 0,
65
- "maxValue": 2,
66
- "step": 0.1
67
- }
68
- },
69
- {
70
- "displayName": "Max Tokens",
71
- "name": "maxTokens",
72
- "type": "number",
73
- "default": 1000,
74
- "description": "Maximum number of tokens to generate",
75
- "typeOptions": {
76
- "minValue": 1,
77
- "maxValue": 4096
78
- }
79
- }
75
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for MiniMax M3: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m3"] } } },
76
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 8192, "description": "Maximum number of tokens to generate (default for MiniMax M3: 8192)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m3"] } } },
77
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Nemotron 3 Ultra 550B A55B: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-ultra-550b-a55b"] } } },
78
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Nemotron 3 Ultra 550B A55B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-ultra-550b-a55b"] } } },
79
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Step 3.7 Flash: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.7-flash"] } } },
80
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Step 3.7 Flash: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.7-flash"] } } },
81
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Kimi K2.6: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["moonshotai/kimi-k2.6"] } } },
82
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Kimi K2.6: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["moonshotai/kimi-k2.6"] } } },
83
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.7, "description": "Controls randomness in the output (default for Mistral Medium 3.5 128B: 0.7)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["mistralai/mistral-medium-3.5-128b"] } } },
84
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Mistral Medium 3.5 128B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["mistralai/mistral-medium-3.5-128b"] } } },
85
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.6, "description": "Controls randomness in the output (default for Mistral Nemotron: 0.6)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["mistralai/mistral-nemotron"] } } },
86
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 4096, "description": "Maximum number of tokens to generate (default for Mistral Nemotron: 4096)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["mistralai/mistral-nemotron"] } } },
87
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.5, "description": "Controls randomness in the output (default for Sarvam M: 0.5)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["sarvamai/sarvam-m"] } } },
88
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Sarvam M: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["sarvamai/sarvam-m"] } } },
89
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Nemotron 3 Nano 30B A3B: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-nano-30b-a3b"] } } },
90
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Nemotron 3 Nano 30B A3B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-nano-30b-a3b"] } } },
91
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Step 3.5 Flash: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.5-flash"] } } },
92
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Step 3.5 Flash: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.5-flash"] } } },
93
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.6, "description": "Controls randomness in the output (default for Qwen3.5 122B A10B: 0.6)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["qwen/qwen3.5-122b-a10b"] } } },
94
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Qwen3.5 122B A10B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["qwen/qwen3.5-122b-a10b"] } } },
95
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Nemotron 3 Super 120B A12B: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-super-120b-a12b"] } } },
96
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Nemotron 3 Super 120B A12B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-super-120b-a12b"] } } },
97
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.1, "description": "Controls randomness in the output (default for Mistral Small 4 119B 2603: 0.1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["mistralai/mistral-small-4-119b-2603"] } } },
98
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Mistral Small 4 119B 2603: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["mistralai/mistral-small-4-119b-2603"] } } },
99
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Gemma 4 31B IT: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["google/gemma-4-31b-it"] } } },
100
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Gemma 4 31B IT: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["google/gemma-4-31b-it"] } } },
101
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for MiniMax M2.7: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m2.7"] } } },
102
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 8192, "description": "Maximum number of tokens to generate (default for MiniMax M2.7: 8192)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m2.7"] } } },
103
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for GLM 5.1: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["z-ai/glm-5.1"] } } },
104
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for GLM 5.1: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["z-ai/glm-5.1"] } } },
105
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for DeepSeek V4 Pro: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-pro"] } } },
106
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for DeepSeek V4 Pro: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-pro"] } } },
107
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for DeepSeek V4 Flash: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-flash"] } } },
108
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for DeepSeek V4 Flash: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-flash"] } } }
80
109
  ]
81
110
  }
@@ -2,7 +2,9 @@
2
2
  "name": "NvidiaNim",
3
3
  "displayName": "NVIDIA NIM",
4
4
  "icon": "file:nvidia-nim.png",
5
- "group": ["transform"],
5
+ "group": [
6
+ "transform"
7
+ ],
6
8
  "version": 1,
7
9
  "description": "Call any free model from NVIDIA NIM",
8
10
  "defaults": {
@@ -10,16 +12,30 @@
10
12
  },
11
13
  "inputs": [],
12
14
  "inputNames": [],
13
- "outputs": ["ai_languageModel"],
14
- "outputNames": ["Model"],
15
+ "outputs": [
16
+ "ai_languageModel"
17
+ ],
18
+ "outputNames": [
19
+ "Model"
20
+ ],
15
21
  "outputConnectionTypes": {
16
- "ai_languageModel": [{ "type": "ai_languageModel" }]
22
+ "ai_languageModel": [
23
+ {
24
+ "type": "ai_languageModel"
25
+ }
26
+ ]
17
27
  },
18
28
  "codex": {
19
- "categories": ["AI"],
29
+ "categories": [
30
+ "AI"
31
+ ],
20
32
  "subcategories": {
21
- "AI": ["Language Models"],
22
- "Language Models": ["Chat Models (Recommended)"]
33
+ "AI": [
34
+ "Language Models"
35
+ ],
36
+ "Language Models": [
37
+ "Chat Model"
38
+ ]
23
39
  },
24
40
  "resources": {}
25
41
  },
@@ -35,47 +51,60 @@
35
51
  "name": "model",
36
52
  "type": "options",
37
53
  "options": [
38
- { "name": "Step 3.5 Flash (Agentic)", "value": "stepfun-ai/step-3.5-flash" },
39
- { "name": "Mistral Large 3 675B Instruct", "value": "mistralai/mistral-large-3-675b-instruct-2512" },
40
- { "name": "Seed OSS 36B Instruct (Agentic)", "value": "bytedance/seed-oss-36b-instruct" },
41
- { "name": "Qwen3 Coder 480B A35B Instruct (Agentic)", "value": "qwen/qwen3-coder-480b-a35b-instruct" },
42
- { "name": "Magistral Small 2506", "value": "mistralai/magistral-small-2506" },
43
- { "name": "Gemma 3N E4B IT", "value": "google/gemma-3n-e4b-it" },
44
- { "name": "Gemma 3N E2B IT", "value": "google/gemma-3n-e2b-it" },
45
- { "name": "Mistral Nemotron (Function Calling)", "value": "mistralai/mistral-nemotron" },
46
- { "name": "Mistral Medium 3 Instruct", "value": "mistralai/mistral-medium-3-instruct" },
47
- { "name": "Llama 4 Maverick 17B 128E Instruct", "value": "meta/llama-4-maverick-17b-128e-instruct" },
48
- { "name": "Phi-4 Multimodal Instruct", "value": "microsoft/phi-4-multimodal-instruct" },
49
- { "name": "Dracarys Llama 3.1 70B Instruct", "value": "abacusai/dracarys-llama-3.1-70b-instruct" },
50
- { "name": "Nemotron Mini 4B Instruct", "value": "nvidia/nemotron-mini-4b-instruct" },
51
- { "name": "Gemma 2 2B IT", "value": "google/gemma-2-2b-it" },
52
- { "name": "Solar 10.7B Instruct", "value": "upstage/solar-10.7b-instruct" }
54
+ { "name": "MiniMax M3", "value": "minimaxai/minimax-m3" },
55
+ { "name": "Nemotron 3 Ultra 550B A55B", "value": "nvidia/nemotron-3-ultra-550b-a55b" },
56
+ { "name": "Step 3.7 Flash", "value": "stepfun-ai/step-3.7-flash" },
57
+ { "name": "Kimi K2.6", "value": "moonshotai/kimi-k2.6" },
58
+ { "name": "Mistral Medium 3.5 128B", "value": "mistralai/mistral-medium-3.5-128b" },
59
+ { "name": "Mistral Nemotron", "value": "mistralai/mistral-nemotron" },
60
+ { "name": "Sarvam M", "value": "sarvamai/sarvam-m" },
61
+ { "name": "Nemotron 3 Nano 30B A3B", "value": "nvidia/nemotron-3-nano-30b-a3b" },
62
+ { "name": "Step 3.5 Flash", "value": "stepfun-ai/step-3.5-flash" },
63
+ { "name": "Qwen3.5 122B A10B", "value": "qwen/qwen3.5-122b-a10b" },
64
+ { "name": "Nemotron 3 Super 120B A12B", "value": "nvidia/nemotron-3-super-120b-a12b" },
65
+ { "name": "Mistral Small 4 119B 2603", "value": "mistralai/mistral-small-4-119b-2603" },
66
+ { "name": "Gemma 4 31B IT", "value": "google/gemma-4-31b-it" },
67
+ { "name": "MiniMax M2.7", "value": "minimaxai/minimax-m2.7" },
68
+ { "name": "GLM 5.1", "value": "z-ai/glm-5.1" },
69
+ { "name": "DeepSeek V4 Pro", "value": "deepseek-ai/deepseek-v4-pro" },
70
+ { "name": "DeepSeek V4 Flash", "value": "deepseek-ai/deepseek-v4-flash" }
53
71
  ],
54
- "default": "meta/llama-4-maverick-17b-128e-instruct",
72
+ "default": "minimaxai/minimax-m3",
55
73
  "description": "The model to use for inference"
56
74
  },
57
- {
58
- "displayName": "Temperature",
59
- "name": "temperature",
60
- "type": "number",
61
- "default": 0.7,
62
- "description": "Controls randomness in the output",
63
- "typeOptions": {
64
- "minValue": 0,
65
- "maxValue": 2,
66
- "step": 0.1
67
- }
68
- },
69
- {
70
- "displayName": "Max Tokens",
71
- "name": "maxTokens",
72
- "type": "number",
73
- "default": 1000,
74
- "description": "Maximum number of tokens to generate",
75
- "typeOptions": {
76
- "minValue": 1,
77
- "maxValue": 4096
78
- }
79
- }
75
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for MiniMax M3: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m3"] } } },
76
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 8192, "description": "Maximum number of tokens to generate (default for MiniMax M3: 8192)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m3"] } } },
77
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Nemotron 3 Ultra 550B A55B: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-ultra-550b-a55b"] } } },
78
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Nemotron 3 Ultra 550B A55B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-ultra-550b-a55b"] } } },
79
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Step 3.7 Flash: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.7-flash"] } } },
80
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Step 3.7 Flash: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.7-flash"] } } },
81
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Kimi K2.6: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["moonshotai/kimi-k2.6"] } } },
82
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Kimi K2.6: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["moonshotai/kimi-k2.6"] } } },
83
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.7, "description": "Controls randomness in the output (default for Mistral Medium 3.5 128B: 0.7)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["mistralai/mistral-medium-3.5-128b"] } } },
84
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Mistral Medium 3.5 128B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["mistralai/mistral-medium-3.5-128b"] } } },
85
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.6, "description": "Controls randomness in the output (default for Mistral Nemotron: 0.6)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["mistralai/mistral-nemotron"] } } },
86
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 4096, "description": "Maximum number of tokens to generate (default for Mistral Nemotron: 4096)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["mistralai/mistral-nemotron"] } } },
87
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.5, "description": "Controls randomness in the output (default for Sarvam M: 0.5)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["sarvamai/sarvam-m"] } } },
88
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Sarvam M: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["sarvamai/sarvam-m"] } } },
89
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Nemotron 3 Nano 30B A3B: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-nano-30b-a3b"] } } },
90
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Nemotron 3 Nano 30B A3B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-nano-30b-a3b"] } } },
91
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Step 3.5 Flash: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.5-flash"] } } },
92
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Step 3.5 Flash: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["stepfun-ai/step-3.5-flash"] } } },
93
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.6, "description": "Controls randomness in the output (default for Qwen3.5 122B A10B: 0.6)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["qwen/qwen3.5-122b-a10b"] } } },
94
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Qwen3.5 122B A10B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["qwen/qwen3.5-122b-a10b"] } } },
95
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Nemotron 3 Super 120B A12B: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-super-120b-a12b"] } } },
96
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Nemotron 3 Super 120B A12B: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["nvidia/nemotron-3-super-120b-a12b"] } } },
97
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 0.1, "description": "Controls randomness in the output (default for Mistral Small 4 119B 2603: 0.1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["mistralai/mistral-small-4-119b-2603"] } } },
98
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Mistral Small 4 119B 2603: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["mistralai/mistral-small-4-119b-2603"] } } },
99
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for Gemma 4 31B IT: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["google/gemma-4-31b-it"] } } },
100
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for Gemma 4 31B IT: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["google/gemma-4-31b-it"] } } },
101
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for MiniMax M2.7: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m2.7"] } } },
102
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 8192, "description": "Maximum number of tokens to generate (default for MiniMax M2.7: 8192)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["minimaxai/minimax-m2.7"] } } },
103
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for GLM 5.1: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["z-ai/glm-5.1"] } } },
104
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for GLM 5.1: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["z-ai/glm-5.1"] } } },
105
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for DeepSeek V4 Pro: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-pro"] } } },
106
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for DeepSeek V4 Pro: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-pro"] } } },
107
+ { "displayName": "Temperature", "name": "temperature", "type": "number", "default": 1, "description": "Controls randomness in the output (default for DeepSeek V4 Flash: 1)", "typeOptions": { "minValue": 0, "maxValue": 2, "step": 0.1 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-flash"] } } },
108
+ { "displayName": "Max Tokens", "name": "maxTokens", "type": "number", "default": 16384, "description": "Maximum number of tokens to generate (default for DeepSeek V4 Flash: 16384)", "typeOptions": { "minValue": 1, "maxValue": 16384 }, "displayOptions": { "show": { "model": ["deepseek-ai/deepseek-v4-flash"] } } }
80
109
  ]
81
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sateeshreddy/n8n-nodes-nvidia-nim",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "description": "n8n community node for NVIDIA NIM",
5
5
  "main": "dist/nodes/NvidiaNim/NvidiaNim.node.js",
6
6
  "scripts": {
@@ -21,13 +21,18 @@
21
21
  "email": "sateeshreddymaddi@gmail.com",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@langchain/openai": "^1.4.5",
25
24
  "n8n-workflow": "^1.0.0"
26
25
  },
26
+ "peerDependencies": {
27
+ "@langchain/core": "*",
28
+ "@langchain/openai": "*"
29
+ },
27
30
  "overrides": {
28
31
  "form-data": "^4.0.1"
29
32
  },
30
33
  "devDependencies": {
34
+ "@langchain/core": "^1.1.46",
35
+ "@langchain/openai": "^1.4.5",
31
36
  "@types/node": "^16.0.0",
32
37
  "@typescript-eslint/eslint-plugin": "^5.0.0",
33
38
  "@typescript-eslint/parser": "^5.0.0",