Perplexity
Catalog 暂无描述。
perplexityvcatalog-v19 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
9 个可调用操作
Create Async Chat CompletionPERPLEXITY_CREATE_ASYNC_CHAT_COMPLETIONQueues a Sonar chat completion for asynchronous processing.需要连接
Queues a Sonar chat completion for asynchronous processing.
认证
需要 Connected AccountTags
chatasyncresearch
Create Chat CompletionPERPLEXITY_CREATE_CHAT_COMPLETIONGenerates a cited, web-grounded Sonar chat completion.需要连接
Generates a cited, web-grounded Sonar chat completion.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
embeddingsdocumentsrag
Create EmbeddingsPERPLEXITY_CREATE_EMBEDDINGSCreates vector embeddings for independent texts, queries, and sentences.需要连接
Creates vector embeddings for independent texts, queries, and sentences.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
chatasyncread
List ModelsPERPLEXITY_LIST_MODELSLists models currently available through the Perplexity Agent API.需要连接
Lists models currently available through the Perplexity Agent API.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
searchwebresearch