Model reference · open weights

M1

Available as managed deployment LLMs togethercomputer Text gen 1 variants 1k dl/mo

M1 is an open-weight language model from togethercomputer. 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

Makertogethercomputer
TypeLanguage models
TaskText gen
Parameters (lead)3.4B
Context128k tokens
Runs withtransformers
Released2025-05-02
Popularity1k downloads / month
LicenceOpen weights

About

What M1 is

This is the model is trained using paper, M1: Towards Scalable Test-Time Compute with Mamba Reasoning Models.

ModelAIME 2025AIME 2024MATH 500AMC 2023OlympiadBench
Qwen2.5-Math-7B-Instruct (Transformer)13.379.850.640.7
rStar-Math-7B (Transformer)26.778.447.547.1
Eurus-2-7B-PRIME (Transformer)26.779.257.842.1
Qwen2.5-7B-SimpleRL (Transformer)26.782.462.543.3
DeepSeek-R1-Distill-Qwen-1.5B (Transformer)23.028.882.862.943.3
M1-3B (Mamba Hybrid Models)23.528.584.062.847.3

Code: https://github.com/jxiw/M1

@article{wang2025m1scalabletesttimecompute,
  title={M1: Towards Scalable Test-Time Compute with Mamba Reasoning Models},
  author={Junxiong Wang and Wen-Ding Li and Daniele Paliotta and Daniel Ritter and Alexander M. Rush and Tri Dao},
  journal={arXiv preprint arXiv:2504.10449},
  year={2025},
  url={https://arxiv.org/abs/2504.10449},
}

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