@watzon/n8n-nodes-perplexity
v0.4.2
Published
n8n node to interact with the Perplexity AI API
Downloads
483
Maintainers
Readme
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-perplexity
in 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:
- Llama 3.1 Sonar Small (8B, 128K Context)
- Llama 3.1 Sonar Large (70B, 128K Context)
- Llama 3.1 Sonar Huge (405B, 128K Context)
- 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.4.2
- Initial usable release