AI Models · Comparison

GLM-5.3-Flash vs Qwen3.8-Flash-Next: Which Open Model Is Better?

Updated August 30, 2026 · ToolStep Editorial Team

On August 26, 2026, China's two biggest open-model players released their "cheap frontier" entries on the same day: Zhipu's GLM-5.3-Flash (320B total / 18B active, MIT) and Alibaba's Qwen3.8-Flash-Next (125B total / 6B active; Qwen Community License v1.0 per its card). Both promise near-flagship capability at Flash prices with 1M-class contexts. This comparison weighs them on pricing, context, speed, coding, reasoning, multimodal, deployment, and API availability — and is blunt about where the evidence exists and where it doesn't.

Evidence note

Last updated: August 30, 2026. Both vendors published benchmark tables in their official materials: Zhipu covers coding, agentic, reasoning, and vision; Alibaba's card covers coding, agentic, and vision-language (no HLE-style reasoning score surfaced in our audit of the card). Where a vendor published nothing, we say "unverified" rather than guess.

Quick Comparison

DimensionGLM-5.3-FlashQwen3.8-Flash-Next / Flash API
Release dateAugust 26, 2026August 26, 2026
Total / active params320B / ~18B125B / ~6B (+51B N-gram)
Context (delivered API)1M native, 128K output1M default, 131K output (API); 262K native self-hosted
Coding evidence (published)Yes — TB2.1 84.3, DeepSWE 63.4, NL2Repo 56.3Yes — DeepSWE 58.7, SWE-bench Pro 62.5, LiveCodeBench v6 91.9
Reasoning evidenceHLE 55.3Not published
MultimodalVision native; strong charts/docs (CharXiv RQ 89.4)Vision + video; strong video (LVBench 76.6)
API price (in / out / cached, per 1M)$0.15 / $0.50 / $0.03 (50% off until Sept 9)≈$0.11 / ≈$0.38 / ≈$0.014 (¥0.8 / ¥2.7 / ¥0.1)
Open weights / licenseMIT, ~328GB FP8, 4 official enginesPublic weights; Qwen Community License v1.0 (card), transformers/vLLM
Delivery formFull production modelArchitecture preview + hosted production API

Contenders at a Glance

GLM-5.3-Flash is Zhipu's first natively multimodal GLM-5 model — a separately retrained base (not a distillation of GLM-5.3) with hybrid sparse+linear attention, a 1M context, MIT weights, and API pricing at 1/10 of the flagship. Full details in our GLM-5.3-Flash review.

Qwen3.8-Flash-Next is Alibaba's open-weights architecture preview of the Qwen4 lineage — 6B active parameters, a 262K native context, a 51B-parameter N-gram embedding layer, and a claimed training cost of ~1/9 of Qwen3.7-Plus. The hosted sibling Qwen3.8-Flash adds default 1M context and built-in tools. Full details in our Qwen3.8-Flash-Next review.

Pricing Qwen at list, GLM during launch window

