mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:30:51 +08:00
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
This reverts commit88a8cf2db6, reversing changes made toca99ea272f.
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user