Back to articles
GLM-5.1: The 754B Open Model That Writes Animated SVG

GLM-5.1: The 754B Open Model That Writes Animated SVG

via Dev.toAamer Mihaysi

GLM-5.1: The 754B Open Model That Writes Animated SVG GLM-5.1 just landed from Z.ai - a 754B parameter, 1.51TB, MIT-licensed model available on Hugging Face and via OpenRouter. Same size as their GLM-5 release, but with a twist: it generates animated SVG with CSS. Simon Willison ran his pelican test. Most models produce static graphics. GLM-5.1 generated a full HTML page with CSS animations - the pelican's beak wobbles, wheels spin. When the animation broke positioning, the model diagnosed the problem: "The issue is that CSS transform animations on SVG elements override the SVG transform attribute used for positioning, causing the pelican to lose its placement. The fix is to separate positioning from animation and use for SVG rotations." And then it fixed it . This matters because most open-weight releases chase benchmarks. GLM-5.1 shows competence in a different domain: understanding that graphics exist in a rendering context, not just as static output. The pelican test proxies whethe

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles