Model reference · open weights

glm4-moe-tiny

Available as managed deployment LLMs PrimeIntellect Text gen · MoE 1 variants 243 dl/mo

glm4-moe-tiny is an open-weight language model from PrimeIntellect. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerPrimeIntellect
TypeLanguage models
TaskText gen · MoE
Parameters (lead)543M
Context128k tokens
Runs withtransformers
Released2026-02-18
Popularity243 downloads / month
LicenceOpen weights

About

What glm4-moe-tiny is

A small (~543M parameter) GLM-4 MoE model for testing only. It is generally compatible with vLLM and HuggingFace Transformers but is meant to be used with prime-rl.

Fine-tuned on PrimeIntellect/Reverse-Text-SFT to provide a non-trivial distribution for KL divergence during RL.

Quick Start

uv run rl @ configs/ci/integration/rl_moe/glm4_moe.toml

See the Testing MoE at Small Scale guide for full instructions.

Model Details

ParameterValue
Hidden size1024
Layers24
Experts8
Active experts4
Parameters~543M

Links

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys glm4-moe-tiny for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (glm4-moe-tiny below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"glm4-moe-tiny","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms