Model reference · open weights

qwen3-moe-tiny

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

qwen3-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)670M
Context32k tokens
Runs withtransformers
Released2026-02-18
Popularity1k downloads / month
LicenceOpen weights

About

What qwen3-moe-tiny is

A small (~670M parameter) Qwen3 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/qwen3_moe.toml

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

Model Details

ParameterValue
Hidden size1024
Layers24
Experts16
Active experts4
Parameters~670M

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 qwen3-moe-tiny for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (qwen3-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":"qwen3-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