修复算力模型采样默认值

This commit is contained in:
2026-04-25 21:39:51 +08:00
parent 10465e3570
commit 380e99c577
24 changed files with 1413 additions and 508 deletions

View File

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