Skip to content

Lm Chat Google Vertex

Node: lmChatGoogleVertex · Full type: @n8n/n8n-nodes-langchain.lmChatGoogleVertex · Version: 1

Credentials

googleApi (alias: @google)

CREDENTIAL @google = googleApi "My Lm Chat Google Vertex"

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

Example

NODE "lmChatGoogleVertex" @google AS "Lm Chat Google Vertex"