MODELS / PERPLEXITY

Sonar

Perplexity's lightweight offering with search grounding, quicker and cheaper than Sonar Pro.

TEXTVISIONWEB-SEARCH
127K
CONTEXT WINDOW
8K
MAX OUTPUT TOKENS
INPUT PRICE
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/perplexity/sonar",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: image, textOUTPUT: textRELEASED: 2025-02-19