From 436a7359cdd96aa961e83732a3d554fbc36289d0 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:37:06 -0700 Subject: [PATCH] feat: add claude-opus-4.7 to Nous Portal curated model list (#11398) Mirrors OpenRouter which already lists anthropic/claude-opus-4.7 as recommended. Surfaces the model in the `hermes model` picker and the gateway /model flow for Nous Portal users. Context length (1M) is already covered by the existing claude-opus-4.7 entry in agent/model_metadata.py DEFAULT_CONTEXT_LENGTHS. --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index e70d849e..8f23980a 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -76,6 +76,7 @@ def _codex_curated_models() -> list[str]: _PROVIDER_MODELS: dict[str, list[str]] = { "nous": [ "xiaomi/mimo-v2-pro", + "anthropic/claude-opus-4.7", "anthropic/claude-opus-4.6", "anthropic/claude-sonnet-4.6", "anthropic/claude-sonnet-4.5",