From 00cc0c6a286de96414f46982f1a656f990e37b1d Mon Sep 17 00:00:00 2001 From: Test Date: Wed, 18 Mar 2026 03:23:20 -0700 Subject: [PATCH] feat: add gpt-5.4-mini, gpt-5.4-nano, healer-alpha to OpenRouter catalog --- hermes_cli/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 5a3f871f..c8ef070c 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -20,6 +20,8 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("anthropic/claude-sonnet-4.5", ""), ("openai/gpt-5.4-pro", ""), ("openai/gpt-5.4", ""), + ("openai/gpt-5.4-mini", ""), + ("openai/gpt-5.4-nano", ""), ("openai/gpt-5.3-codex", ""), ("google/gemini-3-pro-preview", ""), ("google/gemini-3-flash-preview", ""), @@ -34,6 +36,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("arcee-ai/trinity-large-preview:free", "free"), ("z-ai/glm-5-turbo", ""), ("openrouter/hunter-alpha", ""), + ("openrouter/healer-alpha", ""), ] _PROVIDER_MODELS: dict[str, list[str]] = {