featherless-chat

n8n community node that adds Featherless AI as a Chat Model for AI Agent

Package Information

Downloads: 3 weekly / 267 monthly
Latest Version: 0.1.1
Author: Patrik + Codex

Documentation

n8n-nodes-featherless-chat

Community node for n8n that adds Featherless AI as a Chat Model usable directly in the AI Agent node.

What this solves

If you currently use Featherless as an HTTP tool node, this package lets you use Featherless as a real chat model connection (Model) in n8n AI workflows.

Install

  1. Build package:
    npm install
    npm run build
    npm pack
    
  2. Install tarball in your n8n container/server:
    npm install -g /path/to/n8n-nodes-featherless-chat-0.1.1.tgz
    
  3. Restart n8n.

Credentials

Create credential Featherless API:

  • Base URL: https://api.featherless.ai/v1
  • API Key: your Featherless key

Usage in AI Agent

  1. Add node Featherless Chat Model
  2. Configure model (for example Qwen/Qwen2.5-7B-Instruct)
  3. Connect its Model output into your AI Agent node model input.

Notes

  • This node uses OpenAI-compatible API format through LangChain ChatOpenAI.
  • You can tune temperature, max tokens, top-p and penalties in node parameters.

Discussion