Sonar Reasoning Pro
perplexity/sonar-reasoning-proSonar Reasoning Pro (perplexity/sonar-reasoning-pro) is an AI model from Perplexity with a 128,000-token context window, priced at $2.00/1M input and $8.00/1M output tokens. Available via the haimaker.ai OpenAI-compatible API.
Overview
Sonar Reasoning Pro is a chat-based AI model developed by Perplexity. It supports vision and reasoning capabilities and has a context window of 128,000 tokens. Pricing is set at $2 per 1M input tokens and $8 per 1M output tokens. Details on parameter count, max output, license, and architecture are unspecified.
Features & Capabilities
| Mode | chat |
| Context Window | 128,000 tokens |
| Function Calling | Not supported |
| Vision | Supported |
| Reasoning | Supported |
| Web Search | Not supported |
| Url Context | Not supported |
API Usage
from openai import OpenAI
client = OpenAI(
base_url="https://api.haimaker.ai/v1",
api_key="YOUR_API_KEY",
)
response = client.chat.completions.create(
model="perplexity/sonar-reasoning-pro",
messages=[
{"role": "user", "content": "Hello, how are you?"}
],
)
print(response.choices[0].message.content)Frequently Asked Questions
What is the context window of Sonar Reasoning Pro?
Sonar Reasoning Pro (perplexity/sonar-reasoning-pro) has a 128,000-token context window.
How much does Sonar Reasoning Pro cost?
Sonar Reasoning Pro is priced at $2.00 per 1M input tokens and $8.00 per 1M output tokens when accessed via the haimaker.ai OpenAI-compatible API.
What features does Sonar Reasoning Pro support?
Sonar Reasoning Pro supports vision, reasoning.
How do I use Sonar Reasoning Pro via API?
Send requests to https://api.haimaker.ai/v1/chat/completions with model "perplexity/sonar-reasoning-pro" using any OpenAI-compatible SDK. Authentication uses a Bearer API key from https://app.haimaker.ai.
Use Sonar Reasoning Pro with the haimaker API
OpenAI-compatible endpoint. Start building in minutes.