perplexity
Perplexity

Perplexity: Sonar

perplexity/sonar
Контекст
127 072
Вход токены
123,05 ₽/M
Выход токены
123,05 ₽/M
описание

Sonar is lightweight, affordable, fast, and simple to use — now featuring citations and the ability to customize sources. It is designed for companies seeking to integrate lightweight question-and-answer features...

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

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

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