FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades Claude Code + z.ai GLM 5.1 (mitad de precio/half price)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Claude Code + z.ai GLM 5.1 (mitad de precio/half price)
Posted: Wed Apr 15, 2026 04:42 PM

Para aquellos que esten interesados en probar la potencia de Claude Code pero quieran algo mucho mas económico:

Claude Code + z.ai GLM 5.1, funciona increiblemente bien, la misma experiencia o mejor que Claude Code

con un gasto de solo 5 USD podeis probarlo y verificar por vosotros mismos la calidad 👍🏻

Todo lo que teneis que hacer es obtener vuestra key desde aqui: https://z.ai/manage-apikey/billing

y con un simple .bat lo poneis en marcha desde Claude Code 👍🏻

Ayer lo usé programando Harbour Builder en Mac, funcionó impecable 👍🏻

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Claude Code + z.ai GLM 5.1 (mitad de precio/half price)
Posted: Wed Apr 15, 2026 04:43 PM

For those interested in testing the power of Claude Code but looking for a much more affordable option:

Claude Code + z.ai GLM 5.1 works incredibly well—offering the same experience, or even better, than standard Claude Code. For a spend of only $5 USD, you can try it out and see the quality for yourself.

All you have to do is get your key here: https://z.ai/manage-apikey/billing and launch it from Claude Code using a simple .bat file.

I used it yesterday while programming Harbour Builder on Mac, and it worked flawlessly.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Claude Code + z.ai GLM 5.1 (mitad de precio/half price)
Posted: Wed Apr 15, 2026 05:54 PM

To install Claude Code on your computer / Para instalar Claude Code en tu ordenador:

1. Descarga Node desde aqui:

https://nodejs.org/es/download

2. Ejecuta:

npm install -g @anthropic-ai/claude-code

3. claude-glm51.bat

@echo off
REM Launch Claude Code using z.ai GLM-5.1 as the backend.

set "ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic"
set "ANTHROPIC_AUTH_TOKEN=b61..."
set "ANTHROPIC_DEFAULT_OPUS_MODEL=glm-5.1"
set "ANTHROPIC_DEFAULT_SONNET_MODEL=glm-5.1"
set "ANTHROPIC_DEFAULT_HAIKU_MODEL=glm-4.5-air"

claude %*
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Claude Code + z.ai GLM 5.1 (mitad de precio/half price)
Posted: Wed Apr 15, 2026 07:19 PM

Check your consume from here:
https://z.ai/manage-apikey/billing

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion