
























We're incredibly excited to announce the direct integration with Z.ai, bringing the full GLM model family to Puter and our community of over 80,000 developers. With higher rate limits and first-party support, developers can now use Puter to build advanced AI applications with Z.ai's latest models, including GLM-5.1, GLM-5, and GLM-4.7, straight from the browser, with no API keys, no accounts, and no server-side setup.
Z.ai is one of the world's leading AI labs best known for its GLM (General Language Model) series: a family of foundation models that consistently rank among the strongest performers globally, especially within the open-weight ecosystem. Its most recent release, GLM-5.1, scored 58.4 on SWE-Bench Pro, surpassing GPT-5.4 (57.7) and Claude Opus 4.6 (57.3), and reached 95.3 on AIME 2026.
Beyond language, Z.ai has built a broad AI stack spanning vision, image generation, speech, and code, with products like GLM-Image, GLM-TTS, and the CodeGeeX programming assistant.
Given Z.ai's deep commitment to open-weight research and its rapid pace of frontier releases, this integration gives Puter developers a first-class path to the GLM lineup, at the lowest possible friction.
Through this integration, developers get direct access to Z.ai's full lineup, including:
All of these models are ready to use right now through Puter.js. Add one script tag to your HTML:
<script src="https://js.puter.com/v2/"></script>
Or install via npm:
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
Then call any Z.ai model with just a few lines of code:
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
// Chat with GLM-5.1
puter.ai.chat(`Hello, how are you?`, {
model: 'z-ai/glm-5.1',
}).then(puter.print);
</script>
</body>
</html>
That's it. No API keys, no accounts, no infrastructure. Start building with Z.ai's GLM models immediately.
This integration marks an exciting step forward for both Puter and the broader AI developer community. By bringing Z.ai's powerful GLM models directly into Puter, we're making frontier AI more accessible than ever; no barriers, no setup, just code and create.
We'd like to extend a sincere thank you to the Z.ai team for their collaboration and support in making this integration possible. Their commitment to open-weight research and willingness to work closely with us has been instrumental in bringing this to life. We're proud to partner with a team that shares our vision of making AI accessible to every developer.
This is just the beginning; stay tuned for more updates as we continue to expand what's possible with Puter and Z.ai.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。