Revert "Merge pull request #1 from desirecore/model-field-official-audit"

This reverts commit 88a8cf2db6, reversing
changes made to ca99ea272f.
This commit is contained in:
2026-04-25 19:34:29 +08:00
parent 88a8cf2db6
commit 371336cdd6
114 changed files with 527 additions and 6091 deletions

View File

@@ -17,12 +17,10 @@
{
"modelName": "deepseek-chat",
"displayName": "DeepSeek V3.2",
"serviceType": [
"chat"
],
"description": "高性价比通用对话模型128K 上下文",
"contextWindow": 128000,
"maxOutputTokens": 8192,
"serviceType": ["chat"],
"description": "高性价比通用对话模型64K 上下文",
"contextWindow": 64000,
"maxOutputTokens": 8000,
"capabilities": [
"chat",
"code",
@@ -30,22 +28,18 @@
"multilingual"
],
"inputPrice": 2,
"outputPrice": 3,
"outputPrice": 8,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 0.2
}
"extra": {}
},
{
"modelName": "deepseek-reasoner",
"displayName": "DeepSeek R1",
"serviceType": [
"reasoning"
],
"description": "DeepSeek V3.2 思考模式128K 上下文,思维链默认 32K最大输出 64K",
"contextWindow": 128000,
"maxOutputTokens": 65536,
"serviceType": ["reasoning"],
"description": "DeepSeek R1 推理模型64K 上下文,深度推理能力,思维链最长 32K",
"contextWindow": 64000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
@@ -55,11 +49,9 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"cacheHitPrice": 0.2
}
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]
}