From cbd5909630cde72bfb8a5b3cb99bbb698eb5a128 Mon Sep 17 00:00:00 2001 From: raullenchai Date: Mon, 3 Aug 2026 07:14:55 -0700 Subject: [PATCH] Add qwen3.8-max to the signed-out model fallback Alibaba's 2026-08-03 flagship, $2.00 / $6.00 per 1M with a 1M context window. _MODELS_FALLBACK is what `qsp models` prints without a key, so it has to carry the model or the CLI understates the catalog to exactly the people evaluating it. Co-Authored-By: Claude Opus 5 --- src/quicksilverpro/cli.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/quicksilverpro/cli.py b/src/quicksilverpro/cli.py index 07692e7..5a7bbba 100644 --- a/src/quicksilverpro/cli.py +++ b/src/quicksilverpro/cli.py @@ -292,6 +292,10 @@ def balance(as_json: bool) -> None: "context_length": 1048576, "pricing": {"prompt": "0.0000003480", "completion": "0.0000006960"}, "best_for": "frontier reasoning + coding · 1M context"}, + {"id": "qwen3.8-max", "object": "model", "owned_by": "quicksilverpro", + "context_length": 1048576, + "pricing": {"prompt": "0.0000020000", "completion": "0.0000060000"}, + "best_for": "flagship Qwen · autonomous coding, long-horizon agents"}, {"id": "qwen3.7-max", "object": "model", "owned_by": "quicksilverpro", "context_length": 1048576, "pricing": {"prompt": "0.0000014750", "completion": "0.0000044250"},