About Perplexity Sonar Pro
Sonar Pro is an LLM designed for advanced search capabilities. It excels in handling complex queries, providing detailed answers with extensive citations, and integrating real-time web search results.
Some other noteworthy features of Sonar Pro include multi-step reasoning and customizable source selection for information retrieval.
| Metric | Value |
|---|---|
| Context Length | 200,000 tokens |
| Multilingual | Yes |
Ready to build with Perplexity Sonar Pro?
Try Perplexity Sonar Pro in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "sonar-pro",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'API endpoint
See the API reference for request and response formats.
POST
https://hub.oxen.ai/api/ai/chat/completions