Perplexity
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "PERPLEXITY_CREATE_ASYNC_CHAT_COMPLETION", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("PERPLEXITY_CREATE_ASYNC_CHAT_COMPLETION", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute PERPLEXITY_CREATE_ASYNC_CHAT_COMPLETION --data '{ }'Tool catalog
Available tools
9 callable operations
Create Async Chat CompletionPERPLEXITY_CREATE_ASYNC_CHAT_COMPLETIONQueues a Sonar chat completion for asynchronous processing.Connection
Queues a Sonar chat completion for asynchronous processing.
Authentication
Connected account requiredTags
Create Chat CompletionPERPLEXITY_CREATE_CHAT_COMPLETIONGenerates a cited, web-grounded Sonar chat completion.Connection
Generates a cited, web-grounded Sonar chat completion.
Authentication
Connected account requiredTags
Create Contextualized EmbeddingsPERPLEXITY_CREATE_CONTEXTUALIZED_EMBEDDINGSCreates document-aware embeddings for ordered chunks from the same document.Connection
Creates document-aware embeddings for ordered chunks from the same document.
Authentication
Connected account requiredTags
Create EmbeddingsPERPLEXITY_CREATE_EMBEDDINGSCreates vector embeddings for independent texts, queries, and sentences.Connection
Creates vector embeddings for independent texts, queries, and sentences.
Authentication
Connected account requiredTags
Execute AgentPERPLEXITY_EXECUTE_AGENTRuns the Perplexity Agent API with a model or a Perplexity preset.Connection
Runs the Perplexity Agent API with a model or a Perplexity preset.
Authentication
Connected account requiredTags
Get Async Chat CompletionPERPLEXITY_GET_ASYNC_CHAT_COMPLETIONRetrieves the current status and, when available, response for an async Sonar request.Connection
Retrieves the current status and, when available, response for an async Sonar request.
Authentication
Connected account requiredTags
List Async Chat CompletionsPERPLEXITY_LIST_ASYNC_CHAT_COMPLETIONSLists async Sonar chat completion requests for the connected account.Connection
Lists async Sonar chat completion requests for the connected account.
Authentication
Connected account requiredTags
List ModelsPERPLEXITY_LIST_MODELSLists models currently available through the Perplexity Agent API.Connection
Lists models currently available through the Perplexity Agent API.
Authentication
Connected account requiredTags
Perplexity Search (Raw Results)PERPLEXITY_SEARCH_WEBReturns ranked, real-time web search results without an LLM-generated summary.Connection
Returns ranked, real-time web search results without an LLM-generated summary.
Authentication
Connected account requiredTags