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-v2

v1.2.34

Published

n8n community node for Pollinations.ai - Generate images, videos, text, and audio using AI

Readme

n8n-nodes-pollinations-v2

This is an n8n community node for Pollinations.ai - a unified platform for AI-powered image, video, text, and audio generation.

n8n is a fair-code licensed workflow automation platform.

Features

  • Image Generation: Create images using multiple AI models (Flux, Turbo, GPT Image, Kontext, and more)
  • Image Analysis: Analyze and describe images using AI vision models
  • Image to Image: Edit and transform images with AI
  • Video Generation: Generate videos from text or images (Veo, Seedance models)
  • Video Analysis: Analyze video content with AI
  • Text Generation: Use 25+ language models including OpenAI, Claude, Gemini, Mistral, and more
  • Audio Generation: Convert text to speech with 13 different voices and 5 audio formats
  • Audio Transcription: Transcribe audio files to text using AI
  • Chat Model: Use Pollinations models with n8m AI Agents, AI Chains, and AI workflows
  • OpenAI-Compatible: Chat completions endpoint compatible with OpenAI API format

Installation

Follow the installation guide in the n8n community nodes documentation.

Manual Installation

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-pollinations-v2 in Enter npm package name
  4. Agree to the risks and select Install

Credentials

To use this node, you'll need a Pollinations API key:

  1. Visit enter.pollinations.ai
  2. Sign up or log in
  3. Create a Secret Key (sk_) - Required for n8n server-side use
  4. Add the API key to your n8n credentials

API Key Types

Pollinations offers two types of API keys:

  • Secret Keys (sk_)Recommended for n8n

    • Server-side only, no rate limits
    • Keep secret - never expose publicly
    • Perfect for n8n workflows
  • Publishable Keys (pk_) ⚠️ Not recommended for n8n

    • Beta - not ready for production
    • IP rate-limited (1 pollen per IP per hour)
    • For client-side apps only
    • Will consume your Pollen if exposed in public code

Important: Always use Secret Keys (sk_) in n8n for unlimited, server-side access.

Operations

Image Generation

Generate images from text prompts using various AI models.

Models Available:

  • Flux (default) - High-quality image generation
  • Turbo - Fast image generation
  • GPT Image - GPT-powered images
  • Kontext - Supports image-to-image transformation
  • Seedream - Creative generation
  • Nanobanana / Nanobanana Pro - Lightweight models

Parameters:

  • Prompt (required)
  • Model selection
  • Width & Height (16-2048px)
  • Seed (for reproducibility)
  • Advanced Options:
    • Image Count (1-4 for premium models)
    • Negative Prompt (exclude content)
    • Quality Level (for gptimage model)
    • Transparent Background (for gptimage model)
    • Content Filters (Safe Mode)
    • Prompt Enhancement
  • Input image URL (for image-to-image/edit)

Video Generation

Create videos from text descriptions or images.

Models Available:

  • Veo - Text-to-video (4-8 seconds)
  • Seedance - Text-to-video and image-to-video (2-10 seconds)

Parameters:

  • Prompt (required)
  • Model selection
  • Width & Height
  • Seed
  • Advanced Options:
    • Aspect Ratio (16:9, 9:16)
    • Duration (2-10 seconds)
    • Enable Audio (for veo model)
    • Negative Prompt
    • Safe Mode Filtering
  • Input image URL (for image-to-video or frame interpolation)

Text Generation

Generate text using advanced language models.

Generation Types:

  1. Simple Text: Quick text generation from a prompt
  2. Chat Completion: OpenAI-compatible chat with conversation history

Models Available: OpenAI, Claude, Gemini, Mistral, DeepSeek, Grok, Qwen Coder, Perplexity, and more (20+ models)

Parameters:

  • Messages (for chat completion)
  • Temperature, Max Tokens, Top P
  • Seed for reproducibility
  • Advanced Options:
    • JSON Mode (returns structured data)
    • Reasoning Effort (for thinking models)
    • Thinking Budget Tokens (for o1/o3/R1 models)

Audio Generation

Convert text to speech with multiple voices and formats.

Voices Available: Alloy, Echo, Fable, Onyx, Nova, Shimmer, Coral, Verse, Ballad, Ash, Sage, Amuch, Dan

Audio Formats: WAV, MP3, FLAC, Opus, PCM16

Parameters:

  • Text (required)
  • Voice selection
  • Audio format
  • Advanced Options:
    • Model selection (default: openai-audio)

Audio Transcription

Transcribe audio files to text using AI models with audio input capability.

Models Available: Gemini, Gemini Large, Gemini Legacy, OpenAI Audio

Supported Formats: MP3, WAV, FLAC, OGG, and more

Parameters:

  • Binary Property (default: 'data') - Name of binary property containing audio
  • Prompt (optional) - Instructions for transcription
  • Model selection

Image Analysis

Analyze and describe images using AI vision models.

Models Available: All vision-capable models (Gemini, Claude, OpenAI, etc.)

Parameters:

  • Input Image (required) - Image file to analyze
  • Prompt - What you want to know about the image
  • Model selection

Image to Image

Edit and transform images with AI-powered image-to-image generation.

Models Available: Kontext, and other models supporting image input/output

Parameters:

  • Input Image (required) - Source image to edit
  • Prompt (required) - Instructions for how to edit the image
  • Model selection
  • Negative Prompt - What to avoid in the generated image
  • Seed - For reproducible results

Video Analysis

Analyze video content and extract insights using AI models with video understanding.

Models Available: All video-capable models (Gemini, Claude, OpenAI, etc.)

Supported Formats: MP4, MOV, AVI, and more

Parameters:

  • Video Input (required) - Video file to analyze
  • Prompt - What you want to know about the video
  • Model selection

Chat Model (AI Agent Support)

Use Pollinations language models with n8n's AI Agent, AI Chain, and other AI workflow nodes.

How to Use:

  1. Add the Pollinations Chat Model node to your workflow
  2. Select your preferred model (OpenAI, Claude, Gemini, Mistral, etc.)
  3. Configure options:
    • Temperature: Controls randomness (0-2)
    • Max Tokens: Maximum response length
    • Top P: Nucleus sampling parameter
  4. Connect to AI Agent or AI Chain nodes

Benefits:

  • Use any of 20+ Pollinations models in AI workflows
  • Seamless integration with n8n's AI ecosystem
  • Full langchain compatibility
  • Cost-effective alternative to direct API providers

Usage Examples

Generate an Image

  1. Add the Pollinations node to your workflow
  2. Select Image Generation operation
  3. Enter your prompt: "A beautiful sunset over mountains"
  4. Choose model (e.g., Flux)
  5. Set dimensions (e.g., 1024x1024)
  6. Execute the node

The generated image will be available as binary data.

Create a Video

  1. Add the Pollinations node
  2. Select Video Generation operation
  3. Enter prompt: "A cat playing with a ball"
  4. Choose model (Veo or Seedance)
  5. Execute the node

Generate Text with Chat

  1. Add the Pollinations node
  2. Select Text Generation operation
  3. Choose Chat Completion type
  4. Select model (e.g., OpenAI, Claude, Gemini)
  5. Add messages with roles (system, user, assistant)
  6. Execute the node

Text-to-Speech

  1. Add the Pollinations node
  2. Select Audio Generation operation
  3. Enter text to convert
  4. Choose voice (e.g., Nova, Alloy)
  5. Select audio format (MP3, WAV, etc.)
  6. Execute the node

Resources

Version History

See CHANGELOG.md for version history.

License

MIT