Perplexity
AI-powered search and chat completion package using Perplexity's Sonar models. Provides two main capabilities: (1) Chat Completion — generates AI responses grounded in real-time web search, supporting multi-turn conversations, multiple Sonar model tiers (Sonar, Sonar Pro, Sonar Reasoning Pro, Sonar Deep Research), academic search mode, domain/recency filtering, and image/related-question returns with citation tracking; (2) Search — performs web searches returning ranked results with titles, URLs, and snippets, with language, country, domain, and recency filters. Nodes can authenticate via a shared Connect/Disconnect session (client ID pattern) or per-node credentials. Auth via API key.
| Namespace | Robomotion.Perplexity |
| Version | 1.1.0 |
| Category | Artificial Intelligence |
| Nodes | 5 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Perplexity and returns a Client ID. |
| Disconnect | Closes a Perplexity connection. |
| Chat Completion | Chat Completion — see the properties below. |
| Search | Searches in Perplexity. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
4 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Chat Completion, Search.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.