Skip to content

Model Studio cheatsheet

Lookup only. Learn on the map and tutorial. Concepts in the glossary.

Last verified: 2026-08-19. Trust the official page you have open for IDs, prices, and hosts.

Which path

JobUseOfficial page
Call models from your servicePAYG API, OpenAI-compatibleFirst API call
Monthly quota inside coding toolsToken Plan (recommended for new buys) or Coding PlanToken Plan, Coding Plan
No-code Q&A / agentConsole app, prefer Agent 2.0Agent 2.0
Local agent, multimodal toolsCLI blInstall
Chat onlyQwen (#83)Not Model Studio
Alibaba coding IDEQoder CN / Lingma (#84)Attach page

Regions

China-site intro (2026-08-19): China (Beijing), US (Virginia), Singapore, Germany (Frankfurt), Japan (Tokyo).

FactSource
Keys, endpoints, models, features, prices are per regionIntro
China-site new-user quota is Beijing onlyFree quota
International intro puts free quota in SingaporeWhat is Model Studio
Token Plan is Beijing onlyToken Plan
International sidebar also lists China (Hong Kong)International intro; absent from the China-site intro. Use the site you are on

You cannot turn the service off after activation. Stop calls by deleting keys. FAQ

API keys

ItemOfficial value
Env varDASHSCOPE_API_KEY
PAYG after the security upgradesk-ws…, shown once
PAYG from before the upgradesk-…, still valid
Coding Plan / Token Plan dedicatedsk-sp-
Beijing / Singapore / Tokyo / Frankfurt50 keys per primary account per region
US (Virginia)20 per owning account; no disable/reset
ExpiryNone; delete to revoke
RAM user deletedThat user's keys die

Source: Get an API key.

Base URL

Replace {WorkspaceId} with the workspace ID from the console.

RegionOpenAI-compatible (model list / first call)Anthropic-compatible (model list)
China (Beijing)https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/apps/anthropic
Singaporehttps://{WorkspaceId}.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1https://{WorkspaceId}.ap-southeast-1.maas.aliyuncs.com/apps/anthropic
Japan (Tokyo)https://{WorkspaceId}.ap-northeast-1.maas.aliyuncs.com/compatible-mode/v1https://{WorkspaceId}.ap-northeast-1.maas.aliyuncs.com/apps/anthropic
Germany (Frankfurt)https://{WorkspaceId}.eu-central-1.maas.aliyuncs.com/compatible-mode/v1https://{WorkspaceId}.eu-central-1.maas.aliyuncs.com/apps/anthropic
US (Virginia)https://dashscope-us.aliyuncs.com/compatible-mode/v1 (model list)https://dashscope-us.aliyuncs.com/apps/anthropic

DashScope native hosts use /api/v1 on the same model-list page.

Official pages disagree — this table picks a winner:

  • The intro sample still shows {WorkspaceId}.us-east-1.maas.aliyuncs.com for Virginia. The US row follows the model list.
  • Coding Plan still lists PAYG OpenAI as https://dashscope.aliyuncs.com/compatible-mode/v1. New code follows first call / model list.

Coding Plan dedicated:

  • OpenAI: https://coding.dashscope.aliyuncs.com/v1
  • Anthropic: https://coding.dashscope.aliyuncs.com/apps/anthropic

Token Plan dedicated hosts come from the Token Plan console. Do not reuse the Coding Plan row.

How to look up models

Do not maintain a full catalog here.

Intro tiers: Max = strongest; Plus = default recommendation; Flash = low latency. The 2026-08 intro names qwen3.8-max. The first-call sample uses qwen-plus.

FAQ: qwen-plus-latest is Qwen3, not an alias of Qwen3.5 / Qwen3.7. Those are sibling series.

Plan comparison (numbers move; checkout wins)

From Token Plan and Coding Plan as opened 2026-08-19:

Token Plan PersonalToken Plan TeamCoding Plan Pro
MeterCredits, 7-day windowCredits / seat / monthRequest counts (5-hour / week / month caps; first hit wins)
List price on that dayLite CNY 39/mo promo (60); Standard 139 (180); Pro 499 (600)Standard seat 150 promo (198); Pro 550 (698); Max 1,398CNY 200/mo; the page has mentioned a 39.90 first month — checkout wins
RegionBeijing onlyBeijing onlySee that page
Training dataPersonal is used to improve the service (intro "Important")Team: no training-use commitmentInputs and outputs are used to improve the service
RefundsThat page / the agreementThat page / the agreementOfficial: no refunds
StatusOfficial recommendation for new buysMulti-seatLite: no new buys after 2026-03-20, no renewals after 2026-04-13; Pro is limited stock

Coding Plan Pro caps on that page: 6,000 / 5 hours, 45,000 / week, 90,000 / month. Simple tasks ~5–10 requests; hard ones ~10–30+.

PAYG realtime offset order: new-user quota > resource pack > savings plan > account balance. Free quota, Billing

Batch is 50% of realtime and cannot use free quota / savings / packs.

Wanxiang membership does not offset Model Studio API. FAQ

Model Studio CLI

ItemOfficial value
npm packagebailian-cli
Commandsbl, bailian
Node≥ 22.12.0
Installnpm install -g bailian-cli (not pnpm / yarn for this package)
Loginbl auth login --console
Smoke testbl text chat --message "ping" --non-interactive --output json
Region flag--region cn|us|intl, default cn

Not aliyun bailian.

Glossary index

One line each; definitions on the glossary page.

TermHook
Model StudioPlatform, not a chat window
QwenModel family and another product
Lingma / Qoder CNIDE
DashScopeLegacy API brand; the env var remains
WorkspaceIsolation for ACL and bills
Three protocolsOpenAI / Anthropic / DashScope
Token Plan vs Coding PlanTwo subscriptions that cannot migrate
Agent 1.0 vs 2.0No upgrade path
Two CLIsblaliyun bailian

Sources

Last systematic pass: 2026-08-19.

S: official source of truth

SourceUse
What is Model Studio (ZH)Definition, regions, billing boundary
What is Model Studio (EN)International nav and regions
ModelsIDs, regions, three base URLs
First API callActivation, samples
Get an API keyKey format, caps, env var
Billing itemsInference / train / deploy
PricingUnit prices
Free quota90 days, stop switch
Token PlanCredits plans
Coding PlanRequest plans, dedicated URL
ClientsThird-party tools
CLI installbailian-cli
FAQActivate / cannot disable / vs Qwen

A: official but marketing or slow

SourceUse
China product pagePositioning; numbers lose to the help center
ConsoleReal activation and quota
CLI landingCLI capabilities
PrivacyCross-check plan data-use text
Service agreement§5.2 (named by Coding Plan)

B: verify

Community posts. IDs and hosts rot fast. Commands come from S only.

Built for frontend engineers · Powered by VitePress