This is the closest dimension, and the answer flips on the calendar. Per million tokens, as published (accessed August 30, 2026; Qwen's CNY prices converted at ~7.1 CNY/USD, marked as estimates):

RateGLM-5.3-Flash (list)GLM-5.3-Flash (50% off until Sept 9)Qwen3.8-Flash
Input$0.15$0.075¥0.8 ≈ $0.11
Output$0.50$0.25¥2.7 ≈ $0.38
Cached input$0.03$0.015¥0.1 ≈ $0.014
Cache storageTemporarily free

At list prices, Qwen wins input and output (~27% cheaper input, ~24% cheaper output) and holds a small cached-input edge. During GLM-5.3-Flash's launch discount, GLM wins everything — half its list price beats Qwen on every line. After September 9, the list-price ranking returns. See the cost math in our price & speed comparison and GLM-5.3-Flash pricing page.

Context Tie on API, edge GLM native

Both hosted APIs deliver 1M-token context: GLM-5.3-Flash natively (128K max output), Qwen3.8-Flash by default (991K max input, 131K max output, 5M TPM). Self-hosting differences are real: GLM-5.3-Flash's 1M is the native spec, while Flash-Next's native window is 262K (extendable to 1M per the model card). If you self-host long-context workloads, GLM gives you the full million without extension gymnastics. For long-context comparisons against the wider field, see Best AI Models for Long-Context Work 2026.

Speed Qwen publishes numbers; GLM doesn't

Alibaba publishes a throughput figure for Qwen3.8-Flash: 5M tokens per minute (TPM) on the hosted API. Zhipu published no official tokens-per-second or TPM figure for GLM-5.3-Flash as of August 30, 2026. What we can say without inventing data: at 6B active parameters versus ~18B, Flash-Next's architecture suggests cheaper per-token serving costs when self-hosted (weights + N-gram table and vision components push the real footprint up — measure peak VRAM per Alibaba's own guidance), while GLM-5.3-Flash's 3.01x attention-compute and 4.44x KV-cache reductions versus GLM-5.3 target long-context throughput. Neither is a measured speed comparison; treat speed as unverified on both sides until independent latency tests land.

Coding GLM-5.3-Flash by evidence

Both vendors published coding data — the asymmetry is in breadth, not existence. Zhipu's official table: Terminal-Bench 2.1 84.3, DeepSWE 63.4, NL2Repo-Bench 56.3, plus an internal Z.ai Code Bench evaluation described as "comparable to Claude Opus 4.8" — all vendor-reported. Alibaba's official card: DeepSWE 1.1 58.7, SWE-bench Pro 62.5, SWE-bench Multilingual 81.0, NL2Repo-Bench 48.1, LiveCodeBench v6 91.9 — all vendor-reported. On the suites both publish, GLM-5.3-Flash leads (DeepSWE 63.4 vs 58.7; NL2Repo 56.3 vs 48.1); Qwen publishes additional scores (SWE-bench Pro, LiveCodeBench v6) that have no published GLM equivalent, so the gap could narrow or widen when GLM publishes them. Independent verification of both cards is still pending — re-check before committing.

Reasoning GLM-5.3-Flash by published evidence

Zhipu reports HLE 55.3 for GLM-5.3-Flash (16/185 on its own leaderboard) — below the flagship's 62.5 but a published, comparable figure. No HLE-style reasoning score surfaced in the Qwen card tables we verified during this audit. By evidence available: GLM. Neither claim is independently verified.

Multimodal Split by domain

Both models are natively multimodal. The published results split by domain: GLM-5.3-Flash leads on chart/document/UI understanding (CharXiv RQ 89.4, Chartography 78, MMVU 80.5) but trails badly on BabyVision (53.4, last on its own table); Qwen3.8-Flash-Next is strong on video understanding (LVBench 76.6) and real-world visual QA (RealWorldQA 88.5), with OSWorld 2.0 computer-use results (19.4 binary / 52.3 partial) to consider for agentic desktop work. Note the protocol caveats Alibaba itself flags — mixed scoring conventions make cross-vendor comparisons unreliable. If your workload is screenshots, charts, and documents, GLM has the evidence; if it's video or computer use, Qwen's published results are more relevant.

Deployment & Open-Weight Situation Tie, different trade-offs

