diff --git a/src/renderer/src/config/models.ts b/src/renderer/src/config/models.ts index 254ab41b..6ef1bac8 100644 --- a/src/renderer/src/config/models.ts +++ b/src/renderer/src/config/models.ts @@ -1102,6 +1102,12 @@ export const SYSTEM_MODELS: Record = { name: 'GLM 4V', group: 'GLM-4v' }, + { + id: 'glm-4v-flash', + provider: 'zhipu', + name: 'GLM-4V-Flash', + group: 'GLM-4v' + }, { id: 'glm-4v-plus', provider: 'zhipu',