Breaking News

Alibaba Cloud Makes Qwen Free: 2000 Daily AI Coding Calls + 70M Tokens

Updated August 22, 2026
ALL QWEN MODELS NOW FREE
From flagship Qwen3.8-Max to Qwen3-Flash, not a limited trial
Plus: 70M tokens, 100 AI images, 50s video, 200 CNY voucher
Start Free Now
👉 Looking for cloud servers? Alibaba Cloud Up to 90% Off | Tencent Cloud Hot Deals | All Deals

What Just Happened?

In August 2026, Alibaba Cloud announced that its entire Qwen model family is now available for free. This includes the flagship Qwen3.8-Max, code models, and multimodal models. Combined with the new-user package of 70 million free AI tokens, Alibaba Cloud Model Studio (Bailian) is now one of the most generous free AI platforms available.

Qwen Code: 2000 Free Daily AI Coding Runs

Qwen Code is a terminal-based AI coding agent built on Qwen3-Coder models, competing with Google Gemini CLI, Claude Code, and Codex CLI.

FeatureQwen Code Free Tier
Daily runs (mainland China)2,000
Daily runs (international)1,000
Token limitsNone
Rate limit60 calls/minute
InstallationSingle npm command

Install Qwen Code

Requirements: Node.js 20+.

npx @qwen-code/qwen-code@latest

Authenticate with your Alibaba Cloud account. China users get free tier automatically; international users via OpenRouter.

Capabilities

Free API Access via Model Studio

BenefitAmount
Free AI tokens70 million
AI image generations100
AI video generation50 seconds
No-threshold voucher200 CNY (~$28)
Validity180 days
Credit card requiredNo

Available Free Models

ModelBest For
Qwen3.8-MaxFlagship reasoning
Qwen3.7-MaxAgent workflows, 1M context
Qwen3-PlusBalanced performance
Qwen3-FlashHigh-speed tasks
Qwen3-Coder-PlusCode generation
DeepSeek V3/V4-ProAlso available on platform

First API Call (Python)

from openai import OpenAI
client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://dashscope.aliyuncs.com/compatible-mode/v1"
)
response = client.chat.completions.create(
    model="qwen3.7-max",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

OpenAI-compatible API for easy migration.

Qwen Code vs Competitors

ToolFree Daily CallsToken Limit
Qwen Code2,000/1,000None
Gemini CLI1,000Yes
Copilot CLIPaid onlyN/A
Claude CodePaid onlyN/A

Coding Plan Lite: 7.9 CNY First Month

For power users, Coding Plan Lite offers unlimited Qwen3-Coder calls at just 7.9 CNY (~$1.10) first month.

How to Get Started

  1. Sign up at Alibaba Cloud International
  2. Verify with phone number (no credit card needed)
  3. Claim 70M tokens automatically
  4. Install Qwen Code: npx @qwen-code/qwen-code@latest
  5. Build with the OpenAI-compatible API
Start Building with Free AI Today
Claim Your Free Access

FAQ

Is Qwen Code really free with no token limits?

Yes. 2,000 daily runs in China, 1,000 internationally, no token consumption, 60 calls/min cap.

Can I use the free API commercially?

Yes, within Alibaba Cloud terms. 180-day free quota for new Model Studio users.

Do I need a credit card?

No. Phone verification only for free tier.

Disclaimer: Maintained by Lieke Cloud, authorized Alibaba Cloud channel partner. Terms may change. Verified August 2026.

Contact: lieke-promo@coze.email