Both are genuinely open. GLM-5.3-Flash: MIT license, ~328.3GB FP8 weights on Hugging Face and ModelScope, with four official inference paths (SGLang, vLLM, TokenSpeed, KTransformers). Qwen3.8-Flash-Next: public weights with the model card listing the Qwen Community License v1.0 (Qwen's GitHub repo states Apache-2.0 for the Qwen3.8-27B and 2.4T-A95B releases — verify per model), standard transformers/vLLM deployment with official 4-way TP serving guidance. Practical differences: GLM's 320B FP8 needs serious VRAM but is a drop-in for the same engines; Flash-Next's ~6B active is friendlier per token but the 51B N-gram table and vision components inflate real memory, and as a Qwen4 experimental release (qwen4_exp) it carries preview-grade maturity risk. For the wider open-weight field, see Best Open-Weight AI Models for Coding 2026.

API Availability Tie

Both are available as hosted APIs today: GLM-5.3-Flash as glm-5.3-flash (Chat Completion API, always-on thinking with reasoning_effort low/high/max) and inside the GLM Coding Plan with 3x quota and 50% off-peak point consumption; Qwen3.8-Flash as qwen3.8-flash with built-in tools (code interpreter, web search, image search, web extractor), prefix completion, function calling, context cache, structured output, and batch tasks. GLM's always-on thinking is a pipeline consideration (you cannot disable it); Qwen's thinking mode is optional (max CoT 262K). If you're routing through a gateway, see our Modelflare review for multi-provider setup.

Best Use Cases

Which One Should You Choose?

Final Verdict

On the evidence published by August 30, 2026: GLM-5.3-Flash is the better all-round open model by published results — it leads every coding and reasoning suite both vendors publish, has a native 1M context, MIT weights, and a launch discount that makes it the cheapest capable API until September 9. Qwen3.8-Flash-Next is the better efficiency experiment — half the active parameters, strong video results, cheaper list prices, and additional published coding scores (SWE-bench Pro, LiveCodeBench) with no GLM equivalent yet. The honest framing: both shipped test sheets, but on the overlapping rows GLM leads, and neither sheet is independently verified. Choose GLM for production coding today; keep Qwen on your shortlist and re-test when GLM publishes equivalents to Qwen's extra benchmarks.

Related: GLM-5.3-Flash review · Qwen3.8-Flash-Next review · Price & speed comparison · Tencent Hy4 preview review · Best AI Coding Assistant 2026

FAQ

Which is better: GLM-5.3-Flash or Qwen3.8-Flash-Next?

By published evidence, GLM-5.3-Flash leads on shared coding suites (DeepSWE 63.4 vs 58.7, NL2Repo 56.3 vs 48.1, vendor-reported) plus reasoning (HLE 55.3); by efficiency and list price, Qwen3.8-Flash-Next. Qwen publishes additional coding scores (SWE-bench Pro 62.5, LiveCodeBench v6 91.9) with no GLM equivalent — the head-to-head is incomplete.

Which is cheaper?

At list: Qwen (≈$0.11/$0.38 vs $0.15/$0.50). During GLM's 50% launch discount (until Sept 9): GLM ($0.075/$0.25). GLM cached input $0.03 vs Qwen ≈$0.014.

Do both have 1M context?

Yes on hosted APIs. GLM serves 1M natively; Flash-Next self-hosted is 262K native extendable to 1M, while the Qwen3.8-Flash API serves 1M by default.

Which is better for coding?

GLM-5.3-Flash leads every suite both vendors publish (DeepSWE 63.4 vs 58.7; NL2Repo 56.3 vs 48.1, all vendor-reported). Qwen's card adds SWE-bench Pro 62.5 and LiveCodeBench v6 91.9 with no GLM equivalent published; independent verification of both is pending.

Are both open source?

GLM-5.3-Flash is MIT-licensed. Qwen3.8-Flash-Next's model card lists the Qwen Community License v1.0; the Qwen3.8 repo states Apache-2.0 for the 27B and 2.4T-A95B releases — verify per model.

Sources (accessed August 30, 2026): Zhipu official docs (docs.bigmodel.cn, GLM-5.3-Flash page), z.ai/subscribe, ModelScope card (ZhipuAI/GLM-5.3-Flash), Alibaba Qwen official model card for Qwen3.8-Flash-Next (ModelScope), Qwen platform pages (qianwenai.com), QwenLM/Qwen3.8 GitHub, OpenRouter listings (platform pricing). All benchmarks vendor-reported and reproduced as published; CNY→USD conversions are estimates at ~7.1 CNY/USD. ToolStep claims no laboratory test results. See our editorial policy.