diff --git a/hermes_cli/models.py b/hermes_cli/models.py index f5ca1a3b..0f519920 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -40,6 +40,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("anthropic/claude-sonnet-4.5", ""), ("anthropic/claude-haiku-4.5", ""), ("openrouter/elephant-alpha", "free"), + ("openrouter/owl-alpha", "free"), ("openai/gpt-5.5", ""), ("openai/gpt-5.4-mini", ""), ("xiaomi/mimo-v2.5-pro", ""),