- Home
- Resources
- Integrations
- Cohere Chat Model
n8n Cohere Chat Model nodeConfigure Cohere Chat Model in n8n.
The n8n Cohere Chat Model node never runs on its own. It is a sub-node, a small node you hang off a bigger one: no main input, and a single output that plugs into the Model port of an AI Agent or a chain. Two parameters to set, a model and its options, and the root node talks to Cohere.
Verified Trustpilot reviews · AI, automation & growth agency
What does the n8n Cohere Chat Model node actually do?
It supplies the language model that another node uses to generate text. In n8n, an AI root node such as AI Agent, Basic LLM Chain or Summarization Chain receives the workflow items through its main input and does the reasoning, but it holds no model of its own. You attach one through a port, a small connector under the root node. This node fills the port named Model with Cohere.
Three shapes cover most of what builders do with it. The first one is a conversational assistant: an AI Agent handles the loop, the Cohere Chat Model answers each turn, and the agent calls tools that read a Google Sheets file or send a Slack message. The second is a batch of text jobs, a chain that rewrites or classifies rows one item at a time, where Sampling Temperature pushed down keeps the output stable enough to write back into a spreadsheet. The third is retrieval: a question and answer chain reads documents and the model turns the retrieved passages into an answer.
The node is also a way to swap providers without touching the rest of the workflow. Because every chat model sub-node exposes the same port type, unplugging OpenAI or Anthropic and plugging Cohere in its place leaves the root node, its prompt and its tools untouched. Two public templates show the pattern, one that generates and evaluates prompts across several providers at once (workflow 16063), and one vision retrieval workflow built on Cohere models (workflow 6961).
When to reach for something else. If the root node is an agent that needs to pick tools and you are only after one completion on one item, a simpler chain does the job with the same sub-node attached. If you want to call the Cohere API for something the chat interface does not cover, this node is not the right door: it exists to feed a Model port, not to expose the whole API surface.
The limits are worth knowing before you build. The node ships at version 1 and exposes 2 parameters, the model selector and an options collection holding 2 fields, so anything beyond temperature and retries is not configurable here. It has no main input, which means you cannot run it alone to see what it returns: you test it by running the root node it is wired to. And the model list is loaded from your Cohere account, so a credential that cannot reach the API gives you an empty dropdown rather than an error at execution time.
Cohere bills the API calls it receives under its own terms, and n8n adds nothing on top of that. The node itself costs nothing, on n8n Cloud and on a self-hosted instance alike. If you are weighing platforms before committing, the n8n review goes through hosting and pricing models in detail.
What do you need to connect before it runs?
- 01
Create the Cohere credential
Open the Credentials menu in n8n and add a Cohere credential. n8n stores it once and every workflow on the instance can reuse it, so you do not paste the same secret into each node. The official n8n documentation for this node points to its Cohere credential page for the exact fields to fill.
- 02
Select it in the node
Drop the Cohere Chat Model node on the canvas and pick the credential you just created in the credential selector at the top of its panel. There is no Authentication dropdown on this node, so nothing else to choose: one credential, and the panel is ready for the Model parameter below it.
- 03
Open the model list
Click the Model field. n8n queries your Cohere account and fills the list with the models it returns, which doubles as a connection test: a populated dropdown means the credential works. An empty list points back at the credential rather than at the workflow.
Where does this node plug in?
n8n splits its AI nodes in two: root nodes take the workflow items through their main input and do the work, and sub-nodes hang off their ports, one type of sub-node per port. This one has no input of its own, only an output that goes up into a root node.
Output (what it plugs into)
- Model
ai_languageModel
01Model
The output port of the node, and its only connection. Drag it onto the Model connector under a root node and that node routes every generation through Cohere.
Key parameters
- Required: without this link the node is inert, since it has no main input of its own.
- AI Agent and AI Agent Tool: agent root nodes, for a model that reasons and calls tools in a loop.
- Basic LLM Chain and Question and Answer Chain: plain chains, for one completion per item or an answer grounded in retrieved documents.
- Text Classifier, Sentiment Analysis and Information Extractor: task nodes that need a model to sort, score or pull fields out of text.
Which parameters do you set?
The Cohere Chat Model node has 2 parameters. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.
Parameters index
Model
modelWhat you see in n8n
Notes & use cases
Picks the Cohere model that generates the completion. n8n loads the list dynamically from the Cohere API with your credential, so the choices you see are the ones your account can actually call.
Key parameters
- Model: a dropdown fed by Cohere at the moment you open it, not a fixed list baked into the node.
Options
optionsWhat you see in n8n
Notes & use cases
A collection, meaning a field that stays empty until you add entries through Add Option. Leave it closed and Cohere applies its own defaults; open it when a run comes back too creative or too fragile.
Key parameters
- Sampling Temperature: controls randomness. A higher value creates more diverse sampling but raises the risk of hallucinations; as it approaches zero the model turns deterministic and repetitive.
- Max Retries: how many times n8n retries a failed request before giving up and failing the root node.
Need help automating Cohere Chat Model with n8n?
A person reads every message.
Questions builders ask next
01Is the Cohere Chat Model node included in n8n?
02What do you need for the n8n Cohere Chat Model node to work?
03What are the limits of this node?
04What do you have to connect at minimum, and which sub-node to start with?
05n8n or Make for this kind of AI workflow?
Get our weekly integration tips.
No spam. Unsubscribe anytime.