perplexity
Perplexity

Perplexity: Sonar Deep Research

perplexity/sonar-deep-research
Контекст
128 000
Вход токены
246,11 ₽/M
Выход токены
984,44 ₽/M
описание

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

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через perplexity/sonar-deep-research
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "perplexity/sonar-deep-research",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'