From afad5a6fdbdfee7e3b2d6eb66b1591464daec4aa Mon Sep 17 00:00:00 2001 From: raullenchai Date: Mon, 3 Aug 2026 07:42:52 -0700 Subject: [PATCH] Reprice qwen3.7-max to Alibaba's own rate $1.475 / $4.425 -> $1.25 / $3.75 per 1M. We now buy this model straight from Alibaba rather than through OpenRouter, and the ~18% OpenRouter charged over the vendor's price is passed to customers. A signed-out `qsp models` has to print the price people will actually be billed. Co-Authored-By: Claude Opus 5 --- src/quicksilverpro/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quicksilverpro/cli.py b/src/quicksilverpro/cli.py index 5a7bbba..f7528cf 100644 --- a/src/quicksilverpro/cli.py +++ b/src/quicksilverpro/cli.py @@ -298,7 +298,7 @@ def balance(as_json: bool) -> None: "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"}, + "pricing": {"prompt": "0.0000012500", "completion": "0.0000037500"}, "best_for": "flagship Qwen · agentic, long-context"}, {"id": "qwen3.7-flash", "object": "model", "owned_by": "quicksilverpro", "context_length": 1048576,