File size: 995 Bytes
0fc1616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100f385
0fc1616
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: other
tags:
- flutter
- on-device
- mobile
- llm
- mirrored
- deepSeek
---

# DeepSeek R1 Distill Qwen 1.5B

High-performance reasoning and code generation model with thinking mode

## Original Model
- **Repository**: [litert-community/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/litert-community/DeepSeek-R1-Distill-Qwen-1.5B)
- **License**: See original repository

## Usage with flutter_gemma

```dart
import 'package:flutter_gemma/flutter_gemma.dart';

await FlutterGemma.installModel(
  modelType: ModelType.deepSeek,
)
.fromNetwork('https://huggingface.co/CgrHello/mai-models/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B/DeepSeek-R1-Distill-Qwen-1.5B_multi-prefill-seq_q8_ekv1280.task')
.withProgress((progress) => print('Downloading: $progress%'))
.install();
```

## Mirrored By

- **Repository**: CgrHello/mai-models/DeepSeek-R1-Distill-Qwen-1.5B
- **Date**: 2026-01-09

---

**Disclaimer**: This is a mirrored copy. All credit goes to the original model creators.