A 284B-parameter Mixture-of-Experts LLM with only 13B activated parameters, designed for 1,000,000-token contexts. Uses hybrid compressed attention and mixed FP4/FP8 precision to reduce long-context KV-cache and per-token FLOPs; aimed at long-document QA, RAG pipelines, and local/high-capacity inference.
Generates conversational and reasoning outputs with support for million‑token contexts; uses a hybrid attention + MoE design to cut long‑context inference FLOPs and KV cache. Suited for long‑document retrieval, coding and complex reasoning; MIT licensed.
A vision-oriented foundation checkpoint for low-latency inference — DeepSeek V4 base in safetensors with FP8 optimizations. Designed for fast image generation and embedding use in inference pipelines; verify license and FP8/runtime compatibility before production use.
Base image-generation foundation model tuned for visual search and prompt-guided synthesis, intended as a compact starting point for local inference or fine-tuning. Emphasizes easy integration into image pipelines and suitability for downstream adaptation.
Supervised fine-tuning dataset of 7,716 reasoning-focused Q&A examples distilled from the DeepSeek‑V4‑Flash teacher; provided as a cleaned JSONL train split for distillation and SFT experiments.
1,000 JSONL samples containing full chain-of-thought reasoning traces and final answers produced by DeepSeek‑V4‑Pro for use in student-model distillation and quality checks. Prompts sampled from Jackrong/GLM-5.1-Reasoning-1M-Cleaned; Apache‑2.0 licensed.
Contains full chain-of-thought traces and final answers generated by DeepSeek-V4-Pro for use as distillation supervision. Key features: full CoT exposure, ~1,000 mixed-domain samples (JSONL/Parquet), Apache-2.0 license — suitable for training student models but watch for source contamination.
GGUF-format, DS4-optimized quantized weights for DeepSeek-V4-Flash, offering q2 (≈80.8 GiB) and q4 (≈153.3 GiB) variants plus an optional small MTP file for speculative decoding. Built for the DS4 inference engine; MIT-licensed.
Terminal-native AI coding assistant optimized for the deepseek-v4 model. Provides configurable "thinking" modes and reasoning-intensity controls, agent skills for extensibility, MCP integration, and a shared config with a VSCode plugin.
Contains ~1,973 distilled roleplay conversations with character-perspective chain-of-thought traces (<think> blocks) for fine-tuning persona-focused chat models. Includes teacher provenance, safety/review flags, and filters for NSFW/borderline samples — suited for SFT and character retention tests.
Distills DeepSeek‑V4's multi-step structured reasoning into a Qwen3.5‑9B model for fast image-text-to-text reasoning and agentic tool workflows. Trades larger teacher size for inference efficiency and improved procedural reasoning — good for low-latency research, evaluation, and agent integration.
Early-preview (≈1.2k rows) dataset of agentic coding prompts and unedited model responses generated by DeepSeek‑V4‑Pro, covering real-world programming tasks across many languages. Intended for research, filtering, and model evaluation rather than production training without review.