Perplexity/sonar-pro/Released Jan 2025

Perplexity Sonar Pro

Advanced web-grounded search, 200K context

Text

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.

MetricValue
Context Length200,000 tokens
MultilingualYes

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.

POSThttps://hub.oxen.ai/api/ai/chat/completions