deepseek/r1-distill-qwen-7b
NewA 2026-native reasoning model distilled from R1. Specialized for agentic "Chain of Thought" logic on local hardware.
reasoningagenticdistilled
A 2026-native reasoning model distilled from R1. Specialized for agentic "Chain of Thought" logic on local hardware.
Google DeepMind multimodal instruction model. 4.5B effective params, 128K context, text+image+audio. Native function calling, configurable thinking modes, Apache 2.0.
deepseek/deepseek-v4
The mid-2026 flagship using Engram memory architecture, specializing in 1M+ token code generation and autonomous refactoring.
To get started, install the `transformers` library:
pip install transformersThen, use the following snippet to load the model:
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "deepseek/deepseek-v4"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
# Your inference code here...| Tag / Variant | Size | Format | Download |
|---|---|---|---|
| deepseek/deepseek-v4:BF16 | 685GB | SafeTensors | Link |
Original Architecture (Engram)
Knowledge Distillation (Logits)
Flickr30k (Conceptual)
Multimodal Generation
| Metric | Student Model | Teacher Model |
|---|---|---|
| Model Size | 685B | 8.5GB |
| BLEU Score | 28.5 | 30.1 |