SAVRN
Search Contact SAVRN

Open-weight model · Image and text to text

Qwen3.8-Flash-Next-Uncensored-NVFP4

by OrcaRouter orcarouter/Qwen3.8-Flash-Next-Uncensored-NVFP4

This model has had its safety alignment substantially removed via abliteration (orthogonalizing the refusal direction out of the residual stream). It will comply with harmful, unethical, or illegal requests the original Qwen3.8-Flash-Next would refuse.

Parameters180B
Context
Weights183.5 GB
Licenseapache-2.0
AccessAccess requested at publisher
Monthly Downloads13.2k

Runs On

What it takes to serve Qwen3.8-Flash-Next-Uncensored-NVFP4 (180B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 360.0 GB 432.0 GB 2x MI325X (256 GB)
Vultr
$4.00 2x MI355X $5.18 · 3x MI300X $5.55
8-bit 180.0 GB 216.0 GB 1x MI325X (256 GB)
Vultr
$2.00 1x MI355X $2.59 · 2x MI300X $3.70
4-bit 90.0 GB 108.0 GB 1x MI300X (192 GB)
Vultr
$1.85 1x MI325X $2.00 · 1x MI355X $2.59

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

By OrcaRouter, published under apache-2.0, revision 38efbffeb215.

This model has had its safety alignment substantially removed via abliteration (orthogonalizing the refusal direction out of the residual stream). It will comply with harmful, unethical, or illegal requests the original Qwen3.8-Flash-Next would refuse. Released strictly for legitimate research — interpretability, AI-safety / refusal-mechanism study, red-teaming, and robustness evaluation. You assume full responsibility for how you use it and everything it generates; add your own safety and moderation layers before any deployment. Use must comply with the Apache 2.0 License inherited from the base model and all applicable law. The authors accept no liability for misuse. - A Blackwell GPU…

Read OrcaRouter's full model card

NVFP4 (4-bit) weight quantization of the abliterated (refusal-removed) Qwen3.8-Flash-Next — for Blackwell + vLLM

One Gateway. Every Model. — Route Smarter · Ship Safer · Spend Less.

Website · Model Catalog · GitHub · Discord · X


NVFP4 weight quantization of the abliterated (refusal-removed) build of Qwen's Qwen3.8-Flash-Next — a large Mixture-of-Experts (512 experts, 10 routed + 1 shared active) preview of the Qwen4 architecture (qwen4_exp): Gated DeltaNet linear attention + Qwen Sparse Attention (QSA), HyperConnections, PLE n-gram embeddings, native vision-language, reasoning, and tool-calling. The MoE expert weights are quantized to NVFP4 (4-bit, NVIDIA FP4 E2M1, group-16 + FP8 block scales) and attention/shared-expert weights to FP8, cutting the model from ~330 GB (bf16) to ~178 GB while keeping full-precision paths where they matter. Browse all models in the OrcaRouter Model Catalog.


Disclaimer — read before use

This model has had its safety alignment substantially removed via abliteration (orthogonalizing the refusal direction out of the residual stream). It will comply with harmful, unethical, or illegal requests the original Qwen3.8-Flash-Next would refuse. Released strictly for legitimate research — interpretability, AI-safety / refusal-mechanism study, red-teaming, and robustness evaluation. You assume full responsibility for how you use it and everything it generates; add your own safety and moderation layers before any deployment. Use must comply with the Apache 2.0 License inherited from the base model and all applicable law. The authors accept no liability for misuse.


Requirements

  • A Blackwell GPU (B100 / B200 / GB200 / RTX 50-series) — NVFP4 uses the hardware FP4 tensor cores. It will not run on Hopper (H100/H200) or older; those lack FP4 compute.
  • A runtime that supports the qwen4_exp architecture + compressed-tensors NVFP4. This is a brand-new architecture: use a recent vLLM build with qwen4_exp support (and transformers>=5.16). Stock runtimes that predate qwen4exp will not load it.
  • Multimodal (vision) requires the runtime's Qwen vision stack; text-only works without images.

What's quantized

Component Precision
MoE experts (mlp.experts, the bulk) NVFP4 (W4, E2M1 group-16 + FP8 scales)
Attention (self_attn.{q,k,v,o}, linear_attn.{in_proj_qkv,in_proj_z,out_proj}), shared expert, lm_head FP8 (W8)
PLE n-gram embedding, token/vision embeddings, HyperConnections, QSA indexer, Gated-DeltaNet conv/dt, norms, vision tower bf16 (kept full precision)
  • Weight-only: activations are quantized dynamically at runtime (no static calibration); the quantization is data-free (weights derived directly from the bf16 checkpoint). The abliteration is baked into the weights, so refusal-removal is preserved.
  • KV cache is not quantized (bf16 at runtime).
  • The PLE n-gram embedding (a single ~66B-parameter tensor) is kept bf16 by design and is the largest shard; it dominates the on-disk size.

Note on the recipe: this is a weight-only NVFP4 build (W4 experts / W8 attention, dynamic activations). A fully static W4A4 variant requires an activation-calibration forward pass, which must hold that ~100 GB n-gram embedding on a single GPU — only feasible on very-large-memory (e.g. Blackwell/H200-class) hardware. Ping us if you need the W4A4 build.

Usage (vLLM, Blackwell)

pip install -U "vllm>=<qwen4exp-supporting release>" "transformers>=5.16"

vllm serve orcarouter/Qwen3.8-Flash-Next-Uncensored-NVFP4 \
  --tensor-parallel-size 4 --trust-remote-code \
  --enable-expert-parallel --enable-auto-tool-choice --tool-call-parser qwen3_coder

Then call the OpenAI-compatible endpoint (/v1/chat/completions) as usual — tool calling, reasoning (chat_template_kwargs.enable_thinking), and vision (image_url content parts) all work through the runtime's Qwen4 stack.

Evaluation

Abliteration was measured on this build (bf16, served with vLLM) vs the official Qwen/Qwen3.8-Flash-Next: harmful-prompt refusal collapses from 64–100% to ~0–3.3%, benign over-refusal stays near 0%, and capability stays within ±2 pts of the base. NVFP4 is a deterministic weight derivation and inherits these behaviours, with a small additional quality trade-off from 4-bit experts.

License

Apache 2.0, inherited from Qwen/Qwen3.8-Flash-Next. Abliteration and quantization do not change the underlying license obligations.

Identity and Version

Repository
orcarouter/Qwen3.8-Flash-Next-Uncensored-NVFP4
Publisher
OrcaRouter
Task
Image and text to text
Modality
Image and text
Library
transformers
Parameters
180B parameters
Languages
en, zh
Revision
38efbffeb2152219d979336d46371578c1177b98
First published
2026-08-27
Last updated
2026-09-18

Files and Weights

32 files, 183.5 GB in total. The weights are 18 files totalling 183.5 GB in safetensors.

Weights18 files · 183.5 GB
Configuration7 files · 25.7 MB
Tokenizer4 files · 30.1 MB
Documentation1 file · 6.6 KB
Other1 file · 9.0 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model-00001-of-00017.safetensorsWeights5.0 GB
model-00002-of-00017.safetensorsWeights102.4 GB
model-00003-of-00017.safetensorsWeights5.0 GB
model-00004-of-00017.safetensorsWeights5.0 GB
model-00005-of-00017.safetensorsWeights5.0 GB
model-00006-of-00017.safetensorsWeights5.0 GB
model-00007-of-00017.safetensorsWeights5.0 GB
model-00008-of-00017.safetensorsWeights5.0 GB
model-00009-of-00017.safetensorsWeights5.0 GB
model-00010-of-00017.safetensorsWeights5.0 GB
model-00011-of-00017.safetensorsWeights5.0 GB
model-00012-of-00017.safetensorsWeights5.0 GB
model-00013-of-00017.safetensorsWeights5.0 GB
model-00014-of-00017.safetensorsWeights5.0 GB
model-00015-of-00017.safetensorsWeights5.0 GB
model-00016-of-00017.safetensorsWeights4.6 GB
model-00017-of-00017.safetensorsWeights1.3 GB
model-mtp.safetensorsWeights5.2 GB
config.jsonConfiguration75.3 KB
generation_config.jsonConfiguration214 B
model.safetensors.index.jsonConfiguration25.5 MB
preprocessor_config.jsonConfiguration390 B
recipe.yamlConfiguration54.5 KB
repack_sm70.pyConfiguration8.7 KB
video_preprocessor_config.jsonConfiguration385 B
README.mdDocumentation6.6 KB
chat_template.jinjaOther9.0 KB
.gitattributesRepository1.6 KB
merges.txtTokenizer3.4 MB
tokenizer.jsonTokenizer20.0 MB
tokenizer_config.jsonTokenizer1.1 KB
vocab.jsonTokenizer6.7 MB

License and Download

License
apache-2.0
Access
Access requested at publisher
Download size
183.5 GB
Request access from OrcaRouter

OrcaRouter grants access through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published183.5 GB
16-bit360.0 GB
8-bit180.0 GB
4-bit90.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About Qwen3.8-Flash-Next-Uncensored-NVFP4

How much GPU memory does Qwen3.8-Flash-Next-Uncensored-NVFP4 need?

About 432 GB at 16-bit and 108 GB at 4-bit: the weights (180B parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run Qwen3.8-Flash-Next-Uncensored-NVFP4 on?

At 16-bit, 2x MI325X from $4.00 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use Qwen3.8-Flash-Next-Uncensored-NVFP4 commercially?

Yes. Qwen3.8-Flash-Next-Uncensored-NVFP4 is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Similar Models

Model · Image and text to text

Qwen3.8-Flash-Next

Qwen

As the frontier of foundation models pushes toward ever-larger parameter counts and ever-longer context windows, the question is no longer just how much we can scale, but how efficiently we can do so. Sustainable progress toward artificial general intelligence (AGI) that benefits everyone demands architectural innovation. Today, we are sharing a concrete step in that direction: Qwen3.8-Flash-Next. This experimental preview of the architecture that will underpin Qwen4 is built around a fundamental rethinking of how the core components of modern large language models (LLMs) interact at scale. The first open-weight release under this architecture is Qwen3.8-Flash-Next, which introduces: For…

Open weights other 180B parameters 262,144 tokens transformers

Model · Image and text to text

Qwen3.8-Flash-Next-MLX-oQ3-MTP

Robot Haus

A sensitivity-guided, mixed-precision MLX conversion of Qwen/Qwen3.8-Flash-Next, rebuilt directly from the official BF16 checkpoint with the model's matching native MTP block preserved. oQ3 uses a 3-bit affine base and spends additional precision on sensitive modules. Layer sensitivity was measured with a validated quantized calibration proxy, while every released weight was quantized from the official BF16 checkpoint. The result is a compact model with 746 higher-precision module overrides rather than a uniform 3-bit layout. The upstream tokenizer, current chat template, vision processor, generation configuration, licence, and native MTP configuration are retained. In a compatible oMLX…

Open weights other 180B parameters 262,144 tokens mlx

Model · Image and text to text

Qwen3.8-Flash-Next

Tai Hua

As the frontier of foundation models pushes toward ever-larger parameter counts and ever-longer context windows, the question is no longer just how much we can scale, but how efficiently we can do so. Sustainable progress toward artificial general intelligence (AGI) that benefits everyone demands architectural innovation. Today, we are sharing a concrete step in that direction: Qwen3.8-Flash-Next. This experimental preview of the architecture that will underpin Qwen4 is built around a fundamental rethinking of how the core components of modern large language models (LLMs) interact at scale. The first open-weight release under this architecture is Qwen3.8-Flash-Next, which introduces: For…

Open weights other 180B parameters 262,144 tokens transformers

Model · Image and text to text

Qwen3.5-122B-A10B-FP8

Qwen

Over recent months, we have intensified our focus on developing foundation models that deliver exceptional utility and performance. Qwen3.5 represents a significant leap forward, integrating breakthroughs in multimodal learning, architectural efficiency, reinforcement learning scale, and global accessibility to empower developers and enterprises with unprecedented capability and efficiency. For more details, please refer to our blog post Qwen3.5. WMT24++: a harder subset of WMT24 after difficulty labeling and rebalancing; we report the averaged scores on 55 languages using XCOMET-XXL. Empty cells (--) indicate scores not yet available or not applicable. Empty cells (--) indicate scores not…

Open weights apache-2.0 125.1B parameters 262,144 tokens transformers

Model · Image and text to text

GLM-5.3-Flash

Z.ai

Join our WeChat or Discord community. Check out the GLM-5.3-Flash blog and GLM-5 Technical report. Use GLM-5.3-Flash API services on Z.ai API Platform. We introduce GLM-5.3-Flash, the first natively multimodal model in the GLM-5 series. With 320B total parameters and just 18B active parameters, it outperforms GLM-5.2 across benchmarks and real-world workloads at one-tenth the price, while approaching Claude Opus 4.8 on coding and agentic benchmarks. GLM-5.3-Flash starts from a newly trained base model, with its architecture and training recipe redesigned around capability and efficiency. For the first time in the GLM series, we introduce a hybrid architecture combining sparse and linear…

Open weights mit 321.3B parameters 1,048,576 tokens transformers

Model · Image and text to text

Qwen3.6-35B-A3B-FP8

Qwen

Following the February release of the Qwen3.5 series, we're pleased to share the first open-weight variant of Qwen3.6. Built on direct feedback from the community, Qwen3.6 prioritizes stability and real-world utility, offering developers a more intuitive, responsive, and genuinely productive coding experience. This release delivers substantial upgrades, particularly in For more details, please refer to our blog post Qwen3.6-35B-A3B. Empty cells (--) indicate scores not available or not applicable. For streamlined integration, we recommend using Qwen3.6 via APIs. Below is a guide to use Qwen3.6 via OpenAI-compatible API. Qwen3.6 can be served via APIs with popular inference frameworks. In…

Open weights apache-2.0 36B parameters 262,144 tokens transformers