Everything below runs on the Model Studio CLI — every command starts with bl. Step one is pointing the CLI at your Token Plan; if you haven't done that yet, the companion piece One Key, One CLI — Manage Your Alibaba Cloud Model Studio Token Plan from Terminal or AI Agent gets you set up in about a minute. This article assumes your plan is live and answers the more interesting question: are you actually getting your money's worth?
Here's the thing most subscribers miss: a Token Plan is not a chat subscription. It's one credit pool that covers every modality on Model Studio — text, image, video, speech. Yet most people treat it like a single model. There's a stack of handy, credit-saving tricks hiding in it.
Your plan comes with a dedicated API key and a dedicated endpoint. Point your CLI at both and you're live:
bl auth login --config token-plan --api-key <your-key> --base-url https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1

bl auth status

Now the trap. Plan keys only talk to the plan endpoint: log in without --base-url and the CLI validates against the standard endpoint, gets a 401, and tells you your key is invalid — when the key was fine all along. So if you see a 401 right after subscribing, check your base URL before you blame the key — just re-run the login command from above, the one with --base-url.
Base URL: in the console, go to Subscription → Token Plan → My Subscriptions and copy it right off the page — one for the OpenAI protocol, one for Anthropic; pick the one your tool uses.
If you run into any other error, you can look it up in the official docs: Docs → Token Plan → Personal Edition → FAQ.
Don't point your Token Plan at a single text model and leave the rest untapped. Your plan already includes the full lineup: a flagship reasoning model for complex tasks, image generation for visuals, video for demos, speech for voiceovers — all billed from the same pool, no extra accounts or keys.
Call on one model and the rest of the lineup sits idle. Let each model do what it's best at — that's how this subscription earns its keep.
bl text chat --message "Introduce yourself in one sentence" --model qwen3.8-max

One model answering questions is the basic use. Chaining several models into a pipeline that delivers finished assets is how you earn the subscription back.
From draft to voiceover, one workflow is enough, one credit pool: draft the launch copy with the flagship model → generate a hero image from the copy → turn that image into a teaser video → add a voiceover. Four models, one key, zero context-switching. Or a typical usage: let an AI coding assistant write code on the plan all day, and when a version ships, use the same key to knock out an illustration for the release notes — work and side-quest, one pool.
The commands are extremely simple, and that simplicity is their biggest advantage:
bl image generate --prompt "Minimalist flat illustration of a friendly robot at a buffet table" --watermark false

Run that image command and the finished illustration lands in your local folder a few seconds later — no extra account, no extra key: it spends credits from this subscription, nothing billed extra.
bl video ref --image hero.png --prompt "slow cinematic zoom"
bl speech synthesize --text "Ship faster with one plan." --out voiceover.mp3
(The hero.png in the command is the image you just saved — a shorthand here.)
A subscription you can't see feels like a subscription you can't control. The CLI hands that control back — usage you can check any time, even before your first coffee:
bl usage summary --days 7
That's your meter. Planning a heavy agent session? Check your headroom first:
bl quota check --model qwen3.8-max
Suddenly the plan behaves like a workstation with gauges, not a black box with a monthly surprise.
Burn expiring free credits first.bl usage free --expiring 3 shows what's about to lapse — spend it or lose it.

Let the data review your month.bl usage stats gives you a 30-day per-model trend, so you can see which habits actually saved.
And if you share the key with an agent, set a guardrail so free tier doesn't silently leak: bl usage freetier --all --on.
One key, one pool, every modality. The plan is the fuel — but how you drive decides the mileage. Use the lineup, chain the models, watch the meter, and the same subscription quietly becomes a much bigger machine.
Ready to drive? Get your Token Plan · New to the CLI? The setup guide is here.
Alibaba's QwenWork Tops Jefferies' Real-World Evaluation of Eight Leading Global AI Agents
1,530 posts | 514 followers
FollowAlibaba Cloud Community - August 4, 2026
Alibaba Cloud Community - August 10, 2026
Alibaba Cloud Community - August 13, 2026
Hosung Kim - July 21, 2026
Alibaba Cloud Community - August 5, 2026
Hosung Kim - August 17, 2026
1,530 posts | 514 followers
Follow
Token Plan
Build more, spend less. One plan, every modality.
Learn More
QwenWork
QwenWork is dedicated to helping employees strengthen their professional competitiveness in the AI era and to enabling enterprises to improve organizational effectiveness.
Learn More
Alibaba Cloud Model Studio
A one-stop generative AI platform to build intelligent applications that understand your business, based on Qwen model series such as Qwen-Max and other popular models
Learn More
Qwen
Full-range, open-source, multimodal, and multi-functional
Learn MoreMore Posts by Alibaba Cloud Community