@GoSailGlobal: Alibaba quietly launched something that could change the landscape of AI coding tools: Qwen Token Plan – one subscription to run multiple frontier models directly in Claude Code, Codex, Cursor, OpenCode, Qwen Code, Hermes, and OpenClaw…
Summary
Alibaba quietly introduced the Qwen Token Plan, a single subscription that gives developers access to multiple cutting-edge models across several major AI coding tools, reshaping developer choice with unified billing and low-cost strategy.
View Cached Full Text
Cached at: 07/20/26, 11:24 AM
Alibaba quietly launched something that could change the landscape of AI coding tools: Qwen Token Plan
One subscription to run multiple frontier models directly in Claude Code, Codex, Cursor, OpenCode, Qwen Code, Hermes and OpenClaw.
This is a clever move: instead of competing with IDEs for user entry points, it acts as an underlying model provider, embedding itself into all toolchains.
One of the biggest headaches for developers is having a separate subscription, billing, and API for each platform. Qwen directly bridges them.
The pricing strategy is also aggressive, and the cost advantage of Chinese models will be further amplified under this subscription model.
This is essentially following the OpenRouter approach, but with the cost advantage of its own models.
When a Chinese company’s subscription plan covers all mainstream AI coding tools, developers’ choice logic will fundamentally change.
Would you switch to Qwen’s unified subscription to save money?
Chimpy (@stochastichimp): Everyone is talking about Qwen3.8.
But I think @Alibaba_Qwen quietly launched something even more important:
One subscription that lets you run multiple frontier models inside Claude Code, Codex, Cursor, OpenCode, Qwen Code, Hermes and OpenClaw.
The new Qwen Token Plan starts
Similar Articles
@VnetLink: Not sure how many people are still paying for AI hegemony... Let me whisper: Cline on VSCode can use free models, the newly released Qwen 3.7 Max offers 20M free tokens daily with full 1M context.
The blogger reminds users that the Cline extension on VSCode can use free models, especially the newly released Qwen 3.7 Max which offers 20M free tokens daily with 1M context length.
@QingQ77: A high-performance API proxy bridging the OpenCode Zen protocol to Anthropic/OpenAI-compatible format, enabling tools like Claude Code and Codex CLI to transparently use domestic models. https://github.com/Kiowx/ope…
opencode-cc is a high-performance Go API proxy that bridges the Anthropic/OpenAI-compatible protocol to the OpenCode Zen protocol, enabling tools such as Claude Code and Codex CLI to transparently use domestic large models including GLM, Kimi, DeepSeek, and Qwen. It supports automatic protocol routing, tool calling, web control panel, and other features.
@zhouluobo: A practical AI toolchain, I think it should cover at least 10 components. 1. Entry: Hermes Agent 2. Code Execution: Claude Code, Codex, Gemini CLI 3. Long-term Memory: Obsidian, QMD, SQLite 4. …
Introduces a complete AI toolchain covering 10 components: entry, code execution, memory, task scheduling, networking, deployment, knowledge base, web operations, multimedia production, and information distribution, with specific tool recommendations for each.
@vista8: The AI coding tool I use most often right now is Codex. But its front-end design taste is awful. I found an OpenCodex project that lets you switch your Codex to non-OpenAI models anytime — like Kimi K3 (OAuth), Grok 4.5 (OAuth), GLM 5.…
Introducing the OpenCodex project, which allows the AI coding tool Codex to switch to non-OpenAI models (such as Kimi K3, Grok 4.5, GLM 5.2, etc.) at any time, improving front-end design flexibility.
@VincentLogic: This open-source project cuts Claude Code's costs by 25%. It doesn't build new models or a new IDE. It just draws a "code map" for the AI coding agent. Traditional approach: the model reads the entire repo → token explosion. Its approach: first parse the code with Tree-si…
An open-source project uses Tree-sitter to parse code into a graph structure and store it in local SQLite, providing a code map for AI coding agents, thereby reducing token consumption and costs. On average, it saves 57% tokens and reduces costs by 25%. Supports tools like Claude Code, Cursor, aider, etc.