mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 13:38:31 +08:00
- 删除所有 Provider 顶层的 defaultTemperature / defaultTopP - 为所有对话类模型添加 model 级别的推荐温度参数(基于官方文档) - volcengine:将 extra 内温度参数提升到模型顶层正式字段 - presetDataVersion 7→8 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
98 lines
2.4 KiB
JSON
98 lines
2.4 KiB
JSON
{
|
||
"id": "provider-baichuan-001",
|
||
"provider": "baichuan",
|
||
"label": "百川 Baichuan",
|
||
"baseUrl": "https://api.baichuan-ai.com/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "baichuan",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "Baichuan-M3-Plus",
|
||
"displayName": "百川 M3-Plus",
|
||
"serviceType": ["chat"],
|
||
"description": "百川智能M3-Plus医疗增强模型,235B参数,幻觉率仅2.6%,API价格较前代下降70%",
|
||
"contextWindow": 192000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"medical"
|
||
],
|
||
"inputPrice": 5,
|
||
"outputPrice": 9,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "Baichuan-M3",
|
||
"displayName": "百川 M3",
|
||
"serviceType": ["chat"],
|
||
"description": "百川智能M3新一代开源医疗增强模型,235B参数",
|
||
"contextWindow": 192000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"medical"
|
||
],
|
||
"inputPrice": 10,
|
||
"outputPrice": 30,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "Baichuan-M2-Plus",
|
||
"displayName": "百川 M2-Plus",
|
||
"serviceType": ["chat"],
|
||
"description": "百川智能M2-Plus旗舰模型,最强推理和创作能力",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 10,
|
||
"outputPrice": 30,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "Baichuan-M2",
|
||
"displayName": "百川 M2",
|
||
"serviceType": ["chat"],
|
||
"description": "百川智能M2模型,高性能通用模型",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual"
|
||
],
|
||
"inputPrice": 2,
|
||
"outputPrice": 20,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|