@@ -50,6 +50,7 @@ public enum OpenRouterModelName implements StructuredOutputSupported {
5050 ANTHROPIC_CLAUDE_OPUS_4_1 ("anthropic/claude-opus-4.1" ),
5151 ANTHROPIC_CLAUDE_OPUS_4_5 ("anthropic/claude-opus-4.5" ),
5252 ANTHROPIC_CLAUDE_OPUS_4_6 ("anthropic/claude-opus-4.6" ),
53+ ANTHROPIC_CLAUDE_OPUS_4_6_FAST ("anthropic/claude-opus-4.6-fast" ),
5354 ANTHROPIC_CLAUDE_SONNET_4 ("anthropic/claude-sonnet-4" ),
5455 ANTHROPIC_CLAUDE_SONNET_4_5 ("anthropic/claude-sonnet-4.5" ),
5556 ANTHROPIC_CLAUDE_SONNET_4_6 ("anthropic/claude-sonnet-4.6" ),
@@ -138,7 +139,9 @@ public enum OpenRouterModelName implements StructuredOutputSupported {
138139 GOOGLE_GEMMA_3N_E4B_IT ("google/gemma-3n-e4b-it" ),
139140 GOOGLE_GEMMA_3N_E4B_IT_FREE ("google/gemma-3n-e4b-it:free" ),
140141 GOOGLE_GEMMA_4_26B_A4B_IT ("google/gemma-4-26b-a4b-it" ),
142+ GOOGLE_GEMMA_4_26B_A4B_IT_FREE ("google/gemma-4-26b-a4b-it:free" ),
141143 GOOGLE_GEMMA_4_31B_IT ("google/gemma-4-31b-it" ),
144+ GOOGLE_GEMMA_4_31B_IT_FREE ("google/gemma-4-31b-it:free" ),
142145 GOOGLE_LYRIA_3_CLIP_PREVIEW ("google/lyria-3-clip-preview" ),
143146 GOOGLE_LYRIA_3_PRO_PREVIEW ("google/lyria-3-pro-preview" ),
144147 GRYPHE_MYTHOMAX_L2_13B ("gryphe/mythomax-l2-13b" ),
@@ -403,6 +406,7 @@ public enum OpenRouterModelName implements StructuredOutputSupported {
403406 QWEN_QWEN3_5_9B ("qwen/qwen3.5-9b" ),
404407 QWEN_QWEN3_5_FLASH_02_23 ("qwen/qwen3.5-flash-02-23" ),
405408 QWEN_QWEN3_5_PLUS_02_15 ("qwen/qwen3.5-plus-02-15" ),
409+ QWEN_QWEN3_6_PLUS ("qwen/qwen3.6-plus" ),
406410 QWEN_QWEN3_6_PLUS_PREVIEW_FREE ("qwen/qwen3.6-plus-preview:free" ),
407411 QWEN_QWEN3_6_PLUS_FREE ("qwen/qwen3.6-plus:free" ),
408412 QWEN_QWQ_32B ("qwen/qwq-32b" ),
@@ -463,6 +467,7 @@ public enum OpenRouterModelName implements StructuredOutputSupported {
463467 Z_AI_GLM_4_7_FLASH ("z-ai/glm-4.7-flash" ),
464468 Z_AI_GLM_5 ("z-ai/glm-5" ),
465469 Z_AI_GLM_5_TURBO ("z-ai/glm-5-turbo" ),
470+ Z_AI_GLM_5_1 ("z-ai/glm-5.1" ),
466471 Z_AI_GLM_5V_TURBO ("z-ai/glm-5v-turbo" );
467472
468473 private static final String WARNING_UNKNOWN_MODEL = "could not find OpenRouterModelName with value '{}'" ;
0 commit comments