Model reference · open weights

Aurora-Spec-Qwen3-Coder-Next

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

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

Makertogethercomputer
TypeLanguage models
TaskText gen
Parameters (lead)519M
Context256k tokens
Based onQwen/Qwen3-Coder-Next-FP8
Released2026-02-03
Popularity151 downloads / month
LicenceOpen weights

About

What Aurora-Spec-Qwen3-Coder-Next is

Model Description

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.

Key Features

  • Training Approach: Trained from scratch (random initialization) - no pre-training required
  • Framework: Trained with Aurora - an advanced inference-time training system
  • Architecture: EAGLE3 speculative decoding draft model
  • Target Model: Qwen/Qwen3-Coder-Next-FP8
  • Training Data: OnlineSD Code Dataset
  • Performance: Achieves 3.1x average accept length for speculative decoding
  • Training: 10,000 training steps over 80,000 inference requests

Target Model

This draft model is specifically designed to work with:

  • Model: Qwen/Qwen3-Coder-Next-FP8
  • Type: Code generation language model
  • Precision: FP8 quantized
  • Domain: Programming and code synthesis

The draft model learns to predict the target model's token distribution during inference-time training, enabling efficient speculative decoding.

Architecture

EAGLE3 Speculative Decoding

This model implements the EAGLE3 (Extrapolation Algorithm for Greater Language-model Efficiency) architecture:

  • Draft Model: Lightweight model that generates candidate tokens
  • Tree-based Attention: Enables parallel verification of multiple draft tokens
  • Auto-regressive Generation: Produces speculative token sequences
  • Dynamic Adaptation: Updates during inference to match target model distribution

Model Structure

  • Initialization: Trained from scratch (random initialization, no pre-training)
  • Base Architecture: Single-layer Transformer decoder
  • Precision: FP8 (8-bit floating point)
  • Speculative Steps: 5 tokens per iteration
  • Attention Mechanism: Tree-based for parallel draft verification
  • Training Paradigm: Online learning during inference (Aurora framework)

Training Details

Aurora Framework

This model was trained from scratch using Aurora, an inference-time training framework that:

  • No Pre-training Required: Starts from random initialization and learns entirely through online training
  • Updates the draft model dynamically during inference
  • Uses reverse KL divergence for distribution matching (minimizing KL(target || draft))
  • Employs online learning with periodic model updates
  • Optimizes for both draft quality and speculative acceptance rate
  • Demonstrates that effective draft models can be built from scratch without expensive pre-training

Training Configuration

  • Hardware: NVIDIA H200 GPU
  • Training Steps: 10,000 steps over 80,000 inference requests
  • Learning Rate: 1e-4
  • TTT Length: 5 tokens
  • Speculative Steps: 5
  • Update Interval: Every 10 requests
  • Loss Weights:
    • NTP Loss: 1.0
    • Prediction Loss: 1.0
  • KL Divergence: Reverse KL divergence (draft → target)

Dataset

Trained on the OnlineSD Code Dataset, which contains diverse coding examples suitable for training speculative decoding models.

Benchmarks

End-to-End Throughput Performance

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.

BSConfigMean TPSP50 TPSP05 TPSP95 TPSSpeedup (Mean)Acc Len
1w/o spec176.4178.0172.3178.4----
lookahead 3252.1254.8208.8291.61.43×2.67
lookahead 4263.1264.0211.8312.71.49×2.91
lookahead 5265.7264.8208.7320.51.51×3.06
8w/o spec119.8121.5104.8134.6----
lookahead 3141.0138.9110.4178.51.18×2.67
lookahead 4142.5141.2110.3181.61.19×2.91
lookahead 5146.3143.5109.6189.51.23×3.07
16w/o spec99.6102.174.5119.2----
lookahead 3104.0100.575.6151.91.04×2.67
lookahead 4105.6101.177.5149.71.06×2.92
lookahead 5107.6103.775.7156.61.09×3.06
32w/o spec85.088.754.5104.5----
lookahead 378.972.853.0122.30.93×2.68
lookahead 479.573.752.9124.70.94×2.91
lookahead 580.372.652.8130.70.94×3.06

Performance Across Different Batch Sizes

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

Call it like any OpenAI endpoint

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.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms