From 370a65be1dc52e13744ca653013dca79b33dc337 Mon Sep 17 00:00:00 2001 From: Teknium Date: Tue, 31 Mar 2026 16:59:51 -0700 Subject: [PATCH] feat: add qwen/qwen3.6-plus-preview:free to OpenRouter and Nous model lists --- hermes_cli/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index c8bd106b6628b..df58df02f8bf5 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -28,6 +28,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("anthropic/claude-opus-4.6", "recommended"), ("anthropic/claude-sonnet-4.6", ""), + ("qwen/qwen3.6-plus-preview:free", "free"), ("anthropic/claude-sonnet-4.5", ""), ("anthropic/claude-haiku-4.5", ""), ("openai/gpt-5.4", ""), @@ -58,6 +59,7 @@ "nous": [ "anthropic/claude-opus-4.6", "anthropic/claude-sonnet-4.6", + "qwen/qwen3.6-plus-preview:free", "anthropic/claude-sonnet-4.5", "anthropic/claude-haiku-4.5", "openai/gpt-5.4",