From b580622aa42d23179b83ee67f39e21f452eee375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=A6=A8=E5=85=83?= Date: Sat, 18 Apr 2026 15:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=86=85=E6=B5=8B=E6=A8=A1?= =?UTF-8?q?=E5=9E=8Bglm-4.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/internal-testing.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 2bfdf1b..385e1f2 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -67,6 +67,23 @@ "defaultTemperature": 1, "extra": {} }, + { + "modelName": "glm-4.7", + "displayName": "GLM-4.7", + "serviceType": ["chat"], + "description": "智谱 GLM-4.7 大语言模型", + "contextWindow": 200000, + "maxOutputTokens": 128000, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, { "modelName": "kimi-k2.5", "displayName": "Kimi-2.5",