LLM Reference

Sonar Pro on Vercel AI Gateway

Sonar · Perplexity Labs

Serverless

Last refreshed 2026-05-22. Next refresh: weekly.

Why use Sonar Pro on Vercel AI Gateway?

Vercel AI Gateway offers Sonar Pro with competitive pricing. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.

Compare Sonar Pro across 3 providers to find the best fit for your use case
Input / 1M
-
Output / 1M
-
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install openai
Auth
export AI_GATEWAY_API_KEY=...
Call
import os
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
Model ID
perplexity/sonar-pro

Request example

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
    base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
    model="perplexity/sonar-pro",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Use provider model ID "perplexity/sonar-pro", not the LLMReference slug "sonar-pro".
  • creator/model-name e.g. kwaipilot/kat-coder-pro-v2
  • The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.

Compare Sonar Pro Across Providers

ProviderInput (per 1M)Output (per 1M)
OpenRouter$3.00$15.00
Perplexity Labs$3.00$15.00
Vercel AI Gateway

Capabilities

Structured Outputs

About Sonar Pro

Advanced Perplexity search model with 200K context window. Provides double the citations of Sonar. Supports Pro Search mode (sonar-pro-search). Request fees: $6-$14/1K requests (Low/Medium/High).

FAQ

What is the context window for Sonar Pro on Vercel AI Gateway?

Sonar Pro supports a 200,000 token context window on Vercel AI Gateway.

How does Vercel AI Gateway compare to other Sonar Pro providers?

Sonar Pro is available from 3 providers. The cheapest input pricing is $3/1M tokens from OpenRouter.

What API model ID do I use for Sonar Pro on Vercel AI Gateway?

Use the model ID perplexity/sonar-pro when calling Vercel AI Gateway's API.

Who created Sonar Pro?

Sonar Pro was created by Perplexity Labs as part of the Sonar model family.

Is Sonar Pro open source?

Sonar Pro's open source status is unknown in the seed data.

Get Started

Model Specs

Released2025-01-27
Context200K
ArchitectureDecoder Only

Related Models on Vercel AI Gateway