DEV Community

tunan666
tunan666

Posted on

GLM-5.3 Flash (Ox Alpha) Is Open Source: The $0.075/M Token Model That Hit #1 on OpenRouter in 6 Days — Full Price War Map

GLM-5.3 Flash (Ox Alpha) Is Open Source: The $0.075/M Token Model That Hit #1 on OpenRouter in 6 Days — Full Price War Map

An anonymous model appeared on OpenRouter, topped weekly usage at 11.6 trillion tokens, and turned out to be Z.ai's newest open-weight beast. Here's what it is, how it compares, and how to access it through TunanAPI.


The Story: From Ghost to #1

On August 20, 2026, a model called ox-alpha (slug: stealth/ox-alpha) appeared on OpenRouter. No developer credited. No blog post. No announcement. Just a free, 1M-context, multimodal model that anyone could use.

Within 72 hours, it had processed 11.6 trillion tokens, tying DeepSeek V4 Flash 0731 for the #1 spot on OpenRouter's weekly usage chart. By August 26, Bloomberg confirmed what the community had already figured out: it was Z.ai's GLM-5.3-Flash.

The most remarkable part? All that traffic — 44 trillion tokens across 13 million+ sessions — was served entirely on Chinese AI chips, not NVIDIA hardware.

And on day one, Z.ai released the weights under MIT License on Hugging Face.


What Actually Is GLM-5.3 Flash?

It's not a distilled version of GLM-5.3. It's a newly trained base model from scratch:

Spec GLM-5.3-Flash
Architecture 320B Total / 18B Active — MoE
Context Window 1,048,576 tokens (1M)
Max Output 128K tokens
Modalities Text + Image (native multimodal)
Attention Hybrid Sparse + Linear (first-of-its-kind open-source frontier model)
Training Data 30 trillion tokens multimodal corpus
License MIT — open weights, free for commercial use
Hardware Served on Chinese AI chips (SGLang-based custom inference engine)

Key innovation: The hybrid attention architecture reduces attention compute by 3.01x and KV cache by 4.44x compared to GLM-5.3, making it viable at Flash pricing despite the 1M context.


Benchmark Reality Check

Z.ai's own benchmarks (independent verification still pending):

Benchmark GLM-5.3-Flash Claude Opus 4.8 Verdict
Terminal-Bench 2.1 84.3 85.0 Close
DeepSWE v1.1 63.4 58.0 ✅ Wins
Code Bench v1.0 (Claude Code) 29.0 29.5 Near parity
Artificial Analysis Intel Index 57 Frontier class at flash cost

Z.ai's own framing: "approaching Claude Opus 4.8 on coding and agentic benchmarks."

Independent testing on KingBench scored it 63/80 (78.75%) — just below Opus 4.8 (80%) and above Opus 5 (77.5%), Kimi K3 (77.5%), and DeepSeek V4 Pro (76.25%).


The Price: Where It Gets Interesting

Z.ai Official API Pricing

Metric List Price Promo Price (until Sep 9)
Input $0.15/M tokens $0.075/M
Output $0.50/M tokens $0.25/M
Cached Input $0.03/M $0.015/M

Compare to the Western Frontier

Model Input $/M Output $/M Cost Ratio
GLM-5.3-Flash (promo) $0.075 $0.25 1x
GLM-5.3-Flash (list) $0.15 $0.50 ~2x
GPT-5.6 Luna $0.15 $0.60 ~2x
GPT-5.6 Terra $2.50 $15.00 ~33x
GPT-5.6 Sol $4.00 $20.00 ~53x
Claude Sonnet 5 $2.00 $10.00 ~27x
Claude Opus 5 $5.00 $25.00 ~67x

GLM-5.3-Flash is 27x-67x cheaper than Sonnet 5 and Opus 5 on input, and 10x-100x cheaper on output.

Even at full list price ($0.15/$0.50), it's still 13x cheaper than Sonnet 5 and 33x cheaper than Opus 5.


