diff --git a/compute/providers/baidu.json b/compute/providers/baidu.json index 52846d7..12634bb 100644 --- a/compute/providers/baidu.json +++ b/compute/providers/baidu.json @@ -14,7 +14,7 @@ "models": [ { "modelName": "ernie-5.0-thinking-latest", - "displayName": "ERNIE 5.0", + "displayName": "文心 ERNIE 5.0", "serviceType": ["chat", "reasoning"], "description": "百度最新旗舰模型,支持深度推理、多模态和工具调用", "contextWindow": 131072, @@ -32,7 +32,7 @@ }, { "modelName": "ernie-4.5-turbo-128k-latest", - "displayName": "ERNIE 4.5 Turbo 128K", + "displayName": "文心 ERNIE 4.5 Turbo", "serviceType": ["chat"], "description": "百度高性价比长上下文模型,128K 窗口,适合日常对话和文档处理", "contextWindow": 131072, diff --git a/compute/providers/perplexity.json b/compute/providers/perplexity.json index bcd5e17..13d88bd 100644 --- a/compute/providers/perplexity.json +++ b/compute/providers/perplexity.json @@ -1,7 +1,7 @@ { "id": "provider-perplexity-001", "provider": "perplexity", - "label": "Perplexity", + "label": "Perplexity AI", "baseUrl": "https://api.perplexity.ai", "apiFormat": "openai-completions", "apiKeyRef": "perplexity", diff --git a/compute/providers/xai.json b/compute/providers/xai.json index 0ba91a0..5d01a77 100644 --- a/compute/providers/xai.json +++ b/compute/providers/xai.json @@ -1,7 +1,7 @@ { "id": "provider-xai-001", "provider": "xai", - "label": "xAI Grok", + "label": "xAI", "baseUrl": "https://api.x.ai/v1", "apiFormat": "openai-completions", "apiKeyRef": "xai", diff --git a/compute/providers/xunfei.json b/compute/providers/xunfei.json index 210d8ea..d3838c6 100644 --- a/compute/providers/xunfei.json +++ b/compute/providers/xunfei.json @@ -1,7 +1,7 @@ { "id": "provider-xunfei-001", "provider": "xunfei", - "label": "科大讯飞", + "label": "讯飞星火", "baseUrl": "https://spark-api-open.xf-yun.com/v1", "apiFormat": "openai-completions", "apiKeyRef": "xunfei",