AI Engineer Guide

z.ai GLM Coding Plan Black Friday Offer 2025

z.ai is currently offering black friday offer for their GLM Coding Plan. With it you can use latest GLM models like GLM 4.6 which performs as good as Sonnet 4 model. The best part is that you can use it with Claude Code and other various AI coding agents.

What’s the deal?

They usually run 50% off for the first term (monthly, quarterly, or yearly)

On top of that you get an another 20-30% off depending on the tier.

And you get another 10% off as a part of affiliate deal

So overall, you can get 80-90% off 🤩

That brings Lite yearly plan down to just $22.68.

So it’s the best time to get the subscription if you plan on getting it.

I highly recommended you to get monthly or yearly plan since the 50% base offer is one time thing.

image.png

Black friday offer will be valid until Dec 5, 2025

Is GLM-4.6 is worth your time?

GLM-4.6 is z.ai’s latest coding model which is 355B Mixture-of-Experts model (32B active) with 200K context window. The best part is it is open source

Overall it performs almost as good as proprotery models like Sonnet 4 with almost 90% lower cost as per the benchmarks

2025-11-28-at-23.25.282x.png

How to use GLM-4.6 with Claude Code?

If you’ve already using Claude Code then setup is pretty straightforward

Get the API key from z.ai platform

Add it in ~/.claude/settings.json

{
  "env": {
    "ANTHROPIC_BASE_URL": "https://api.z.ai/api/coding/paas/v4",
    "ANTHROPIC_API_KEY": "your-zai-api-key"
  }
}

Run claude

That’s it. Claude Code will now use GLM 4.6 instead of Anthropic now.

You can also map the specific models if you prefer

{
  "env": {
    "ANTHROPIC_BASE_URL": "https://api.z.ai/api/coding/paas/v4",
    "ANTHROPIC_API_KEY": "your-zai-api-key",
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "glm-4.6",
    "ANTHROPIC_DEFAULT_HAIKU_MODEL": "glm-4.5-air"
  }
}

Limitations

Should you get it?

My recommended is yes.

Thought it might not be able to work well for complex problems it is really useful for grunt works like writing test cases and other things.

I’ve been using it for a while and it is pretty useful for doing grunt work without worrying about money. And with the blackfriday offer I got their yearly Max plan 😍

2025-11-29-at-14.35.512x.png

👉 GLM Coding Plan

Happy AI coding!

#Z-Ai

Stay Updated

Get the latest AI engineering insights delivered to your inbox.

No spam. Unsubscribe at any time.