Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP feat(Perplexity Node): New node #13604

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Stamsy
Copy link
Contributor

@Stamsy Stamsy commented Mar 1, 2025

Summary

Added new node Perplexity API
https://docs.perplexity.ai/api-reference/chat-completions

Endpoint: /chat/completions

Resource: Chat

  • Operation: Message a Model
  • Features:
  • Multi-message support (system, user, assistant)
  • Model selection (predefined list or custom ID)
  • Configurable generation settings (penalties, randomness, max tokens)
  • Options for returning images, related questions, and search filtering
  • Simplify Output toggle (id, created, citations, message)
  • Usable as a regular node or AI tool

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

Copy link

codecov bot commented Mar 1, 2025

Codecov Report

Attention: Patch coverage is 38.46154% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...odes-base/credentials/PerplexityApi.credentials.ts 0.00% 7 Missing ⚠️
...ges/nodes-base/nodes/Perplexity/Perplexity.node.ts 0.00% 6 Missing ⚠️
...ase/nodes/Perplexity/ChatCompletionsDescription.ts 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added community Authored by a community member node/new Creation of an entirely new node in linear Issue or PR has been created in Linear for internal review labels Mar 1, 2025
@Joffcom
Copy link
Member

Joffcom commented Mar 1, 2025

Hey @Stamsy,

Thanks for the PR, We have created "GHC-1007" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/new Creation of an entirely new node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants