feat: 新增统一模型网关与模型管理工作区

- 新增 OpenAI 兼容统一模型调用链路、模型发布配置与批量发布能力

- 重构模型管理页面入口与统一网关工作区,更新服务商 logo 资源与模型 ID 文案

- 收口全新库初始化脚本,仅保留服务商种子并整理统一网关 migration
This commit is contained in:
2026-03-26 20:48:18 +08:00
parent b777cb3641
commit aaf4c61ff8
80 changed files with 4786 additions and 362 deletions

View File

@@ -1,9 +1,8 @@
{
"filed":
{
"filed": {
"title": "标题",
"brand": "供应商",
"llmModel": "模型名称",
"llmModel": "模型 ID",
"icon": "ICON",
"description": "描述",
"supportChat": "对话模型",
@@ -24,19 +23,18 @@
"llmExtraConfig": "大模型其他属性配置",
"options": "其他配置内容",
"ability": "能力"
}
,
},
"llmModal": {
"TitleRequired": "请输入名称",
"BrandRequired": "请选择供应商",
"ModelRequired": "请输入模型",
"ModelRequired": "请输入模型 ID",
"ApiKeyRequired": "请输入apiKey",
"QuickAddLlm": "一键添加大模型"
},
"placeholder": {
"title": "请输入名称",
"brand": "请选择品牌",
"llmModel": "请输入模型名称",
"llmModel": "请输入模型 ID",
"description": "请输入描述"
},
"actions": {
@@ -47,7 +45,7 @@
},
"addProvider": "供应商列表",
"modelType": "模型类型",
"llmModel": "模型名称",
"llmModel": "模型 ID",
"title": "名称",
"groupName": "分组名称",
"provider": "供应商",
@@ -60,7 +58,7 @@
"all": "全部",
"verifyLlmTitle": "请选择要检测的模型",
"testSuccess": "检测成功",
"searchTextPlaceholder": "搜索模型名称或名称",
"searchTextPlaceholder": "搜索模型 ID 或名称",
"modelAbility": {
"supportThinking": "推理",
"supportTool": "工具",
@@ -73,5 +71,4 @@
},
"requestPath": "请求路径",
"modelToBeTested": "待检测模型"
}