--- 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.