Open LLMs/litert-community

Open-Weight LLM · Private & Custom AI

DeepSeek-R1-Distill-Qwen-1.5B

Edge-optimized 1.5B distilled reasoner for on-device private ops automation and customer-facing AI on Android/iOS.

DeepSeek-R1-Distill-Qwen-1.5B is a lightweight reasoning model from DeepSeek, converted to LiteRT format for mobile and edge deployment. For ops teams, it enables private AI inference—text generation, reasoning, classification—without sending data to cloud APIs. At 1.5B parameters and optimized for Android, it runs locally on customer devices or internal servers.

Unknown
Parameters
mit
License (OSI/permissive)
Unknown
Context
77.5k
Downloads

Model facts

Developerlitert-community
ParametersUnknown
Context windowUnknown
Licensemit — OSI/permissive
Tasktext-generation
GatedNo
Downloads77.5k
Likes42
Updated2025-09-22
Sourcelitert-community/DeepSeek-R1-Distill-Qwen-1.5B

Private deployment

Run DeepSeek-R1-Distill-Qwen-1.5B in your own environment

This model is purpose-built for self-hosted, on-device inference via LiteRT (Google's edge ML runtime) and MediaPipe. Deploy as Android APK, iOS app, or web inference; model state stays entirely in your environment. Quantized variants (int8) reduce memory to ~2.1–2.2GB peak on Samsung S24 Ultra (CPU/GPU). Companies avoid cloud API costs, latency, and external data transfer—critical for compliance-sensitive workflows.

Operational AI use cases

01

Customer Support Classification & Triage (On-Device)

Run support ticket classification locally on incoming messages. Model classifies intent, urgency, and category without sending customer data to external APIs. Deploy on-premise or in support agent's local environment; reasoning capacity enables nuanced intent detection for routing to specialist teams.

02

Internal Knowledge Extraction & Summarization

Summarize internal docs, policy guides, or operational runbooks on-demand. Reasoning model extracts key steps and decision trees from unstructured knowledge bases. No data leaves your network; useful for ops teams building searchable internal AI assistants.

03

Compliance & Document Review Workflow

Automate initial screening of contracts, regulatory submissions, or audit logs for red flags and compliance gaps. Runs on secure internal infrastructure; reasoning helps identify conditional compliance requirements without manual review overhead.

Custom AI

As a base for custom AI

Strong foundation for custom ops AI products. 1.5B parameter size is small enough to fine-tune on moderate hardware (8–16GB VRAM) while retaining reasoning ability. Use as base for domain-specific classifiers, document processors, or knowledge assistants. Distilled weights from DeepSeek-R1 mean better reasoning-per-parameter than base Qwen; suitable for vertical AI applications where you own the data and inference pipeline.

In the operating system

Where it fits

Agent & reasoning layer in an ops AI stack. Too small for open-ended chat; ideal for closed-loop task agents (ticket routing, doc review, policy lookups). Pair with retrieval (RAG), workflow engines (agentic loops), and business system connectors. In LLM.co terms: the inference backbone for reasoning-light agents deployed privately.

Data control & security

Self-hosting eliminates data transit to third-party inference endpoints. All model weights and intermediate states remain in your environment. Useful for PII-heavy workflows (customer support, HR docs, financial records) where data residency or contractual restrictions apply. Note: model itself is not 'secure'—security depends on your infrastructure (network isolation, access controls, encryption at rest). Ops teams must still manage weights, logs, and prompt history responsibly.

Hardware footprint

Estimate (dynamic_int8 quantization, Samsung S24 Ultra): Peak RAM ~2.1–2.2GB (CPU) to ~2.1GB (GPU). Model file ~1.8GB (flatbuffer). GPU memory (dedicated) ~1.7GB on benchmarked device. For CPU-only inference on older hardware or servers: budget 2.5–3GB total system RAM. Prefill speed (GPU) 927 tk/s; decode 27 tk/s (bottleneck for streaming).

Integration

Deploy via LiteRT APK/SDK on Android; MediaPipe LLM Inference API for native mobile integration. For server-side private AI, containerize with LiteRT runtime or use LiteRT-LM for batch inference. Expose via REST/gRPC to ops tools (Slack bots, ticketing systems, internal dashboards). No built-in API layer; you manage HTTP/streaming logic. Quantized models (int8) reduce disk footprint (~1.8GB); trade inference latency (26 tokens/sec decode) for lower memory footprint.

When it's not the right fit

  • Long-context reasoning needed: 4KB context window is tight for multi-document analysis or complex narrative workflows.
  • High-throughput batch inference required: 27 tokens/sec decode means 37ms per token; latency-sensitive agents or high-volume ops may need larger model.
  • Offline-first edge without internet: Model is Android-first; server-side private hosting requires custom containerization effort.
  • Custom training on proprietary ops data: Fine-tuning infrastructure (LiteRT quantization-aware training) is nascent; few examples in ecosystem.

Alternatives to consider

Mistral-7B (AWQ/GPTQ quantized)

Larger reasoning capacity (7B params), broader context, more fine-tuning examples. Requires 6–8GB VRAM; not mobile-native but runs on edge servers. Better for enterprise custom AI.

Phi-3.5-mini (3.8B, quantized)

Similar footprint, Microsoft-backed, better instruction-tuning for ops tasks (summarization, Q&A). Slightly larger than DeepSeek-R1-Distill but more production-ready examples.

TinyLlama-1.1B

Smaller, faster (~35 tokens/sec on CPU), minimal memory; trade reasoning depth for speed. Good for real-time mobile agents where latency is critical.

FAQ

Can I run this model entirely on-premises without cloud APIs?

Yes. Deploy via LiteRT on Android/iOS or containerize the model for server inference. All data and weights stay in your environment. You manage the infrastructure, logging, and access control.

Is this model licensed for commercial use in my ops AI product?

Yes. MIT license permits commercial use, modification, and distribution. No restrictions on derivative products or internal use. Verify compliance with any base model (DeepSeek-R1-Distill) terms via original model card.

How do I fine-tune this model for my domain (e.g., finance ops)?

Standard PyTorch/Hugging Face fine-tuning works for the base model. Converting to LiteRT post-training requires quantization tools; tooling is emerging but less mature than standard PyTorch. Recommend fine-tuning on full model, then quantize.

What's the latency for real-time ops tasks (e.g., support ticket classification)?

On Samsung S24 Ultra (GPU): ~5.5s time-to-first-token + ~37ms per output token. For 10-token classification output: ~6.9s end-to-end. Acceptable for async ops (batch processing, background tasks); slower for synchronous user-facing interactions.

Build Private AI Into Your Ops Workflow

Deploy DeepSeek-R1-Distill-Qwen locally—no external APIs, full data control. LLM.co helps integrate edge-optimized LLMs into your ops stack. Talk to us about custom AI for support automation, document processing, and compliance workflows.