2026-03-16 00:39:27 +00:00
|
|
|
{
|
2026-03-16 01:06:12 +00:00
|
|
|
"id": "perplexity",
|
2026-03-20 01:06:26 -04:00
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"perplexity": ["PERPLEXITY_API_KEY", "OPENROUTER_API_KEY"]
|
|
|
|
|
},
|
2026-03-17 23:29:52 -05:00
|
|
|
"uiHints": {
|
|
|
|
|
"webSearch.apiKey": {
|
|
|
|
|
"label": "Perplexity API Key",
|
|
|
|
|
"help": "Perplexity or OpenRouter API key for web search.",
|
|
|
|
|
"sensitive": true,
|
|
|
|
|
"placeholder": "pplx-..."
|
|
|
|
|
},
|
|
|
|
|
"webSearch.baseUrl": {
|
|
|
|
|
"label": "Perplexity Base URL",
|
|
|
|
|
"help": "Optional Perplexity/OpenRouter chat-completions base URL override."
|
|
|
|
|
},
|
|
|
|
|
"webSearch.model": {
|
|
|
|
|
"label": "Perplexity Model",
|
|
|
|
|
"help": "Optional Sonar/OpenRouter model override."
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-03-16 00:39:27 +00:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
2026-03-17 23:29:52 -05:00
|
|
|
"properties": {
|
|
|
|
|
"webSearch": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"apiKey": {
|
|
|
|
|
"type": ["string", "object"]
|
|
|
|
|
},
|
|
|
|
|
"baseUrl": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"model": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-16 00:39:27 +00:00
|
|
|
}
|
|
|
|
|
}
|