Model reference · open weights
Aurora-Spec-Qwen3-Coder-Next 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) | 519M |
| Context | 256k tokens |
| Based on | Qwen/Qwen3-Coder-Next-FP8 |
| Released | 2026-02-03 |
| Popularity | 151 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 Qwen/Qwen3-Coder-Next-FP8 target model, achieving significant speedups in code generation tasks.
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 the OnlineSD Code Dataset, which contains diverse coding examples suitable for training speculative decoding models.
Measured on a holdout dataset from the OnlineSD Code Dataset using the final Aurora checkpoint.
Qwen-Coder-Next: 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 | Speedup (Mean) | Acc Len |
|---|---|---|---|---|---|---|---|
| 1 | w/o spec | 176.4 | 178.0 | 172.3 | 178.4 | -- | -- |
| lookahead 3 | 252.1 | 254.8 | 208.8 | 291.6 | 1.43× | 2.67 | |
| lookahead 4 | 263.1 | 264.0 | 211.8 | 312.7 | 1.49× | 2.91 | |
| lookahead 5 | 265.7 | 264.8 | 208.7 | 320.5 | 1.51× | 3.06 | |
| 8 | w/o spec | 119.8 | 121.5 | 104.8 | 134.6 | -- | -- |
| lookahead 3 | 141.0 | 138.9 | 110.4 | 178.5 | 1.18× | 2.67 | |
| lookahead 4 | 142.5 | 141.2 | 110.3 | 181.6 | 1.19× | 2.91 | |
| lookahead 5 | 146.3 | 143.5 | 109.6 | 189.5 | 1.23× | 3.07 | |
| 16 | w/o spec | 99.6 | 102.1 | 74.5 | 119.2 | -- | -- |
| lookahead 3 | 104.0 | 100.5 | 75.6 | 151.9 | 1.04× | 2.67 | |
| lookahead 4 | 105.6 | 101.1 | 77.5 | 149.7 | 1.06× | 2.92 | |
| lookahead 5 | 107.6 | 103.7 | 75.7 | 156.6 | 1.09× | 3.06 | |
| 32 | w/o spec | 85.0 | 88.7 | 54.5 | 104.5 | -- | -- |
| lookahead 3 | 78.9 | 72.8 | 53.0 | 122.3 | 0.93× | 2.68 | |
| lookahead 4 | 79.5 | 73.7 | 52.9 | 124.7 | 0.94× | 2.91 | |
| lookahead 5 | 80.3 | 72.6 | 52.8 | 130.7 | 0.94× | 3.06 |
Aurora provides the largest gains at small-to-moderate batch sizes, with up to 1.51× speedup at batch size 1, demonstrating the effectiveness of speculative decoding for latency-critical scenarios. The benefits diminish as batch size increases:
Batch Size 1 (Best Case): Up to 1.51× speedup with lookahead 5 configuration (3.06 average accept length). At low batch sizes, the cost of draft generation and verification is well amortized by reduced target model forward passes.
**Batch Si
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys aurora-spec-qwen3-coder-next for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (aurora-spec-qwen3-coder-next 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-qwen3-coder-next","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.