Perplexity: Sonar Pro Search API
Access Perplexity: Sonar Pro Search from Perplexity using Puter.js AI API.
Get Startedperplexity/sonar-pro-search
Model Card
Sonar Pro Search is Perplexity's most advanced agentic search system, available exclusively via OpenRouter API, adding autonomous multi-step reasoning to Sonar Pro. Instead of single query+synthesis, it plans and executes entire research workflows using tools, making it ideal for deeper reasoning and analysis. This model powers Perplexity's Pro Search mode on their consumer platform.
Context Window
N/A
tokens
Max Output
8,000
tokens
Input Cost
$3
per million tokens
Output Cost
$15
per million tokens
API Usage Example
Add Perplexity: Sonar Pro Search to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "perplexity/sonar-pro-search"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Perplexity: Sonar Pro Search to your app without worrying about API keys or setup.
Read the Docs View Tutorials