Blog

Z.AI GLM 4.7 Is Now Available in Puter.js

On this page

Puter.js now supports GLM-4.7, the latest flagship model from Z.AI.

What is GLM 4.7?

GLM-4.7 is Z.AI's latest flagship model, featuring upgrades in two key areas: enhanced programming capabilities and more stable multi-step reasoning/execution. It demonstrates significant improvements in executing complex agent tasks while delivering more natural conversational experiences and superior front-end aesthetics.

Examples

Basic Chat

puter.ai.chat("Explain the concept of recursion in programming", {
    model: "z-ai/glm-4.7"
})

Multi-Step Reasoning

puter.ai.chat(`I want to build a todo app. Walk me through the steps:
1. What components do I need?
2. How should I structure the state?
3. What functions should I implement?`,
    { model: "z-ai/glm-4.7", stream: true }
)

Code Generation

puter.ai.chat(`Create a React component for a responsive navigation bar with:
- A logo on the left
- Menu items in the center
- A hamburger menu for mobile`,
    { model: "z-ai/glm-4.7" }
)

Get Started Now

Just add one script tag to your HTML:

<script src="https://js.puter.com/v2/"></script>

No API keys or account needed. Start building with GLM 4.7 immediately.

Learn more:

Free, Serverless AI and Cloud

Start creating powerful web applications with Puter.js in seconds!

Get Started Now

Read the Docs Try the Playground