Model reference · open weights

minimax-m2-tiny

Available as managed deployment LLMs PrimeIntellect Text gen 1 variants 113 dl/mo

minimax-m2-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
Parameters (lead)252M
Context4k tokens
Runs withtransformers
Released2026-02-18
Popularity113 downloads / month
LicenceOpen weights

About

What minimax-m2-tiny is

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

This model has random weights (no SFT warmup yet due to a chat template tokenization issue with MiniMax's tokenizer).

Quick Start

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

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

Model Details

ParameterValue
Hidden size512
Layers12
Experts8
Active experts4
Parameters~252M

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