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

@@ -18,8 +18,8 @@
"displayName": "百川 M3-Plus",
"serviceType": ["chat"],
"description": "百川智能M3-Plus医疗增强模型235B参数幻觉率仅2.6%API价格较前代下降70%",
"contextWindow": 32000,
"maxOutputTokens": 32000,
"contextWindow": 192000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
@@ -31,8 +31,8 @@
],
"inputPrice": 5,
"outputPrice": 9,
"defaultTemperature": null,
"defaultTopP": null,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -40,8 +40,8 @@
"displayName": "百川 M3",
"serviceType": ["chat"],
"description": "百川智能M3新一代开源医疗增强模型235B参数",
"contextWindow": 32000,
"maxOutputTokens": 32000,
"contextWindow": 192000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
@@ -52,8 +52,8 @@
],
"inputPrice": 10,
"outputPrice": 30,
"defaultTemperature": null,
"defaultTopP": null,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -61,8 +61,8 @@
"displayName": "百川 M2-Plus",
"serviceType": ["chat"],
"description": "百川智能M2-Plus旗舰模型最强推理和创作能力",
"contextWindow": 32000,
"maxOutputTokens": 32000,
"contextWindow": 128000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
@@ -72,8 +72,8 @@
],
"inputPrice": 10,
"outputPrice": 30,
"defaultTemperature": null,
"defaultTopP": null,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -81,8 +81,8 @@
"displayName": "百川 M2",
"serviceType": ["chat"],
"description": "百川智能M2模型高性能通用模型",
"contextWindow": 32000,
"maxOutputTokens": 32000,
"contextWindow": 128000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
@@ -91,8 +91,8 @@
],
"inputPrice": 2,
"outputPrice": 20,
"defaultTemperature": null,
"defaultTopP": null,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
}
]