model releaseDeepSeek

DeepSeek Releases V4-Flash: 284B Parameter MoE Model with 1M Context Window at Q8 162GB

TL;DR

Unsloth has released optimized GGUF quantizations of DeepSeek-V4-Flash, a 284B parameter Mixture-of-Experts model that activates 13B parameters and supports 1 million token context windows. The Q8 quantization (UD-Q8_K_XL) runs at 162GB with claimed lossless precision, only 7GB larger than the Q4 variant.

2 min read
0

DeepSeek V4 Flash — Quick Specs

Context window1000K tokens
Input$0.098/1M tokens
Output$0.196/1M tokens

DeepSeek Releases V4-Flash: 284B Parameter MoE Model with 1M Context Window

Unsloth has released optimized GGUF quantizations of DeepSeek-V4-Flash, a 284B parameter Mixture-of-Experts model that activates 13B parameters per forward pass and supports 1 million token context windows.

Model Architecture and Specifications

DeepSeek-V4-Flash uses a Mixture-of-Experts architecture with 284B total parameters and 13B activated parameters. According to DeepSeek, the model incorporates a hybrid attention mechanism combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) designed to improve long-context efficiency.

The base model was trained on over 32T tokens using mixed FP4 and FP8 precision, with MoE expert parameters in FP4 and most other parameters in FP8. The company claims the V4-Pro variant requires only 27% of single-token inference FLOPs and 10% of KV cache compared to DeepSeek-V3.2 in 1M-token context scenarios.

Benchmark Performance

In non-thinking mode, DeepSeek-V4-Flash-Base achieves 88.7% on MMLU (5-shot) and 69.5% on HumanEval (0-shot). With maximum thinking mode enabled, the instruct version scores 86.2% on MMLU-Pro, 88.4% on IMOAnswerBench, and 3052 rating on Codeforces benchmarks.

The model demonstrates substantial performance gaps between reasoning modes. On GPQA Diamond, it scores 71.2% in non-thinking mode versus 88.1% in max thinking mode. Similar jumps appear on LiveCodeBench (55.2% to 91.6%) and HMMT 2026 (40.8% to 94.8%).

Unsloth Optimizations

Unsloth's GGUF release features what the company calls "Dynamic 2.0" quantization. The Q8 variant (UD-Q8_K_XL) runs at 162GB and is positioned as "lossless" full precision, measuring only 7GB larger than the Q4 variant (UD-Q4_K_XL). Unsloth claims to have improved the chat jinja template and tested over 4,000 conversations for equivalence with the official baseline.

The model requires the latest version of llama.cpp or Unsloth to run correctly. Unsloth Studio now supports the model with toggles for High and Max thinking modes.

Three Reasoning Modes

DeepSeek-V4 models support three distinct reasoning effort levels:

  • Non-think: Fast, intuitive responses for routine tasks
  • Think High: Conscious logical analysis with visible chain-of-thought
  • Think Max: Maximum reasoning effort with special system prompts

The models output thinking tokens wrapped in <think> tags followed by a summary in max and high modes.

What This Means

DeepSeek-V4-Flash represents a significant efficiency improvement in the 1M context window space, with 284B parameters activating only 13B per forward pass. The substantial performance improvements from thinking modes (e.g., 71.2% to 88.1% on GPQA Diamond) demonstrate the value of extended inference compute. However, the model trails DeepSeek-V4-Pro (1.6T parameters, 49B activated) on knowledge-intensive tasks, and independent verification of the "lossless" Q8 quantization claims is needed. The GGUF format release makes the model accessible for local deployment, though 162GB RAM requirements limit practical usage.

Related Articles

changelog

DeepSeek Launches 'V4 Flash Latest' Alias with 1M+ Token Context on OpenRouter

DeepSeek has published a new routing endpoint, deepseek-v4-flash-latest, that always points to the newest model in its V4 Flash family. The endpoint offers a 1,049K token context window and pricing of $0.09/M input and $0.18/M output tokens via OpenRouter.

model release

NVIDIA Releases Nemotron VoiceChat 11B, an Open Full-Duplex Speech Model with Live Tool Calling

NVIDIA has released NemotronLabs VoiceChat 11B, an 11-billion-parameter end-to-end full-duplex speech model that unifies streaming speech understanding and generation in one architecture. The model claims to be the first open full-duplex system to support live tool calling during natural conversation, with ~450ms turn-taking latency.

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

model release

Alibaba Releases Qwen3.8 Max, a Multimodal Reasoning Model with 1M Token Context

Alibaba has moved Qwen3.8 Max out of preview into general availability, positioning it as the flagship of the Qwen3.8 series with a 1 million token context window and multimodal input support. The model is priced at $2.00 per million input tokens and $6.00 per million output tokens via OpenRouter.

Comments

Loading...