mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 19:13:33 +08:00
refactor: consolidate smart routing into model specs (#75)
This commit is contained in:
@@ -5,12 +5,26 @@
|
||||
"id": "Baichuan-M3-Plus",
|
||||
"displayName": "百川 M3-Plus",
|
||||
"family": "baichuan-m3",
|
||||
"match": { "exact": ["Baichuan-M3-Plus"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"Baichuan-M3-Plus"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"contextWindow": 32000,
|
||||
"maxOutputTokens": 32000,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual", "vision", "long_context", "medical"],
|
||||
"serviceType": ["chat"],
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"multilingual",
|
||||
"vision",
|
||||
"long_context",
|
||||
"medical"
|
||||
],
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"defaultTemperature": 0.3,
|
||||
"description": "百川智能M3-Plus医疗增强模型,235B参数,幻觉率仅2.6%"
|
||||
}
|
||||
@@ -19,12 +33,25 @@
|
||||
"id": "Baichuan-M3",
|
||||
"displayName": "百川 M3",
|
||||
"family": "baichuan-m3",
|
||||
"match": { "exact": ["Baichuan-M3"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"Baichuan-M3"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"contextWindow": 32000,
|
||||
"maxOutputTokens": 32000,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual", "vision", "medical"],
|
||||
"serviceType": ["chat"],
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"multilingual",
|
||||
"vision",
|
||||
"medical"
|
||||
],
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"defaultTemperature": 0.3,
|
||||
"description": "百川智能M3新一代开源医疗增强模型,235B参数"
|
||||
}
|
||||
@@ -33,12 +60,24 @@
|
||||
"id": "Baichuan-M2-Plus",
|
||||
"displayName": "百川 M2-Plus",
|
||||
"family": "baichuan-m2",
|
||||
"match": { "exact": ["Baichuan-M2-Plus"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"Baichuan-M2-Plus"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"contextWindow": 32000,
|
||||
"maxOutputTokens": 32000,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context"],
|
||||
"serviceType": ["chat"],
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"multilingual",
|
||||
"long_context"
|
||||
],
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"defaultTemperature": 0.3,
|
||||
"description": "百川智能M2-Plus旗舰模型,最强推理和创作能力"
|
||||
}
|
||||
@@ -47,12 +86,23 @@
|
||||
"id": "Baichuan-M2",
|
||||
"displayName": "百川 M2",
|
||||
"family": "baichuan-m2",
|
||||
"match": { "exact": ["Baichuan-M2"] },
|
||||
"match": {
|
||||
"exact": [
|
||||
"Baichuan-M2"
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"contextWindow": 32000,
|
||||
"maxOutputTokens": 32000,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||||
"serviceType": ["chat"],
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"multilingual"
|
||||
],
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"defaultTemperature": 0.3,
|
||||
"description": "百川智能M2高性能通用模型"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user