Perplexity logo

Sonar Pro Search

perplexity/sonar-pro-search
Chat
Perplexity|
VisionReasoning

Sonar Pro Search (perplexity/sonar-pro-search) 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.

Context Window
200K
tokens
Max Output
8K
tokens
Input Price
$3.00
/1M tokens
Output Price
$15.00
/1M tokens

Overview

Sonar Pro Search is a chat-based AI model developed by Perplexity with a 200,000-token context window. It supports vision and reasoning capabilities, with 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

Modechat
Context Window200,000 tokens
Max Output8,000 tokens
Function CallingNot supported
VisionSupported
ReasoningSupported
Web SearchNot supported
Url ContextNot 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-search",
    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 Search?

Sonar Pro Search (perplexity/sonar-pro-search) has a 200,000-token context window and supports up to 8,000 output tokens per request.

How much does Sonar Pro Search cost?

Sonar Pro Search 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 Search support?

Sonar Pro Search supports vision, reasoning.

How do I use Sonar Pro Search via API?

Send requests to https://api.haimaker.ai/v1/chat/completions with model "perplexity/sonar-pro-search" using any OpenAI-compatible SDK. Authentication uses a Bearer API key from https://app.haimaker.ai.

Use Sonar Pro Search with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

haimaker.ai 2026 - All Rights Reserved