0.5.2 • Published 8 months ago
@watzon/n8n-nodes-perplexity v0.5.2
n8n-nodes-perplexity
This is an n8n community node for the Perplexity AI API. It provides access to Perplexity's large language models through n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources  
Installation
Follow the installation guide in the n8n community nodes documentation.
Quick Installation
- Go to Settings > Community Nodes
 - Select Install
 - Enter 
@watzon/n8n-nodes-perplexityin Enter npm package name - Agree to the risks of using community nodes
 - Select Install
 
Note: After installation, you need to restart your n8n instance for the new node to be recognized.
Operations
Chat Completion
Create chat completions using Perplexity's LLMs. The node supports:
- Multiple messages with system, user, and assistant roles
 - All available Perplexity models:
- Sonar Reasoning Pro
 - Sonar Reasoning
 - Sonar Pro
 - Sonar
 - R1 1776
 - Llama 3.1 Sonar Small (Legacy)
 - Llama 3.1 Sonar Large (Legacy)
 - Llama 3.1 Sonar Huge (Legacy)
 
 - Customizable parameters:
- Temperature (0-2)
 - Max tokens
 - Top P
 
 
Credentials
To use this node, you need a Perplexity API key. You can obtain one by:
- Going to Perplexity AI
 - Creating an account or signing in
 - Navigating to the API section
 - Generating an API key
 
Compatibility
- Requires n8n version 1.0.0 or later
 - Tested up to n8n version 1.24.0
 
Resources
Version History
0.5.2
- Add support for Deep Research
 
0.5.1
- Update n8n-workflow to the latest version
 
0.5.0
- Added support for new Perplexity models
 
0.4.2
- Initial usable release