AIAny
AI Model2026
Icon for item

Qwen3.8-2.4T-A95B-FP8

FP8-quantized checkpoint of the Qwen3.8 text-only causal LLM (2.4T params, 95B activated) for text-generation; preserves near-original performance, supports very long contexts (262k–1M), Mixture-of-Experts architecture, and is compatible with vLLM/SGLang/TokenSpeed. Thinking mode and preserve_thinking are enabled by default.

Introduction

Why this release matters

Making a Qwen-Max-class model available as an open checkpoint lowers the barrier for teams who need near‑state‑of‑the‑art reasoning, long‑horizon planning and agentic workflows but prefer self‑hosting or custom inference stacks. The FP8 quantized artifacts here aim to deliver nearly identical performance to the original 2.4T model while reducing storage and serving costs, and they are packaged to plug into common high‑performance inference engines.

Key Capabilities
  • Scaled architecture with practical activation: 2.4T total parameters, 95B activated, 92 layers and a 512‑expert MoE layout designed for multi‑step reasoning and agentic tasks — meaning better end‑to‑end task completion for multi‑stage workflows. This translates to stronger performance on coding, research and long‑horizon benchmarks.
  • Long context and multi‑token prediction: native 262,144 token context (extensible to ~1,010,000) and trained with multi‑step prediction, enabling sustained internal reasoning and large retrieval windows for memory‑heavy applications.
  • FP8 fine‑grained quantization (block size 128): reduces footprint while keeping performance close to the full model; ready‑to‑use safetensors/Transformers artifacts that integrate with vLLM, SGLang, TokenSpeed and similar engines.
  • Runtime controls for thinking: official support for reasoning_effort (xhigh/medium/low) and preserve_thinking; the text‑only model requires thinking mode and returns internal reasoning followed by the final output by default, which affects prompt/response handling in production.
Who it's for — tradeoffs and constraints

Great fit if you need to self‑host or benchmark a near‑Qwen‑Max capability (coding agents, long‑horizon agents, large‑context retrieval) and you can deploy high‑performance inference stacks (vLLM, SGLang, TokenSpeed) to handle MoE and FP8 workloads. It is also useful for teams that want to evaluate Qwen3.8 behavior without using managed API credits.

Look elsewhere if you require an off‑the‑shelf multimodal endpoint, a model without mandatory internal reasoning traces, or minimal engineering effort to deploy on commodity single‑GPU setups — the distributed MoE layout and 95B activation imply nontrivial serving complexity and resource needs.

Where it fits

This artifact is the FP8 quantized Hugging Face checkpoint of the Qwen3.8 family intended for integration into high‑throughput inference frameworks or for research/benchmarking. For fully managed features (built-in vision, 1M default context, non‑thinking options, official tools), use the Qwen3.8‑Max hosted offerings.

Practical notes
  • Text‑only: multimodal inputs are not supported in this checkpoint; thinking mode cannot be disabled for interactions.
  • Recommended sampling and serving: suggested sampling settings and separate token budgets for internal reasoning vs final outputs are documented by the model authors and help preserve performance on agentic tasks.
  • Deployment: best used with inference engines that support FP8 and MoE routing to realize the footprint and throughput benefits.

More Items

Hugging Face
AI Model2026

A customizable 30B-parameter Mixture-of-Experts LLM (3B active) in BF16 for low-latency, high-throughput agent workflows; supports speculative decoding (MTP/DSpark/DFlash) and up to 1M-token contexts. Released with open weights and recipes under OpenMDW-1.1, intended for post-training, domain adaptation, and research on NVIDIA GPU stacks.

Hugging Face
AI Model2026

A MoE causal large language model for long-horizon agents, coding, and multi-step reasoning: 2.4T parameters (95B activated), native 262,144-token context (extensible to 1,010,000), multi-token prediction, and configurable thinking-mode reasoning controls.

Hugging Face
AI Model2026

Open-weight 30B-parameter Mixture-of-Experts LLM with 3B active params, NVFP4-quantized checkpoint, and speculative-decoding support for long-context (up to 1M tokens) agentic, chat, reasoning and tool-calling workloads optimized for NVIDIA GPUs.