We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45baa39 commit 5f984fbCopy full SHA for 5f984fb
models/spring-ai-zhipuai/src/main/java/org/springframework/ai/zhipuai/api/ZhiPuAiApi.java
@@ -367,6 +367,26 @@ ResponseErrorHandler getResponseErrorHandler() {
367
public enum ChatModel implements ChatModelDescription {
368
369
// @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
390
GLM_4("GLM-4"),
391
392
GLM_4V("glm-4v"),
0 commit comments