AICredits logo
perplexityvision

Perplexity: Sonar Pro

perplexity/sonar-pro

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) For enterprises seeking more advanced capabilities, the Sonar Pro API can handle in-depth, multi-step queries with added extensibility, like...

Supported APIs

Chat APIVision
Context
200K
Max output
Input / 1M
₹301.96
Cached / 1M
₹30.20
Output / 1M
₹1509.78

Pricing

Token typeUSD / 1MINR / 1M
Input$3.00₹301.96
Cached inputprompt cache read$0.30030.20
Output$15.00₹1509.78

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Perplexity: Sonar Pro through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "perplexity/sonar-pro",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.