Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
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...

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$2.00 / M Tokens
Çıkış$8.00 / M Tokens

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

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)

Model Tanıtımı

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

Bilgi

Sağlayıcıperplexity
Türllm

Desteklenen İşlevsellik

Giriş
Metin
Çıkış
Metin
Bağlam128,000
Maks. Çıkış4,096
Vision-
Function Calling-

API Erişim Kılavuzu

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

Sonar Deep Research API

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

Giriş

$2 /M

Çıkış

$8 /M

Bağlam

128K

Maks. Çıkış

4K

Sonar Deep Research'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Sonar Deep Research'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Sonar Deep Research hakkında sık sorulan sorular

Sonar Deep Research API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $2.00 ve milyon çıkış tokenı başına $8.00. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Sonar Deep Research'in bağlam penceresi nedir?+

Sonar Deep Research istek başına 128K bağlam tokenını ve 4K çıkış tokenını destekler.

Sonar Deep Research OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Sonar Deep Research modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Sonar Deep Research'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Sonar Deep Research'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri