From 35ee07381753bfcce06c3806b088f87d33d0a8b8 Mon Sep 17 00:00:00 2001 From: Thai Nguyen Hung Date: Tue, 30 Sep 2025 22:41:16 +0700 Subject: [PATCH] fix: remove extra space in GLM-4.5V model description --- packages/types/src/providers/zai.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/types/src/providers/zai.ts b/packages/types/src/providers/zai.ts index 4f49f352cf..b7f948a8df 100644 --- a/packages/types/src/providers/zai.ts +++ b/packages/types/src/providers/zai.ts @@ -42,7 +42,7 @@ export const internationalZAiModels = { cacheWritesPrice: 0, cacheReadsPrice: 0.11, description: - "GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.", + "GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.", }, "glm-4.6": { maxTokens: 98_304, @@ -135,7 +135,7 @@ export const mainlandZAiModels = { cacheWritesPrice: 0, cacheReadsPrice: 0.11, description: - "GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.", + "GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.", tiers: [ { contextWindow: 32_000,