feat(Vercel AI Gateway Node): Add Vercel AI Gateway model Node (#17524)

This commit is contained in:
Josh
2025-08-01 08:00:15 -07:00
committed by GitHub
parent b491ed99ce
commit e97cd8afa1
6 changed files with 328 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ function getInputs(
'@n8n/n8n-nodes-langchain.lmChatAzureOpenAi',
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
'@n8n/n8n-nodes-langchain.lmChatVercelAiGateway',
'@n8n/n8n-nodes-langchain.lmChatXAiGrok',
'@n8n/n8n-nodes-langchain.modelSelector',
],
@@ -131,6 +132,7 @@ function getInputs(
'@n8n/n8n-nodes-langchain.lmChatGoogleGemini',
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
'@n8n/n8n-nodes-langchain.lmChatVercelAiGateway',
'@n8n/n8n-nodes-langchain.lmChatXAiGrok',
],
},