Open Connector
所有 Tools

Perplexity logoPerplexity

Catalog 暂无描述。

perplexityvcatalog-v19 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

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

Generates a cited, web-grounded Sonar chat completion.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

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

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Lists models currently available through the Perplexity Agent API.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

searchwebresearch

Provider 资源