refactor: 统一所有 Provider label 为「公司 + 模型品牌」命名风格

This commit is contained in:
2026-02-23 15:16:12 +08:00
parent 47eb290d3f
commit 16b06ab168
14 changed files with 107 additions and 107 deletions

View File

@@ -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,