Provider: Perplexity
Provider: Perplexity
Respan supports both Perplexity Sonar models and the Perplexity Agent API while keeping unified observability for logs, cost, latency, and reliability.
The Agent API route is independent of the Sonar model list and supports third-party models, presets, fallback chains, tools, and streaming.
Quick setup
Add credits (recommended)
Top up credits to pay through Respan. No Perplexity key required, Respan handles provider auth and billing.
Prefer to route through your own Perplexity account? See Use your own Perplexity key.
Send your first request
Pick the integration that matches your stack. The base URL is https://api.respan.ai/api and the only key needed is your RESPAN_API_KEY.
OpenAI SDK
Vercel AI SDK
Respan API
Perplexity is OpenAI-compatible. Point the OpenAI SDK at the Respan gateway and call any Perplexity model.
Use Perplexity Agent API
Perplexity’s Agent API uses the OpenAI Responses shape. The route is activated only by the X-Respan-Route-Provider: perplexity header.
This request uses RESPAN_API_KEY for Respan authentication and PERPLEXITY_API_KEY as a request-scoped provider credential. If Perplexity is already configured under Settings → Providers, omit respan_params.credential_override.
The response reports the actual model chosen by Perplexity and its authoritative USD cost. Set stream: true for Responses API server-sent events, or pass model/models instead of a preset.
See the Responses API guide for all request shapes, Agent API parameters, header rules, logging, and billing behavior.
More integrations
Perplexity models work with every Respan gateway integration:
Switch models
Change the model parameter to call any supported model through the same client. Use the perplexity/ prefix to disambiguate when routing across providers. Browse the full list on the Models page.
Use your own Perplexity key (BYOK)
Credits are the default path. If you’d rather bill Perplexity directly, attach your own provider key.
Global (UI)
Per-request (Code)
Agent API credentials are provider-scoped. Legacy Sonar values in available_models do not restrict Agent API model, preset, or fallback requests.
Add Perplexity
Select Perplexity and paste your perplexity.api_key. Grab one from the Perplexity API settings page.
Override credentials per model (Optional)
Use credential_override when one model on a request should use a different Perplexity key than the default.
Log without proxying (Optional)
Already calling Perplexity directly? Send logs to Respan asynchronously to track cost, latency, and performance for those external calls.
See the logging guide for the full setup.