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.
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
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
- It’s a Chinese AI company (so beware if it is not allowed in the project that you’re working on)
- Claude 4.5/Opus 4.5/Gemini 3.0 still leads coding benchmarks
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 😍
Happy AI coding!