Announcing Our Partnership with Z.ai
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.
About Z.ai
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.
Models Available in Puter
Through this integration, developers get direct access to Z.ai's full lineup, including:
- GLM-5.1: Frontier reasoning model tuned for long-horizon agentic workflows and software engineering
- GLM-5: 744B-parameter MoE flagship (40B active), approaching Claude Opus 4.5-level coding capability
- GLM-5 Turbo: Speed-optimized variant for high-throughput agent pipelines
- GLM-4.7: Coding-focused model with a 200K context window and 128K max output
- GLM-4.7 Flash: Free tier optimized for low-latency responses
- AutoGLM Phone: Vision-language agent for autonomous smartphone control
Get Started
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.
Looking Ahead
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.
Related
Free, Serverless AI and Cloud
Start creating powerful web applications with Puter.js in seconds!
Get Started Now