AUGUST 2026 UPDATE

Qwen3 API Pricing: Complete Guide

Every Qwen3 model price compared, plus free tier options and cost-saving strategies.

👉 Looking for cloud servers? Alibaba Cloud Up to 90% Off | Tencent Cloud Hot Deals | All Deals

Qwen3 Model Pricing Overview

Alibaba Cloud offers a range of Qwen3 models through DashScope/Model Studio. Prices below are per 1 million tokens, in USD for international access and CNY for China mainland.

ModelInput (per M tokens)Output (per M tokens)ContextFree Tier
Qwen Code CLIFREEFREE262K1,000-2,000 calls/day
Qwen3.8-Max (flagship)~$1.65 (¥12)~$4.95 (¥36)128K70M tokens (new users)
Qwen3.7-Max~$0.83 (¥6)*~$2.48 (¥18)*128K70M tokens (new users)
Qwen3-Plus~$0.55 (¥4)~$1.65 (¥12)128KFree quota available
Qwen3.7-Flash (0-32K ctx)$0.03 (¥0.225)$0.13 (¥0.974)256KFree quota available
Qwen3.7-Flash (32-256K ctx)$0.10-$0.21$0.41-$0.83256KFree quota available
Qwen3-Coder-Plus~$0.83 (¥6)~$2.48 (¥18)262KVia Qwen Code free
Qwen3-Coder 480B (Vertex AI)$0.22$1.80262KVia Qwen Code free
Qwen3.5-Omni (multimodal)~$0.25 (¥1.8)~$2.17 (¥15.8)128K1M tokens free

* Qwen3.7-Max prices shown are after the 50% limited-time discount (standard: ¥12/¥36). USD conversions approximate at 7.25 CNY/USD.

Best Value: Qwen3.7-Flash at $0.03/M input tokens is one of the cheapest production-grade LLMs available globally. For coding, Qwen Code CLI is completely free for up to 2,000 calls per day.

Free Tier Breakdown

Option 1: Qwen Code CLI (Always Free)

npx @qwen-code/qwen-code@latest

Option 2: New User Tokens

Option 3: OpenRouter Free Models

API Quick Start

from openai import OpenAI

# International endpoint
client = OpenAI(
    api_key="your-dashscope-key",
    base_url="https://dashscope-intl.aliyuncs.com/compatible-mode/v1"
)

response = client.chat.completions.create(
    model="qwen3.7-max",
    messages=[{"role": "user", "content": "Explain async/await in Python"}]
)
print(response.choices[0].message.content)

Cost Comparison with Competitors

ModelInput/M tokensOutput/M tokensFree Tier
Qwen3.7-Flash$0.03$0.13Yes (70M tokens)
DeepSeek V3$0.14$0.56No
GPT-4o Mini$0.15$0.60Limited
Claude Haiku$0.80$4.00No
Gemini Flash$0.075$0.30Limited
Qwen Code (CLI)FREEFREE1,000-2,000 calls/day

Money-Saving Tips

  1. Use Flash models for simple tasks: Qwen3.7-Flash is 90% cheaper than Max and sufficient for classification, summarization, and simple chatbots.
  2. Maximize free tier first: 70M tokens can handle approximately 70,000-100,000 typical API requests before needing to pay.
  3. Use Qwen Code for development: 2,000 free coding calls per day replaces $10-20/month Copilot subscriptions.
  4. Context caching discount: Qwen3.7-Flash offers reduced pricing for cached tokens (¥0.225/M vs ¥0.749/M for 32K context).
  5. Coding Plan Lite: Heavy coders can get unlimited Qwen3-Coder for 7.9 CNY (~$1.10) first month.
  6. Qoder paid plans from $20/month: for AI agent deployments, Qoder Pro bundles 2,000 Credits with concurrent agents.

Start Building for Free

Claim your 70M+ free tokens and $200 cloud credits today.

Get $200 Free Credits →

No credit card required · 180-day AI token validity

→ Full Qwen Code setup guide · Free cloud hosting comparison