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>
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
||
"id": "provider-deepseek-001",
|
||
"provider": "deepseek",
|
||
"label": "DeepSeek",
|
||
"baseUrl": "https://api.deepseek.com",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "deepseek",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "deepseek-chat",
|
||
"displayName": "DeepSeek V3.2",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "高性价比通用对话模型,128K 上下文",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"reasoning",
|
||
"multilingual"
|
||
],
|
||
"inputPrice": 2,
|
||
"outputPrice": 3,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {
|
||
"cacheHitPrice": 0.2
|
||
}
|
||
},
|
||
{
|
||
"modelName": "deepseek-reasoner",
|
||
"displayName": "DeepSeek R1",
|
||
"serviceType": [
|
||
"reasoning"
|
||
],
|
||
"description": "DeepSeek V3.2 思考模式,128K 上下文,思维链默认 32K,最大输出 64K",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"deep_thinking",
|
||
"code",
|
||
"math"
|
||
],
|
||
"inputPrice": 4,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": null,
|
||
"defaultTopP": null,
|
||
"extra": {
|
||
"cacheHitPrice": 0.2
|
||
}
|
||
}
|
||
]
|
||
}
|