Lm Chat Google Vertex¶
Node: lmChatGoogleVertex · Full type: @n8n/n8n-nodes-langchain.lmChatGoogleVertex · Version: 1
Credentials¶
googleApi (alias: @google)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
projectId |
resourceLocator | {...} | required; modes: list, id |
modelName |
string | "gemini-2.5-flash" | |
options |
collection | {} | keys: maxOutputTokens, temperature, topK, topP, safetySettings, thinkingBudget |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
maxOutputTokens |
number | 2048 | |
temperature |
number | 0.4 | |
topK |
number | 32 | |
topP |
number | 1 | |
safetySettings |
fixedCollection | {...} | groups: values |
thinkingBudget |
number | -1 |