Live data from Hacker News

GLM-4.6: Advanced Agentic, Reasoning and Coding Capabilies

z.ai

11–12 of 12 posts

Re: GLM-4.6: Advanced Agentic, Reasoning and Coding Capabilies

#11
post #8
post #7

GLM 4.5 is a great budget option for me. After cancelling Claude sub ($20 USD one), I've been trying Gemini 2.5 Pro through Gemini CLI, and it was okay for landing pages and UI. However, I switched to GLM through Claude Code using their cheapest subscription and it's been pretty good so far. It feels more creative than Gemini when it comes to UI, not Claude Sonnet level (can't compare with Opus), but it's 90% there.…

GLM 4.5 + claude code is definitely a winning combo for me

How do you make the setup? Which provider gives you Anthropic compatible endpoint with GLM ?

Re: GLM-4.6: Advanced Agentic, Reasoning and Coding Capabilies

#12
post #8

Earlier quoted context omitted.

GLM 4.5 + claude code is definitely a winning combo for me

How do you make the setup? Which provider gives you Anthropic compatible endpoint with GLM ?

Just register a subscription [1] with z.ai (company behind the GLM models), get an API key [2], and then put something like this in your ~/.zshrc or ~/.bashrc, etc:

    alias zcc='ANTHROPIC_BASE_URL="https://api.z.ai/api/anthropic" ANTHROPIC_AUTH_TOKEN="your z.ai api key" claude --model GLM-4.6'
1. https://z.ai/subscribe

2. https://z.ai/manage-apikey/apikey-list

Post reply on HN