diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 4d640a99..c94dd855 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -9,17 +9,17 @@ Add, remove, or reorder entries here — both `hermes setup` and OPENROUTER_MODELS: list[tuple[str, str]] = [ ("anthropic/claude-opus-4.6", "recommended"), ("anthropic/claude-sonnet-4.5", ""), - ("anthropic/claude-opus-4.5", ""), - ("openai/gpt-5.2", ""), - ("openai/gpt-5.3-codex", ""), - ("openai/gpt-5.4", ""), ("openai/gpt-5.4-pro", ""), + ("openai/gpt-5.4", ""), + ("openai/gpt-5.3-codex", ""), ("google/gemini-3-pro-preview", ""), ("google/gemini-3-flash-preview", ""), + ("qwen/qwen3.5-plus-02-15", ""), + ("qwen/qwen3.5-35b-a3b", ""), ("stepfun/step-3.5-flash", ""), - ("z-ai/glm-4.7", ""), + ("z-ai/glm-5", ""), ("moonshotai/kimi-k2.5", ""), - ("minimax/minimax-m2.1", ""), + ("minimax/minimax-m2.5", ""), ]