mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 13:38:31 +08:00
refactor: 统一所有 Provider label 为「公司 + 模型品牌」命名风格
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "provider-baichuan-001",
|
||||
"provider": "baichuan",
|
||||
"label": "百川智能",
|
||||
"label": "百川 Baichuan",
|
||||
"baseUrl": "https://api.baichuan-ai.com/v1",
|
||||
"apiFormat": "openai-completions",
|
||||
"apiKeyRef": "baichuan",
|
||||
@@ -17,7 +17,7 @@
|
||||
{
|
||||
"modelName": "Baichuan-M3-Plus",
|
||||
"displayName": "百川 M3-Plus",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "百川智能M3-Plus医疗增强模型,235B参数,幻觉率仅2.6%,API价格较前代下降70%",
|
||||
"contextWindow": 192000,
|
||||
"maxOutputTokens": 8192,
|
||||
@@ -36,7 +36,7 @@
|
||||
{
|
||||
"modelName": "Baichuan-M3",
|
||||
"displayName": "百川 M3",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "百川智能M3新一代开源医疗增强模型,235B参数",
|
||||
"contextWindow": 192000,
|
||||
"maxOutputTokens": 8192,
|
||||
@@ -54,7 +54,7 @@
|
||||
{
|
||||
"modelName": "Baichuan-M2-Plus",
|
||||
"displayName": "百川 M2-Plus",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "百川智能M2-Plus旗舰模型,最强推理和创作能力",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
@@ -72,7 +72,7 @@
|
||||
{
|
||||
"modelName": "Baichuan-M2",
|
||||
"displayName": "百川 M2",
|
||||
"serviceType": "chat",
|
||||
"serviceType": ["chat"],
|
||||
"description": "百川智能M2模型,高性能通用模型",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
|
||||
Reference in New Issue
Block a user