langchain_lmChatGoogleVertex.json•1.31 kB
{
"nodeType": "@n8n/n8n-nodes-langchain.lmChatGoogleVertex",
"displayName": "Google Vertex Chat Model",
"description": "Chat Model Google Vertex",
"version": 1,
"properties": [
{
"name": "projectId",
"displayName": "Project ID",
"type": "resourceLocator",
"default": "{ mode: 'list', value: '' }",
"description": "Select or enter your Google Cloud project ID",
"required": true
},
{
"name": "modelName",
"displayName": "Model Name",
"type": "string",
"default": "gemini-1.5-flash",
"description": "The model which will generate the completion. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models\">Learn more</a>."
}
],
"credentialsConfig": [
{
"name": "googleApi",
"required": true
},
{
"name": "projectId",
"required": true
}
],
"io": {
"inputs": [],
"outputs": [
"AiLanguageModel"
],
"outputNames": [
"Model"
],
"hints": {
"connectTo": [
"AiChain",
"AiAgent"
]
}
},
"wiring": {
"role": "model",
"requires": [],
"optional": [],
"consumedBy": [
"AiAgent",
"AiChain"
],
"consumes": [],
"produces": [
"AiLanguageModel"
]
}
}