AIAny
AI Model2026
Icon for item

Qwen3.8-Flash-Next-FP8

Provides FP8-quantized Hugging Face weights and config for Qwen3.8-Flash-Next (block size 128), preserving near-original performance. Compatible with Transformers, vLLM, SGLang and TokenSpeed; intended for efficient deployment of a 125B multimodal causal LM with very long context support.

Introduction

Qwen3.8-Flash-Next-FP8 is a release of FP8-quantized model artifacts that lets practitioners run the Qwen3.8-Flash-Next architecture with much lower memory and storage cost while keeping evaluation performance nearly unchanged. The practical value is that teams can experiment with the 125B multimodal MoE architecture and its 262K→1M long-context capabilities without the full-precision hardware footprint.

Key Capabilities
  • FP8 fine-grained quantization (block size 128): reduces model size and memory bandwidth needs so inference and hosting costs drop substantially while maintaining near-original metrics.
  • Hugging Face Transformers-compatible artifacts: works with mainstream inference stacks (Transformers, vLLM, SGLang, TokenSpeed), enabling straightforward integration into existing pipelines.
  • Multimodal + ultra-long context design: targets a causal LM with vision encoder and native 262,144 token context (extensible to 1,000,000), making it suitable for long-horizon agents, document reasoning, and long-video understanding.
  • Architecture-preview of Qwen4 family: exposes hybrid attention (Gated DeltaNet + Qwen Sparse Attention), gated residuals, n-gram embeddings and MoE design so researchers can evaluate architectural trade-offs.
Who it's for and trade-offs

Great fit if you need to prototype or deploy a large multimodal LLM with far reduced memory/storage footprint and want compatibility with popular inference engines. Also useful for benchmarking agentic, coding and long-horizon tasks with realistic model behavior. Look elsewhere if you require the absolute highest-fidelity, unquantized weights for research into tiny numerical differences, or if your infra cannot yet support FP8 runtimes or the recommended serving engines. The release lowers hardware requirements but still assumes significant compute for production-scale throughput.

More Items

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.

Hugging Face
AI Model2026

An experimental multimodal model that adds visual understanding to DeepSeek-V4-Flash: accepts text+image inputs and returns text analyses. Improves vision-dependent agent workflows while maintaining comparable text-only performance; released under an MIT license on Hugging Face.