npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-pollinations-ai-chat-model

v1.0.6

Published

n8n community node for Pollinations AI Chat Model to operate AI Agents.

Downloads

903

Readme

n8n-nodes-pollinations-ai-chat-model

Developed and maintained by Jay Nguyen (Nguyễn Thiệu Toàn).

🛡️ Verified n8n Creator | 💼 CEO/Founder of GenStaff

Connect with me:
LinkedIn Facebook Website Email


An n8n community node allowing seamless integration of the Pollinations AI Chat Model in your Agentic workflows. This sub-node connects directly to n8n's AI Agent or Chain nodes to supply chat capabilities powered by Pollinations.ai.

Features

  • Dynamic Model Discovery: Queries Pollinations API to dynamically populate available text generation models (with static fallback if offline).
  • Auto-Insert Support: Class name starts with Model allowing instant drag-and-drop wiring.
  • Zero-Dependency Architecture: Runtime-safe packaging prevents package version conflicts in n8n installations.
  • Glow Ring & Execution Checkmark Fix: Embedded dynamic prototype patching guarantees proper visual feedback in n8n's workflow editor.
  • Advanced Options: Support for Temperature, Max Tokens, JSON Mode, Seed (reproducibility), Safe Mode (content filters), and Reasoning Effort (for reasoning-heavy models).

Installation

For self-hosted n8n instances, you can install this node via the Community Nodes settings panel.

  1. Go to Settings > Community Nodes.
  2. Click Install a new node.
  3. Enter n8n-nodes-pollinations-ai-chat-model.
  4. Agree to risk terms and click Install.

Note: Ensure your environment variable N8N_COMMUNITY_PACKAGES_ENABLED=true is set.

Getting Your API Key

Pollinations.ai supports anonymous requests, but with limited rate-limits. To unlock full capability and unrestricted bandwidth, generate a personal API key by following these steps:

  1. Go to 👉 https://enter.pollinations.ai
  2. Sign in with GitHub — click "Login with GitHub" and authorize the app.
  3. After logging in, click on the "Key" section in the menu.
  4. Click "Add Key" to generate a new API key.
  5. Copy the generated key (it starts with sk_...).

Keep it private! Never share your API key publicly or commit it to version control.

Configuration & Credentials

Once you have your API key, connect it to n8n:

  1. In n8n, go to Credentials > Add Credential.
  2. Search for and select "Pollinations API".
  3. Paste your sk_... key into the API Key field and click Save.
  4. Open the Pollinations Chat Model node in your workflow.
  5. In the Credential for Pollinations API dropdown, select the credential you just created.

License

MIT