We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd2f8d commit 2387465Copy full SHA for 2387465
hermes_cli/models.py
@@ -13,8 +13,10 @@
13
("openai/gpt-5.2", ""),
14
("openai/gpt-5.3-codex", ""),
15
("openai/gpt-5.4", ""),
16
+ ("openai/gpt-5.4-pro", ""),
17
("google/gemini-3-pro-preview", ""),
18
("google/gemini-3-flash-preview", ""),
19
+ ("stepfun/step-3.5-flash", ""),
20
("z-ai/glm-4.7", ""),
21
("moonshotai/kimi-k2.5", ""),
22
("minimax/minimax-m2.1", ""),
0 commit comments