Skip to content

Commit 5f984fb

Browse files
eeatersilayaperumalg
authored andcommitted
feat(models): integrate new ZhiPu models GLM-4.5 and GLM-Z1
Signed-off-by: YuJie Wan <[email protected]>
1 parent 45baa39 commit 5f984fb

File tree

1 file changed

+20
-0
lines changed
  • models/spring-ai-zhipuai/src/main/java/org/springframework/ai/zhipuai/api

1 file changed

+20
-0
lines changed

models/spring-ai-zhipuai/src/main/java/org/springframework/ai/zhipuai/api/ZhiPuAiApi.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,26 @@ ResponseErrorHandler getResponseErrorHandler() {
367367
public enum ChatModel implements ChatModelDescription {
368368

369369
// @formatter:off
370+
GLM_4_5("glm-4.5"),
371+
372+
GLM_4_5_X("glm-4.5-x"),
373+
374+
GLM_4_5_Air("glm-4.5-air"),
375+
376+
GLM_4_5_AirX("glm-4.5-airx"),
377+
378+
GLM_4_5V("glm-4.5v"),
379+
380+
GLM_4_5_Flash("glm-4.5-flash"),
381+
382+
GLM_Z1_Air("glm-z1-air"),
383+
384+
GLM_Z1_AirX("glm-z1-airx"),
385+
386+
GLM_Z1_Flash("glm-z1-flash"),
387+
388+
GLM_Z1_FlashX("glm-z1-flashx"),
389+
370390
GLM_4("GLM-4"),
371391

372392
GLM_4V("glm-4v"),

0 commit comments

Comments
 (0)