From 2387465dcc2e8d8be2866b2c74c5105dc7d89b69 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Fri, 6 Mar 2026 00:49:25 -0800 Subject: [PATCH] chore: add openai/gpt-5.4-pro and stepfun/step-3.5-flash to OpenRouter models --- hermes_cli/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 90441b18d..4d640a990 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -13,8 +13,10 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("openai/gpt-5.2", ""), ("openai/gpt-5.3-codex", ""), ("openai/gpt-5.4", ""), + ("openai/gpt-5.4-pro", ""), ("google/gemini-3-pro-preview", ""), ("google/gemini-3-flash-preview", ""), + ("stepfun/step-3.5-flash", ""), ("z-ai/glm-4.7", ""), ("moonshotai/kimi-k2.5", ""), ("minimax/minimax-m2.1", ""),