Files
9router/open-sse/providers/registry/perplexity-web.js
T
decoluaandCursor bb9e9aa91f refactor(open-sse): registry consolidation + DRY media/oauth/adhoc cleanup
- Single-source registry: oauth clientId/tokenUrl, usage URLs, image/embed
  configs, search defaultModel, codex fixedPort, google token url derive.
- Remove 29 unused OmniRoute providers (registry 100→71); media intact.
- De-adhoc: codex literals → registry format/oauth flags; reasoningInject,
  image/embed openrouter headers + xai bodyFields config-driven.
- Add REGISTRY_TEMPLATE.js + expand PROVIDER_DEFAULTS/schema JSDoc.
- Baselines updated; PROVIDERS 62 + alias 90 byte-for-byte, golden snapshots.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 13:15:48 +07:00

53 lines
1.2 KiB
JavaScript

export default {
"id": "perplexity-web",
"alias": "perplexity-web",
display: {
"name": "Perplexity Web (Pro/Max)",
"icon": "search",
"color": "#20808D",
"textIcon": "PW",
"website": "https://www.perplexity.ai"
},
category: "webCookie",
uiAlias: "pw",
authType: "cookie",
authHint: "Paste your __Secure-next-auth.session-token cookie value from perplexity.ai",
aliases: ["pw"],
"transport": {
"baseUrl": "https://www.perplexity.ai/rest/sse/perplexity_ask",
"format": "perplexity-web",
"authType": "cookie"
},
"models": [
{
"id": "pplx-auto",
"name": "Perplexity Auto (Free)"
},
{
"id": "pplx-sonar",
"name": "Perplexity Sonar"
},
{
"id": "pplx-gpt",
"name": "GPT-5.4 (via Perplexity)"
},
{
"id": "pplx-gemini",
"name": "Gemini 3.1 Pro (via Perplexity)"
},
{
"id": "pplx-sonnet",
"name": "Claude Sonnet 4.6 (via Perplexity)"
},
{
"id": "pplx-opus",
"name": "Claude Opus 4.6 (via Perplexity)"
},
{
"id": "pplx-nemotron",
"name": "Nemotron 3 Super (via Perplexity)"
}
]
};