From 82bb1efcada9ef682058c9f59c2325738efb6de3 Mon Sep 17 00:00:00 2001 From: "CK iRonin.IT" Date: Thu, 9 Apr 2026 08:40:37 -0400 Subject: [PATCH] feat: add qwen/qwen3.6-plus (paid) to model catalogs Add the paid tier of qwen3.6-plus alongside the existing :free variant to the OpenRouter model list and KiloCode provider list. Also add 1M context (1,048,576) to the default context length lookup. --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 17c1072dbe8a..875c161b6613 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -256,6 +256,7 @@ def _codex_curated_models() -> list[str]: "kilocode": [ "anthropic/claude-opus-4.6", "anthropic/claude-sonnet-4.6", + "qwen/qwen3.6-plus", "openai/gpt-5.4", "google/gemini-3-pro-preview", "google/gemini-3-flash-preview",