perplexity
Perplexity

Perplexity: Sonar Reasoning Pro

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

Note: Sonar Pro pricing includes Perplexity search pricing. See [details here](https://docs.perplexity.ai/guides/pricing#detailed-pricing-breakdown-for-sonar-reasoning-pro-and-sonar-pro) Sonar Reasoning Pro is a premier reasoning model powered by DeepSeek R1 with Chain of Thought (CoT). Designed for...

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

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

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