On August 14, 2026, a rare "four releases in one day" hit the AI model world: Google launched the coding- and agents-focused Gemini 3.7 Flash, Zhipu released GLM-5.3 on a post-training scaling path, MiniMax open-sourced the music model MiniMax-Music3, and Xiaohongshu's dots lab open-sourced the multimodal MoE dots3-note preview. Behind the four headlines runs one thread: coding and agent capability has become every vendor's main battlefield, and the open-source side is shifting from "chasing parameters" to "competing on post-training, on security, on multimodal." This roundup covers all four at once, with takeaways and cold water for each. A deep dive on GLM-5.3 is in our GLM-5.3 open-source analysis; the tool selection for the security angle is in the AI code security audit comparison.
Boundary first: the facts here are compiled from the four vendors' release information today (sources: IT Home, Zhipu official, Synced/Jiqizhixin, as of 2026-08-14), not an independent benchmark; specs and pricing are per each official channel. MiniMax-Music3 complements without repeating our earlier AI music 2026 hotspot: that one covers the music landscape, this one only reports the Music3 news.
1. The Roundup at a Glance: Who Released What
| Company | Model | Type | Core highlight | Open-source |
|---|---|---|---|---|
| Gemini 3.7 Flash | Coding/agents flagship | Big gains in coding + agents; intro half-price to end of 2026 ($0.75/M input, $3.75/M output) | No | |
| Zhipu | GLM-5.3 | Coding + security | Post-training scaling lifts intelligence ceiling; #1 open-source coding; emergent cybersecurity, 2436 vulns found with partners | Yes |
| MiniMax | MiniMax-Music3 | Music generation | Lyrics to up to 5-min songs; 8B + 0.6B hierarchical; 32kHz stereo WAV | Yes |
| Xiaohongshu | dots3-note preview | Multimodal MoE | 280B total / 16B active; 512K context; text + vision + voice | Yes |
Three of the four are open-source and three relate to coding or agents. That's no coincidence - it's a direct projection of where competition is focused: closed-source fights on coding price-performance, open-source fights on post-training and multimodal.
2. Gemini 3.7 Flash: Coding and Agents, Half-Price Intro
Google aimed the Flash main tier squarely at coding and agent scenarios, with reported large improvements in software engineering, knowledge work, and web development. The practical upshot for developers: in coding tools like Cursor, Cline, and Claude Code, the Flash tier moves from "cheap and adequate sidekick" toward "main-workload-capable."
Pricing is the sharper cut. From now through end of 2026, the intro price is half of 3.6 Flash's original: $0.75 per million input tokens, $3.75 per million output tokens. Against domestic players like DeepSeek-V4-Pro (output ¥6/M, roughly $0.85), this isn't crushing - but combined with the Gemini ecosystem (Gemini Spark already integrates the model and optimizes Workspace tool use) and its multimodal foundation, the pull for overseas developers is real. Cold water: the intro price has a time limit (end of 2026), so don't build long-term cost plans on it; access from China still requires a VPN.
3. GLM-5.3: Base Unchanged, Post-Training Scaling, and It Finds Bugs
Zhipu's move is a different route: base model unchanged, post-training scaling lifts the intelligence ceiling. In plain terms: keep the parameter scale fixed, pour compute and data into the post-training phase (reinforcement learning, etc.), and "teach" the same brain to be smarter. Zhipu says GLM-5.3 is now the strongest open-source coding model, ranking #1 open-source on Terminal Bench 3.0 and several other benchmarks.
The more striking part is the emergent security capability: GLM-5.3 performs notably on code review and vulnerability discovery, and Zhipu has worked with security teams to find 2436 vulnerabilities in aggregate, launching the "Open Shield" (开源的盾) program. For the first time, an open-source model turns "security" from passive defense (alignment, abuse prevention) into an active weapon (helping you find bugs). A deep breakdown is in our GLM-5.3 open-source analysis; the hands-on of using an LLM to scan a codebase is in the security audit SOP.
4. MiniMax-Music3 and dots3-note: Two Signals from the Open-Source Side
MiniMax-Music3 is another structural step for open-source music models. The hierarchical architecture is the technical highlight: an 8B global model handles long-range semantics and structure (a song's theme, section progression), while a 0.6B local model recovers fine-grained acoustics (timbre, articulation). It supports lyrics-to-song up to 5 minutes, outputs 32kHz stereo WAV, and maintains theme, rhythm, voice identity, and arrangement progression across intro, verse, chorus. It's fresh evidence for our AI music 2026 hotspot thesis that "open-source is coming for the table."
dots3-note preview is the first open-source release from Xiaohongshu's dots lab in the dots3 series: a 280B-total / 16B-active MoE with 512K context, multimodal understanding across text, vision, and voice, optimized for complex reasoning, agents, and multimodal perception - reportedly rivaling models several times its size on benchmarks. Two things to watch: first, 16B active means inference cost is compressed to a "mid-size model" tier, and long context + multimodal + low active cost is a handy combo for agent scenarios; second, a content platform (Xiaohongshu) open-sourcing a foundation-tier model shows that data-advantaged players want into the game. Note it's a preview - maturity and documentation are per the official repo; validate at small scale before production use.
5. Cold Water: Why the Same Day, and How to Read It
Four-on-a-day is resonance, not conspiracy. First, coding/agents is the only common denominator: Gemini 3.7 Flash prices for coding, GLM-5.3 tops coding, dots3-note optimizes for agents - coding agents are the most certain, highest-willingness-to-pay landing scenario, and every vendor is crowding in. Second, the open-source playbook has changed: GLM-5.3 proves "unchanged base + post-training scaling" can also lift the intelligence ceiling, while MiniMax-Music3 and dots3-note push open-source into verticals like music and multimodal - open-source no longer just chases "match GPT," it stakes out ecological niches. Third, security is a new selling point: 2436 vulnerabilities show that emergent capability has spilled into security, and more vendors will likely follow.
Selection cheat sheet: overseas developers wanting coding price-performance, try Gemini 3.7 Flash's intro price; Chinese developers wanting the strongest open-source coding + security audit, look at GLM-5.3; for local music generation, MiniMax-Music3; for a long-context multimodal agent base, wait for dots3-note's stable release. Four coexisting lines - pick the scenario before the model.
FAQ
Q1: What is Gemini 3.7 Flash's intro price, and how long does it last? A1: Through end of 2026, $0.75 per million input tokens and $3.75 per million output tokens, half of 3.6 Flash's original price. Pricing after end-2026 is per Google's official announcement; don't build long-term cost plans on the intro price.
Q2: GLM-5.3 says the "base is unchanged" - so where is it stronger? A2: Stronger in post-training scaling: the base (pretrained model) is unchanged, but compute and data in the post-training phase are scaled up, lifting the intelligence ceiling substantially. The result is coding at #1 open-source (Terminal Bench 3.0 and other benchmarks), plus emergent cybersecurity capability in code review and vulnerability discovery.
Q3: What does MiniMax-Music3's 8B + 0.6B hierarchical architecture mean? A3: An 8B global model handles long-range semantics and structure (a song's theme, section progression), while a 0.6B local model recovers fine-grained acoustics (timbre, articulation). The two-tier split makes "up to 5-minute, structurally complete, voice-identity-stable" song generation possible, outputting 32kHz stereo WAV.
Q4: What does dots3-note preview's 280B / 16B mean? A4: An MoE (mixture-of-experts) architecture: 280B total parameters but only ~16B activated per inference. It rivals larger-parameter models while keeping inference cost near a mid-size model, plus 512K context and text + vision + voice multimodal - suited for complex reasoning, agents, and multimodal perception. Note it's a preview; validate before production.
Q5: Four releases on the same day - how do I decide quickly? A5: Cut by scenario: for coding + agents in the overseas ecosystem, try Gemini 3.7 Flash (intro half-price through end of 2026); for strongest open-source coding + code security audit, GLM-5.3; for local music generation, MiniMax-Music3; for a long-context multimodal agent base, wait for dots3-note's stable release. Pick the scenario before the model - don't buy on parameter sheets.
References
- IT Home: Google launches Gemini 3.7 Flash (coding/agents, intro price, Gemini Spark integration), 2026-08-14
- Zhipu official: GLM-5.3 release (post-training scaling, Terminal Bench 3.0 #1 open-source, 2436 vulnerabilities, "Open Shield" program), 2026-08-14
- IT Home: MiniMax open-sources MiniMax-Music3 (hierarchical architecture, 5-min songs, 32kHz stereo), 2026-08-14
- Synced/Jiqizhixin: Xiaohongshu dots lab open-sources dots3-note preview (280B/16B MoE, 512K context, multimodal), 2026-08-14
- Related on this site: GLM-5.3 open-source analysis | AI code security audit comparison | LLM codebase security audit SOP | AI music 2026 hotspot | DeepSeek-V4-Pro-0813 hotspot