Data as of Sep 17, 2026 · Based on 48 AI responses from ChatGPT Search and Google AI Mode · See how Parse measures this
Your brand can be here too.
AI labs offering smaller models suitable for private, edge, or on-device deployment include: - Microsoft — **Phi family** (e.g., Phi-3 Mini, Phi-4 Mini): compact models designed for strong performance per parameter; commonly used for laptops, embedded devices, and offline assistants.…
AI labs offering smaller models suitable for private, edge, or on-device deployment include:
Typical deployment targets:
Common runtimes:
For private deployments, the main advantages are local data retention, offline operation, and lower latency; the tradeoff is lower capability than frontier cloud models.
Gemma
Several major AI labs and tech companies specialize in compact, highly optimized Small Language Models (SLMs) and lightweight multimodal models explicitly designed for private, on-device, and edge deployments. The top labs and their key on-device offerings include: - **Meta** — Known for the Llama series (such as…
Several major AI labs and tech companies specialize in compact, highly optimized Small Language Models (SLMs) and lightweight multimodal models explicitly designed for private, on-device, and edge deployments.
The top labs and their key on-device offerings include:
If you want to narrow this down, tell me:
I can recommend the exact model size and deployment toolkit for your setup.
Several major AI labs and tech companies provide high-performance, lightweight small language models (sLLMs) designed specifically for private, offline, and on-device edge deployments. These models balance low memory footprints with surprising reasoning capability, especially when…
Several major AI labs and tech companies provide high-performance, lightweight small language models (sLLMs) designed specifically for private, offline, and on-device edge deployments. These models balance low memory footprints with surprising reasoning capability, especially when quantized.
The primary labs and their standout on-device offerings include:
Would you like recommendations on deployment frameworks (like llama.cpp , Ollama, or MediaPipe) or assistance sizing these models for a specific hardware target (like a mobile phone, Raspberry Pi, or local server)?
Yes. If by **“AI labs”** you mean organizations producing models that you can run locally—rather than just cloud APIs—the strongest options today include: Lab / org | Small models worth looking at | On-device / edge | Open weights? | Best fit --- | --- | --- | --- | ---
Yes. If by “AI labs” you mean organizations producing models that you can run locally—rather than just cloud APIs—the strongest options today include:
| Lab / org | Small models worth looking at | On-device / edge | Open weights? | Best fit |
|---|---|---|---|---|
| Google DeepMind | Gemma 3 270M/1B, Gemma 3n E2B/E4B, FunctionGemma | Excellent | Yes | Broadest mobile/edge ecosystem |
| Microsoft | Phi-4-mini, Phi-4-mini multimodal, Aion-1.0-Instruct | Excellent | Yes for Phi; Aion status varies | Windows, edge PCs, browser |
| Apple | Apple Foundation Models; Core AI-compatible models | Excellent on Apple hardware | Apple models aren't generally open-weight | iPhone/iPad/Mac apps |
| Meta | Llama 3.x/4 smaller variants | Very good | Yes | General-purpose private deployments |
| Alibaba / Qwen | Qwen3 smaller models, Qwen2.5 | Excellent | Yes | Local servers, PCs, edge devices |
| Mistral AI | Ministral models, Mistral 7B-class models | Very good | Many are open-weight | European/private deployments |
| DeepSeek | Distilled DeepSeek-R1 models | Good, especially on capable edge PCs | Yes | Local reasoning |
| IBM / Granite | Granite small language models | Good | Yes | Enterprise/private deployments |
1. Google Gemma — probably the most compelling pure edge option.
Google explicitly provides models ranging from 270M and 1B parameters for phones/single-board computers to Gemma 3n E2B/E4B, which is designed for mobile devices and laptops. Gemma 3n supports text, image and audio input.
Google also provides an on-device stack around these models: LiteRT-LM, MediaPipe, Android/iOS deployment, and CPU/GPU/NPU acceleration.
For extremely constrained applications, FunctionGemma (270M) is particularly interesting: Google specifically positions it for private, local agents and function calling on edge hardware.
2. Microsoft Phi — excellent small-model family.
Phi-4-mini is a particularly attractive small general-purpose model. Microsoft documents deployment of quantized Phi models on Windows, iPhone, Android and other edge devices using ONNX/Olive.
Microsoft is also putting small models directly into Edge: its current on-device Prompt API can use Phi-4-mini, with the newer Aion-1.0-Instruct designed to be even smaller/faster and capable of CPU inference on less capable devices.
3. Apple — best if your target is Apple hardware.
Apple's Foundation Models framework exposes the same on-device models used by Apple Intelligence, while Core AI is specifically designed for bringing your own models to Apple Silicon. Apple says these technologies have zero server dependencies for on-device operation.
A particularly useful development is that Core AI models can be loaded into the Foundation Models API, letting developers use their own on-device model while retaining Apple's API abstraction.
I'd narrow the field to:
One important distinction: “on-device” and “private deployment” aren't quite the same thing. A 1B–4B model can run entirely on a phone or laptop; a 7B–14B quantized model might be better described as edge/private infrastructure—for example, running on a workstation, industrial PC, or local server without sending data to a cloud provider.
If you tell me your target hardware—iPhone/Android, Mac, Windows PC, Raspberry Pi/Jetson, industrial edge box, or private server—I can give you a much tighter shortlist, including approximate RAM requirements and which models are strongest for chat, RAG, vision, speech, or agents.
Google also provides an on-device stack around these models: LiteRT-LM, MediaPipe, Android/iOS deployment, and CPU/GPU/NPU acceleration.
For extremely constrained applications, FunctionGemma (270M) is particularly interesting: Google specifically positions it for private, local agents and function calling on edge hardware.
2. Microsoft Phi — excellent small-model family.
Phi-4-mini is a particularly attractive small general-purpose model. Microsoft documents deployment of quantized Phi models on Windows, iPhone, Android and other edge devices using ONNX/Olive.
Microsoft is also putting small models directly into Edge: its current on-device Prompt API can use Phi-4-mini, with the newer Aion-1.0-Instruct designed to be even smaller/faster and capable of CPU inference on less capable devices.
3. Apple — best if your target is Apple hardware.
Apple's Foundation Models framework exposes the same on-device models used by Apple Intelligence, while Core AI is specifically designed for bringing your own models to Apple Silicon. Apple says these technologies have zero server dependencies for on-device operation.
Meta
meta.com
IBM
ibm.com
Yes. If by **“on-device”** you mean models you can download and run locally on phones, laptops, edge servers, or embedded hardware—without sending inference data to a cloud API—the strongest options currently come from several labs. Lab | Small models worth looking at | Typical edge target | Why consider it --- | ---…
Yes. If by “on-device” you mean models you can download and run locally on phones, laptops, edge servers, or embedded hardware—without sending inference data to a cloud API—the strongest options currently come from several labs.
| Lab | Small models worth looking at | Typical edge target | Why consider it |
|---|---|---|---|
| Google DeepMind / Google | Gemma 4 E2B/E4B, Gemma 3 270M/1B, Gemma 3n E2B/E4B | Phones, laptops, SBCs | Probably the broadest current on-device lineup; Gemma 4 E2B/E4B are explicitly intended for mobile. Google AI for Developers Google AI for Developers |
| Meta AI | Llama 3.2 1B/3B, quantized versions | Phones, Arm edge devices | Very mature ecosystem; Meta specifically designed the 1B/3B models for edge/mobile and provides quantized versions for lower memory and faster inference. Meta AI Meta AI |
| Microsoft Research | Phi-4-mini, Phi-4-mini variants | PCs, phones, IoT/edge | Excellent small-model family, with explicit ONNX/Olive deployment paths for Windows, iPhone and Android. TECHCOMMUNITY.MICROSOFT.COM |
| Hugging Face | SmolLM2 135M/360M/1.7B | Very constrained devices, browsers, phones | Particularly interesting when you need really small models. The family goes down to 135M parameters and is explicitly designed for on-device applications. Hugging Face |
For private deployments, all of these can be attractive because inference can stay entirely within your infrastructure/device. Google, for example, documents running Gemma directly on Android/iOS and even in browsers without requiring network inference.
If you're choosing models for a specific device—e.g. iPhone, Android, MacBook, Raspberry Pi, NVIDIA Jetson, Qualcomm NPU, or an on-prem ARM server—the best choice changes considerably.
Several major AI labs and tech companies provide open-weights or on-device Small Language Models (SLMs) specifically engineered for local, private, offline, or edge deployments (ranging from smartphones and IoT gateways to local enterprise servers).[](https://emasterlabs.com/small-language-models-for-edge-computing)…
Several major AI labs and tech companies provide open-weights or on-device Small Language Models (SLMs) specifically engineered for local, private, offline, or edge deployments (ranging from smartphones and IoT gateways to local enterprise servers).
The primary labs and their notable on-device/edge offerings include:
If you want, I can help you with:
Let me know how you'd like to proceed!
Gemma
Several major AI labs and tech companies provide lightweight, highly optimized small language models (SLMs) specifically engineered for on-device, edge, and air-gapped private deployments. These models balance low memory footprints and power constraints with strong reasoning…
Several major AI labs and tech companies provide lightweight, highly optimized small language models (SLMs) specifically engineered for on-device, edge, and air-gapped private deployments. These models balance low memory footprints and power constraints with strong reasoning capabilities.
llama.cpp or Ollama on edge servers and personal computers.If you're planning a deployment, let me know:
I can help you pick the right model and runtime stack for your use case.
Yes. If by “AI labs” you mean organizations releasing **small/open-weight models that can run locally rather than requiring a cloud API**, there are several strong choices. Lab | Small models worth looking at | Typical edge target | Best fit --- | --- | --- | ---
Yes. If by “AI labs” you mean organizations releasing small/open-weight models that can run locally rather than requiring a cloud API, there are several strong choices.
| Lab | Small models worth looking at | Typical edge target | Best fit |
|---|---|---|---|
| Google DeepMind | Gemma 4 E2B/E4B, Gemma 3n, Gemma 3 270M/1B | Phones, laptops, SBCs | Best overall on-device ecosystem |
| Microsoft | Phi-4-mini, Phi-4-mini-flash-reasoning | Phones, PCs, edge/IoT | Strong reasoning in a small footprint |
| Meta | Llama 3.2 1B/3B | Phones, embedded/mobile CPUs | Broadest local-LLM ecosystem |
| IBM | Granite 4.0 Nano 350M/1B/3B | Edge/on-device, enterprise | Very small models + enterprise orientation |
| Alibaba/Qwen | Qwen small models (including sub-4B variants) | PCs, phones, embedded systems | Strong multilingual/coding capability |
| Mistral AI | Ministral family | Local PCs, edge servers | Good general-purpose local inference |
1. Google DeepMind — Gemma
Google is probably the most aggressive right now about truly mobile-oriented models. Gemma 4 E2B and E4B are explicitly designed for mobile devices; E2B has 2.3B effective parameters and E4B 4.5B effective parameters. Google also provides mobile-optimized quantized checkpoints.
Gemma 3n is another particularly interesting option: it's designed to run locally on phones, tablets and laptops, with multimodal input and offline operation.
2. Microsoft — Phi
Microsoft's Phi-4-mini is a 3.8B-parameter small language model, while Phi-4-mini-flash-reasoning is specifically optimized for constrained compute, latency and edge/mobile scenarios. Microsoft reports substantially higher throughput and lower latency for the latter.
Microsoft has also demonstrated quantized Phi-4-mini running on Windows, iPhone and Android using its edge deployment stack.
3. Meta — Llama
For maximum ecosystem compatibility, Llama 3.2 1B and 3B remain excellent choices. Meta explicitly designed these for edge/mobile devices and provides quantized versions. Its quantized implementations can run through PyTorch ExecuTorch, with optimization for Qualcomm and MediaTek hardware.
4. IBM — Granite
IBM has gone unusually small. Its Granite 4.0 Nano family includes 350M, 1B and 3B models specifically described as ultra-compact models for edge and on-device deployment.
That's worth considering if you need something that can operate on relatively constrained hardware rather than a modern laptop GPU.
The important distinction is that “small” doesn't necessarily mean “tiny.” A 3–4B model quantized to 4-bit may be quite practical on a modern phone or laptop, while a 350M–1B model is much more appropriate for genuinely constrained embedded hardware.
If you tell me your target hardware (e.g. iPhone, Android, Raspberry Pi, NVIDIA Jetson, Intel CPU, Apple Silicon, or an NPU-equipped device) and your RAM limit, I can narrow this to the 3–5 models most likely to work well, including approximate memory requirements and inference runtimes.
Gemma 3n is another particularly interesting option: it's designed to run locally on phones, tablets and laptops, with multimodal input and offline operation.
2. Microsoft — Phi
Microsoft's Phi-4-mini is a 3.8B-parameter small language model, while Phi-4-mini-flash-reasoning is specifically optimized for constrained compute, latency and edge/mobile scenarios. Microsoft reports substantially higher throughput and lower latency for the latter.
Microsoft has also demonstrated quantized Phi-4-mini running on Windows, iPhone and Android using its edge deployment stack.
3. Meta — Llama
For maximum ecosystem compatibility, Llama 3.2 1B and 3B remain excellent choices. Meta explicitly designed these for edge/mobile devices and provides quantized versions. Its quantized implementations can run through PyTorch ExecuTorch, with optimization for Qualcomm and MediaTek hardware.
4. IBM — Granite
IBM has gone unusually small. Its Granite 4.0 Nano family includes 350M, 1B and 3B models specifically described as ultra-compact models for edge and on-device deployment.
Yes. If by **“smaller on-device models”** you mean models that can run locally on phones, laptops, browsers, industrial devices, or private servers without sending prompts to a vendor’s API, several major labs now have credible options. Lab | Small model(s) | Typical edge target | Privacy / deployment | Best fit --- |…
Yes. If by “smaller on-device models” you mean models that can run locally on phones, laptops, browsers, industrial devices, or private servers without sending prompts to a vendor’s API, several major labs now have credible options.
| Lab | Small model(s) | Typical edge target | Privacy / deployment | Best fit |
|---|---|---|---|---|
| Google DeepMind | Gemma 3n, Gemma 3 | Phones, tablets, laptops, edge devices | Local/offline; open model weights | Multimodal edge apps |
| Meta Platforms | Llama 3.2 1B/3B | Phones, Arm devices, PCs | Open weights; quantized versions | General local LLM applications |
| Microsoft | Phi-4-mini, Phi family | PCs, browsers, edge hardware | Open model weights; local inference | Small, capable text/reasoning models |
| Apple | Apple Foundation Models / AFM 3 Core | iPhone, iPad, Mac | Designed for on-device/private processing | Apple-platform apps |
| Alibaba Cloud | Qwen small models | PCs, phones, edge servers | Open-weight ecosystem | Multilingual/general-purpose |
| Mistral AI | Ministral / small Mistral models | Edge PCs, private servers | Open-weight options | Private enterprise deployments |
Google — Gemma 3n is particularly interesting for edge deployments. Google explicitly designed it to run locally on phones, tablets, and laptops, with a reduced memory footprint, offline operation, and multimodal inputs including audio, images, video and text. Its architecture can use a roughly 2B active submodel or a larger ~4B active configuration depending on the quality/latency tradeoff.
Meta — Llama 3.2 1B/3B is one of the clearest choices if you want an openly available model that isn't tied to a particular device ecosystem. Meta specifically describes the 1B and 3B versions as designed for edge/mobile devices and provides an on-device deployment path through ExecuTorch. Meta AI Meta subsequently released quantized versions that reduced model size by about 56% and memory usage by about 41%, with reported 2–4× speedups on tested mobile hardware.
Microsoft — Phi-4-mini is another strong small-model family. Microsoft has even integrated Phi-4-mini into Edge's experimental Prompt API, allowing the model to run locally in the browser rather than requiring a remote inference API.
Apple — Foundation Models is the most interesting option if your deployment target is Apple hardware. Apple's current third-generation family includes AFM 3 Core, a ~3B dense on-device model, plus AFM 3 Core Advanced, a 20B sparse model that activates only ~1–4B parameters per request and is optimized for capable Apple silicon. Apple Machine Learning Research Apple's developer framework exposes its on-device model for tasks such as summarization, extraction, text/image understanding, structured generation and tool calling.
One important distinction: “on-device” and “private edge deployment” aren't quite the same thing. Apple and Google provide particularly polished device-specific runtimes, whereas Llama/Gemma/Qwen/Phi give you more control over the model and can be deployed on your own hardware. For a company that needs no customer data leaving its network, the latter category is generally more flexible.
If you tell me your target hardware (e.g. iPhone, Android, Raspberry Pi, NVIDIA Jetson, Intel server, Mac, or browser) and approximate RAM, I can narrow this to the 5–10 best models with parameter count, RAM requirements, licensing, quantization options, and expected latency.
Microsoft — Phi-4-mini is another strong small-model family. Microsoft has even integrated Phi-4-mini into Edge's experimental Prompt API, allowing the model to run locally in the browser rather than requiring a remote inference API.
Apple — Foundation Models is the most interesting option if your deployment target is Apple hardware. Apple's current third-generation family includes AFM 3 Core, a ~3B dense on-device model, plus AFM 3 Core Advanced, a 20B sparse model that activates only ~1–4B parameters per request and is optimized for capable Apple silicon. Apple's developer framework exposes its on-device model for tasks such as summarization, extraction, text/image understanding, structured generation and tool calling.
Several major AI labs and technology companies provide state-of-the-art small language models (SLMs) specifically engineered for on-device, local, or edge deployments where data privacy and offline functionality are paramount. The top labs and their respective lightweight model families include: If you're planning an…
Several major AI labs and technology companies provide state-of-the-art small language models (SLMs) specifically engineered for on-device, local, or edge deployments where data privacy and offline functionality are paramount.
The top labs and their respective lightweight model families include:
If you're planning an edge deployment, tell me:
I can help you select the best model and quantization level for your project.