mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 18:41:37 +08:00
- 为 kimi-k2、qwen3-max、glm-4.6、grok-4 等 12 个模型补充 vision 标签 - 为 minimax-m2.1-highspeed、mistral-small-latest 补充 reasoning 标签 - 对齐 coding-plan 版本与主版本的能力标签(zhipu/dashscope/moonshot) - 补全 internal-testing 内测版过度简化的能力标签 - bump presetDataVersion: 17 -> 18 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
100 lines
2.4 KiB
JSON
100 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",
|
||
"vision",
|
||
"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",
|
||
"vision",
|
||
"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": {}
|
||
}
|
||
]
|
||
}
|