Open Connector
All tools

Perplexity logoPerplexity

No catalog description yet.

perplexityvcatalog-v19 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.

Queues a Sonar chat completion for asynchronous processing.

Authentication

Connected account required

Tags

chatasyncresearch
Create Chat CompletionPERPLEXITY_CREATE_CHAT_COMPLETIONGenerates a cited, web-grounded Sonar chat completion.

Generates a cited, web-grounded Sonar chat completion.

Authentication

Connected account required

Tags

chatsearchresearch
Create Contextualized EmbeddingsPERPLEXITY_CREATE_CONTEXTUALIZED_EMBEDDINGSCreates document-aware embeddings for ordered chunks from the same document.

Creates document-aware embeddings for ordered chunks from the same document.

Authentication

Connected account required

Tags

embeddingsdocumentsrag
Create EmbeddingsPERPLEXITY_CREATE_EMBEDDINGSCreates vector embeddings for independent texts, queries, and sentences.

Creates vector embeddings for independent texts, queries, and sentences.

Authentication

Connected account required

Tags

embeddingssearchrag
Execute AgentPERPLEXITY_EXECUTE_AGENTRuns the Perplexity Agent API with a model or a Perplexity preset.

Runs the Perplexity Agent API with a model or a Perplexity preset.

Authentication

Connected account required

Tags

agentresearchsearch
Get Async Chat CompletionPERPLEXITY_GET_ASYNC_CHAT_COMPLETIONRetrieves the current status and, when available, response for an async Sonar request.

Retrieves the current status and, when available, response for an async Sonar request.

Authentication

Connected account required

Tags

chatasyncread
List Async Chat CompletionsPERPLEXITY_LIST_ASYNC_CHAT_COMPLETIONSLists async Sonar chat completion requests for the connected account.

Lists async Sonar chat completion requests for the connected account.

Authentication

Connected account required

Tags

chatasyncread
List ModelsPERPLEXITY_LIST_MODELSLists models currently available through the Perplexity Agent API.

Lists models currently available through the Perplexity Agent API.

Authentication

Connected account required

Tags

agentmodelsread
Perplexity Search (Raw Results)PERPLEXITY_SEARCH_WEBReturns ranked, real-time web search results without an LLM-generated summary.

Returns ranked, real-time web search results without an LLM-generated summary.

Authentication

Connected account required

Tags

searchwebresearch

Provider resources