@jayabraga/n8n-nodes-openrouter-reasoning
v1.0.0
Published
OpenRouter Chat Model for n8n with silent reasoning output
Readme
@jayabraga/n8n-nodes-openrouter-reasoning
Community node for n8n 1.121.2+ that exposes an OpenRouter Chat Model through ai_languageModel.
It sends reasoning.enabled: true and reasoning.exclude: true, so supported models can reason internally while the reasoning text is not returned in the assistant message.
Install
Build and install the package in the n8n community-node directory, or publish it to npm and install @aiox/n8n-nodes-openrouter-reasoning from Settings → Community Nodes.
Create the OpenRouter Reasoning API credential with your API key and https://openrouter.ai/api/v1 as Base URL. Connect this node's ai_languageModel output to the desired input of Model Selector.
Install from the n8n Community Nodes screen using @jayabraga/n8n-nodes-openrouter-reasoning.
Development
npm install
npm run buildThis package deliberately does not import @n8n/ai-utilities.