Why This Matters for AI Developers

1. The First Open-Weight Frontier Competitor with Native Vision

Unlike GLM-5.3 (744B, weights still not released), GLM-5.3-Flash shipped its MIT-licensed weights on day one. You can:

  • Use it via API (Z.ai or third-party gateways)
  • Self-host it on your own infrastructure
  • Fine-tune it for your specific use case
  • Modify and redistribute under MIT terms

2. Chinese AI Chips Proved They Can Serve Production Traffic

Z.ai confirmed that the entire Ox Alpha preview ran on Chinese AI accelerators, serving 44 trillion tokens across 500K+ unique users. This is a meaningful milestone for the global AI infrastructure landscape.

3. The Price War Is Entering a New Phase

With GLM-5.3-Flash at $0.15/$0.50, Anthropic making Sonnet 5's $2/$10 permanent, and OpenAI Sol dropping to $4/$20 through November, the market is fragmenting into clear tiers:

Tier Price Range Examples
Budget/Open $0.05-$0.50/M GLM-5.3-Flash, DeepSeek V4 Flash, GPT-5.6 Luna
Mid-Range $0.50-$3.00/M Gemini 3.7 Flash, Claude Sonnet 5
Frontier $3.00-$25.00/M GPT-5.6 Sol, Claude Opus 5

The big shift: open-weight models like GLM-5.3-Flash are now competitive with mid-range closed models on quality, while being 10x-100x cheaper.


How to Access GLM-5.3-Flash via TunanAPI

TunanAPI has already added GLM-5.3-Flash to its model lineup. Access it with the same OpenAI-compatible API — just change your base_url:

from openai import OpenAI

client = OpenAI(
    base_url="https://api.tunanapi.com/v1",
    api_key="your-tunanapi-key"
)

response = client.chat.completions.create(
    model="glm-5.3-flash",
    messages=[
        {"role": "user", "content": "Write a Python script to analyze this CSV dataset"}
    ],
    max_tokens=4096
)

print(response.choices[0].message.content)
Enter fullscreen mode Exit fullscreen mode

Available Models on TunanAPI

Model Input $/M Output $/M Best For
GLM-4-Flash $0.05 $0.05 Free-tier, simple tasks
Qwen3.5-Flash $0.35 $1.39 Ultra-cheap production
DeepSeek V4 Flash $0.70 $1.40 Fast, affordable tasks
GLM-5.3-Flash $0.15 $0.50 Coding, agentic, multimodal
DeepSeek V4 Pro $2.18 $4.35 Complex reasoning
Qwen3.7-Max $2.08 $6.25 General purpose, 1M context
MiniMax M3 $1.20 $4.80 Coding & reasoning

Why use TunanAPI?

  • Single OpenAI-compatible endpoint — one API key, no juggling multiple provider SDKs
  • Hong Kong hosted — low latency from APAC, no firewall issues
  • No data stored — privacy-first, no prompt logging
  • Multi-model fallback — switch between models without changing code

Bottom Line

GLM-5.3-Flash is the most consequential open-weight release of late 2026:

  1. A 320B MoE model with MIT license — commercial use, modification, redistribution all allowed
  2. Near-frontier coding/agentic performance — within a few points of Claude Opus 4.8
  3. 1M native multimodal context — first-of-its-kind in open-weight frontier models
  4. 27x-67x cheaper than Western equivalents — even at list price
  5. Proven at scale on Chinese AI chips — 44 trillion tokens, 500K+ users

The promo pricing ($0.075/$0.25) runs until September 9, 2026. After that, list price ($0.15/$0.50) still makes it the best value in town for coding and agentic workloads.

Try it on TunanAPI: https://tunanapi.com


Pricing sourced from Z.ai official API docs, OpenAI pricing page, Anthropic pricing page. Benchmark data from Z.ai official release and independent community testing. All pricing as of September 1, 2026.

Top comments (0)