Seedance 2.0 | Special Offer ✦ 10% OFF NOW
P

perplexity/sonar-deep-research

perplexity/sonar-deep-research

128,000 context · $2.00/M input tokens · $8.00/M output tokens

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...

定價

按用量付費

無需預付費用,僅按實際使用量付費

輸入$2.00 / M Tokens
輸出$8.00 / M Tokens

API 使用

使用以下程式碼範例整合我們的 API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

print(response.choices[0].message.content)

模型介紹

Perplexity sonar-deep-research

perplexity sonar-deep-research


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 128000 context window for long document handling
  • Competitive pricing at $2.2/$8.8 per million tokens

Key Features

  • Context Window: 128000 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderPerplexity
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window128000 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$2.2
Output$8.8

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: perplexity/sonar-deep-research


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "perplexity/sonar-deep-research",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: perplexity/sonar-deep-research
  • Provider: Perplexity

資訊

提供商perplexity
類型llm

支援功能

輸入
文字
輸出
文字
上下文128,000
最大輸出4,096
視覺-
函式呼叫-

API 存取指南

Base URLhttps://llm.wavespeed.ai/v1
API 端點chat/completions
Model IDperplexity/sonar-deep-research

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...

輸入

$2 /M

輸出

$8 /M

上下文

128K

最大輸出

4K

在 WaveSpeedAI 試用 perplexity/sonar-deep-research

透過我們的統一 API 接入 perplexity/sonar-deep-research — 相容 OpenAI、無冷啟動、透明計費。

開啟 Playground