惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
博客园_首页
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
B
Blog
D
DataBreaches.Net
腾讯CDC
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
月光博客
月光博客
V
V2EX
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
The Cloudflare Blog
博客园 - 叶小钗
Y
Y Combinator Blog

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Announcing Our Partnership with Z.ai
ent101 · 2026-05-15 · via Hacker News - Newest: "AI"

On this page

Z.ai's Direct Integration with Puter.js

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

See the full model list →

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.