Model reference · open weights
Aurora-Spec-Minimax-M2.1 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
| Maker | togethercomputer |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 858M |
| Context | 192k tokens |
| Based on | MiniMax/M2.1 |
| Released | 2026-02-04 |
| Popularity | 52 downloads / month |
| Licence | Open weights |
About
This is an EAGLE3 draft model trained from scratch (random initialization) using the Aurora inference-time training framework for speculative decoding. Unlike traditional approaches that fine-tune pre-trained models, this model is built entirely through Aurora's online training process. The model is optimized to generate high-quality draft tokens for the MiniMax M2.1 target model, achieving significant speedups across various batch sizes.
This draft model is specifically designed to work with:
The draft model learns to predict the target model's token distribution during inference-time training, enabling efficient speculative decoding.
This model implements the EAGLE3 (Extrapolation Algorithm for Greater Language-model Efficiency) architecture:
This model was trained from scratch using Aurora, an inference-time training framework that:
Trained on diverse prompts suitable for general-purpose language modeling and speculative decoding.
Measured on a holdout evaluation dataset using the final Aurora checkpoint.
MiniMax M2.1: end-to-end throughput under varying batch size and lookahead
We report tokens-per-second (TPS) statistics and speedup relative to the no-speculation baseline.
| BS | Config | Mean TPS | P50 TPS | P05 TPS | P95 TPS | Count | Speedup | Acc Len |
|---|---|---|---|---|---|---|---|---|
| 1 | w/o spec | 134.9 | 136.4 | 130.6 | 136.9 | 257 | -- | -- |
| lookahead 3 | 213.0 | 213.7 | 169.8 | 256.3 | 257 | 1.58× | 2.42 | |
| lookahead 4 | 211.8 | 210.6 | 163.1 | 270.3 | 257 | 1.57× | 2.62 | |
| 8 | w/o spec | 79.0 | 78.7 | 73.7 | 85.1 | 257 | -- | -- |
| lookahead 3 | 106.5 | 105.2 | 84.0 | 134.8 | 257 | 1.35× | 2.43 | |
| lookahead 4 | 107.1 | 104.5 | 79.9 | 137.1 | 257 | 1.36× | 2.62 | |
| lookahead 5 | 106.6 | 104.8 | 79.3 | 140.9 | 257 | 1.35× | 2.70 | |
| 16 | w/o spec | 64.5 | 63.7 | 58.9 | 72.3 | 257 | -- | -- |
| lookahead 3 | 83.2 | 81.4 | 62.2 | 110.3 | 257 | 1.29× | 2.43 | |
| lookahead 4 | 83.1 | 82.9 | 60.9 | 112.0 | 257 | 1.29× | 2.62 | |
| lookahead 5 | 82.6 | 81.0 | 58.1 | 116.1 | 257 | 1.28× | 2.69 | |
| 32 | w/o spec | 53.5 | 52.9 | 47.1 | 67.1 | 257 | -- | -- |
| lookahead 3 | 67.1 | 64.9 | 45.2 | 97.8 | 257 | 1.25× | 2.44 | |
| lookahead 4 | 67.1 | 64.7 | 44.0 | 100.5 | 257 | 1.25× | 2.62 | |
| lookahead 5 | 67.3 | 64.9 | 45.2 | 99.7 | 257 | 1.26× | 2.71 |
Aurora provides consistent speedups across all batch sizes for MiniMax M2.1, demonstrating the effectiveness of speculative decoding across diverse deployment scenarios:
Batch Size 1 (Best Case): Up to 1.58× speedup with lookahead 3 configuration. The recommended lookahead 4 achieves 1.57× speedup with 2.62 average accept length. At low batch sizes, the cost of draft generation and verification is well amortized by reduced target model forward passes, providing the largest gains for latency-critical scenarios.
Batch Size 8 (Strong): 1.36× speedup with lookahead 4 configuration (2.62 average accept length). Speculative decoding continues to provide substantial throughput improvements for moderate batching scenarios.
Batch Size 16 (Moderate): 1.29× speedup with lookahead 4 configuration (2.62 average accept length). Benefits remain significant as the verification overhead is effectively m
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys aurora-spec-minimax-m2-1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (aurora-spec-minimax-m2-1 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":"aurora-spec-minimax-m2-1","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.