n8n-nodes-featherless-chat
v0.1.1
Published
n8n community node that adds Featherless AI as a Chat Model for AI Agent
Maintainers
Readme
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
- Build package:
npm install npm run build npm pack - Install tarball in your n8n container/server:
npm install -g /path/to/n8n-nodes-featherless-chat-0.1.1.tgz - Restart n8n.
Credentials
Create credential Featherless API:
Base URL:https://api.featherless.ai/v1API Key: your Featherless key
Usage in AI Agent
- Add node Featherless Chat Model
- Configure model (for example
Qwen/Qwen2.5-7B-Instruct) - 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.
