Perplexity
Use Perplexity AI chat models
Perplexity AI is an AI-powered search engine and answer engine that combines the capabilities of large language models with real-time web search to provide accurate, up-to-date information and comprehensive answers to complex questions.
With Perplexity AI, you can:
- Get accurate answers: Receive comprehensive responses to questions with citations from reliable sources
- Access real-time information: Obtain up-to-date information through Perplexity's web search capabilities
- Explore topics in depth: Dive deeper into subjects with follow-up questions and related information
- Verify information: Check the credibility of answers through provided sources and references
- Generate content: Create summaries, analyses, and creative content based on current information
- Research efficiently: Streamline research processes with comprehensive answers to complex queries
- Interact conversationally: Engage in natural dialogue to refine questions and explore topics
In Sim Studio, the Perplexity integration enables your agents to leverage these powerful AI capabilities programmatically as part of their workflows. This allows for sophisticated automation scenarios that combine natural language understanding, real-time information retrieval, and content generation. Your agents can formulate queries, receive comprehensive answers with citations, and incorporate this information into their decision-making processes or outputs. This integration bridges the gap between your workflow automation and access to current, reliable information, enabling your agents to make more informed decisions and provide more accurate responses. By connecting Sim Studio with Perplexity, you can create agents that stay current with the latest information, provide well-researched answers, and deliver more valuable insights to users - all without requiring manual research or information gathering.
Usage Instructions
Generate completions using Perplexity AI models with real-time knowledge and search capabilities. Create responses, answer questions, and generate content with customizable parameters.
Tools
perplexity_chat
Generate completions using Perplexity AI chat models
Input
Parameter | Type | Required | Description |
---|---|---|---|
apiKey | string | Yes | Perplexity API key |
model | string | Yes | Model to use for chat completions (e.g., sonar, mistral) |
messages | array | Yes | Array of message objects with role and content |
max_tokens | number | No | Maximum number of tokens to generate |
temperature | number | No | Sampling temperature between 0 and 1 |
Output
Parameter | Type |
---|---|
content | string |
model | string |
usage | string |
completion_tokens | string |
total_tokens | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
prompt | string | Yes | User Prompt - Enter your prompt here... |
Outputs
Output | Type | Description |
---|---|---|
response | object | Output from response |
↳ content | string | content of the response |
↳ model | string | model of the response |
↳ usage | json | usage of the response |
Notes
- Category:
tools
- Type:
perplexity