perplexity

Perplexity: Sonar Deep Research

Sonar Deep Research is a research-focused model designed for multi-step retrieval, synthesis, and reasoning across complex topics. It autonomously searches, reads, and evaluates sources, refining its approach as it gathers...

Context
128k tokens
Input / 1M tokens
$2
Output / 1M tokens
$8
Benchmark

Pricing

Input tokens$2 per 1M tokens
Output tokens$8 per 1M tokens

Technical details

Model IDperplexity/sonar-deep-research
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'perplexity/sonar-deep-research',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Perplexity: Sonar Deep Research?

Get an API key and start making requests in minutes.

Get an API key