mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
- 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>
53 lines
1.2 KiB
JavaScript
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)"
|
|
}
|
|
]
|
|
};
|