mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
94 lines
2.5 KiB
JSON
94 lines
2.5 KiB
JSON
{
|
|
"id": "provider-perplexity-001",
|
|
"provider": "perplexity",
|
|
"label": "Perplexity Sonar",
|
|
"baseUrl": "https://api.perplexity.ai",
|
|
"apiFormat": "openai-completions",
|
|
"apiKeyRef": "perplexity",
|
|
"apiKeyVerified": false,
|
|
"enabled": false,
|
|
"status": "unconfigured",
|
|
"priceCurrency": "USD",
|
|
"services": ["chat"],
|
|
"models": [
|
|
{
|
|
"modelName": "sonar-pro",
|
|
"displayName": "Sonar Pro",
|
|
"serviceType": ["chat"],
|
|
"description": "Perplexity 旗舰搜索增强模型,内置实时联网搜索和引用",
|
|
"contextWindow": 200000,
|
|
"maxOutputTokens": 8192,
|
|
"capabilities": [
|
|
"chat",
|
|
"web_search",
|
|
"reasoning",
|
|
"citation"
|
|
],
|
|
"inputPrice": 3.00,
|
|
"outputPrice": 15.00,
|
|
"defaultTemperature": null,
|
|
"defaultTopP": null,
|
|
"extra": {
|
|
"requestPricingPer1k": {
|
|
"low": 6,
|
|
"medium": 10,
|
|
"high": 14
|
|
},
|
|
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
|
}
|
|
},
|
|
{
|
|
"modelName": "sonar-reasoning-pro",
|
|
"displayName": "Sonar Reasoning Pro",
|
|
"serviceType": ["chat"],
|
|
"description": "Perplexity 深度推理模型,内置联网搜索和深度思考",
|
|
"contextWindow": 128000,
|
|
"maxOutputTokens": 8192,
|
|
"capabilities": [
|
|
"chat",
|
|
"web_search",
|
|
"reasoning",
|
|
"deep_thinking"
|
|
],
|
|
"inputPrice": 2.00,
|
|
"outputPrice": 8.00,
|
|
"defaultTemperature": null,
|
|
"defaultTopP": null,
|
|
"extra": {
|
|
"requestPricingPer1k": {
|
|
"low": 6,
|
|
"medium": 10,
|
|
"high": 14
|
|
},
|
|
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
|
}
|
|
},
|
|
{
|
|
"modelName": "sonar",
|
|
"displayName": "Sonar",
|
|
"serviceType": ["chat"],
|
|
"description": "Perplexity 轻量搜索模型,低成本联网搜索",
|
|
"contextWindow": 128000,
|
|
"maxOutputTokens": 4096,
|
|
"capabilities": [
|
|
"chat",
|
|
"web_search",
|
|
"citation",
|
|
"fast"
|
|
],
|
|
"inputPrice": 1.00,
|
|
"outputPrice": 1.00,
|
|
"defaultTemperature": null,
|
|
"defaultTopP": null,
|
|
"extra": {
|
|
"requestPricingPer1k": {
|
|
"low": 5,
|
|
"medium": 8,
|
|
"high": 12
|
|
},
|
|
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
|
}
|
|
}
|
|
]
|
|
}
|