From 0fe327b0d7f5cb693d9db66b15464b2561c2a0e0 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 25 Apr 2025 12:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/aiModels.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/constants/aiModels.js b/constants/aiModels.js index 544e947..dac23f5 100644 --- a/constants/aiModels.js +++ b/constants/aiModels.js @@ -13,15 +13,16 @@ const aiModels = { }, THUDM: { - GLM4_32b: 'THUDM/GLM-4-32B-0414', // 1.89/M tokens - GLMZ1_32b: 'THUDM/GLM-Z1-32B-0414', // 4/M tokens + GLM4_32b: 'THUDM/GLM-4-32B-0414', // 1.89 tokens + GLMZ1_32b: 'THUDM/GLM-Z1-32B-0414', // 4 tokens GLM4_9b: 'THUDM/GLM-4-9B-0414', //free }, Qwen: { - Qwen25VL_32b: 'Qwen/Qwen2.5-VL-32B-Instruct', // 视觉 + Qwen25VL_32b: 'Qwen/Qwen2.5-VL-32B-Instruct', // 4.13 视觉 QwenQ_32b: 'Qwen/QwQ-32B', //4/M tokens Qwen25_72b: 'Qwen/Qwen2.5-72B-Instruct-128K', //4.13 + QwenQVQ_72b_preview: 'Qwen/QVQ-72B-Preview', //9.9 视觉 }, };