Sonar Pro
perplexity/sonar-proSonar Pro (perplexity/sonar-pro) is an AI model from Perplexity with a 200,000-token context window and 8,000 max output tokens, priced at $3.00/1M input and $15.00/1M output tokens. Available via the haimaker.ai OpenAI-compatible API.
Overview
Sonar Pro is a chat-based AI model developed by Perplexity with a 200,000-token context window. It supports vision capabilities and has a maximum output length of 8,000 tokens. Pricing is set at $3 per million input tokens and $15 per million output tokens.
Features & Capabilities
| Mode | chat |
| Context Window | 200,000 tokens |
| Max Output | 8,000 tokens |
| Function Calling | Not supported |
| Vision | Supported |
| Reasoning | Not 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-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 Pro?
Sonar Pro (perplexity/sonar-pro) has a 200,000-token context window and supports up to 8,000 output tokens per request.
How much does Sonar Pro cost?
Sonar Pro is priced at $3.00 per 1M input tokens and $15.00 per 1M output tokens when accessed via the haimaker.ai OpenAI-compatible API.
What features does Sonar Pro support?
Sonar Pro supports vision.
How do I use Sonar Pro via API?
Send requests to https://api.haimaker.ai/v1/chat/completions with model "perplexity/sonar-pro" using any OpenAI-compatible SDK. Authentication uses a Bearer API key from https://app.haimaker.ai.
Use Sonar Pro with the haimaker API
OpenAI-compatible endpoint. Start building in minutes.