mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 04:30:51 +08:00
* feat(model-specs): 新增模型规格库与 schema 契约 - compute/model-specs/:按厂商维护模型内在参数(上下文窗口/最大输出/能力/serviceType/默认温度,不含价签) - schemas/model-spec.schema.json:Draft-07 契约,spec 允许 null(新文件不影响老客户端 frozen 契约) - scripts/validate.mjs:pickSchemaKey 纳入 model-specs 校验 - manifest.presetDataVersion 54→55 * feat(model-specs): 新增小米 MiMo 系列模型规格;bump presetDataVersion 55→56 * feat(model-specs): 补全全量模型规格;presetDataVersion 56→57 * feat(model-specs): 新增 releasedAt/retiredAt 时间戳字段;补充 mimo 退役日期
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
||
"description": "百川智能 Baichuan 系列模型规格。参数来源:config-center compute/providers/baichuan.json。M3/M2 系列为医疗增强大模型,235B 参数,支持多模态。",
|
||
"specs": [
|
||
{
|
||
"id": "Baichuan-M3-Plus",
|
||
"displayName": "百川 M3-Plus",
|
||
"family": "baichuan-m3",
|
||
"match": { "exact": ["Baichuan-M3-Plus"] },
|
||
"spec": {
|
||
"contextWindow": 32000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "vision", "long_context", "medical"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.3,
|
||
"description": "百川智能M3-Plus医疗增强模型,235B参数,幻觉率仅2.6%"
|
||
}
|
||
},
|
||
{
|
||
"id": "Baichuan-M3",
|
||
"displayName": "百川 M3",
|
||
"family": "baichuan-m3",
|
||
"match": { "exact": ["Baichuan-M3"] },
|
||
"spec": {
|
||
"contextWindow": 32000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "vision", "medical"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.3,
|
||
"description": "百川智能M3新一代开源医疗增强模型,235B参数"
|
||
}
|
||
},
|
||
{
|
||
"id": "Baichuan-M2-Plus",
|
||
"displayName": "百川 M2-Plus",
|
||
"family": "baichuan-m2",
|
||
"match": { "exact": ["Baichuan-M2-Plus"] },
|
||
"spec": {
|
||
"contextWindow": 32000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.3,
|
||
"description": "百川智能M2-Plus旗舰模型,最强推理和创作能力"
|
||
}
|
||
},
|
||
{
|
||
"id": "Baichuan-M2",
|
||
"displayName": "百川 M2",
|
||
"family": "baichuan-m2",
|
||
"match": { "exact": ["Baichuan-M2"] },
|
||
"spec": {
|
||
"contextWindow": 32000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.3,
|
||
"description": "百川智能M2高性能通用模型"
|
||
}
|
||
}
|
||
]
|
||
}
|