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 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!" }
]
}'