Lattice Phi-3 Mini Private

Privacy Tier: wrapped | Parameters: 3.8B | Context: 4,096 tokens | VRAM: ~6GB

Microsoft Phi-3 Mini (3.8B) β€” surprisingly capable small model wrapped with Lattice privacy. Runs on laptops and edge devices. Perfect for private on-device inference where VRAM is limited.

Privacy Guarantees

Feature Status
Sandboxed inference (no network egress) βœ… Yes
PII output guardrails (email, SSN, CC, etc.) βœ… Yes
Encrypted inference logs βœ… Yes
Zero telemetry βœ… Yes
Differential privacy (DP-SGD) ❌ Wrapped only

Quick Start

pip install ltce
ltce pull lattice-ai/phi-3-mini-private
ltce serve lattice-ai/phi-3-mini-private --port 8080 --sandbox
from ltce import Lattice

lt = Lattice()
lt.serve("lattice-ai/phi-3-mini-private", port=8080, sandbox=True)

The model serves an OpenAI-compatible API at http://localhost:8080/v1/chat/completions.

What Does "Wrapped" Mean?

This model uses the original microsoft/Phi-3-mini-4k-instruct weights β€” no additional training has been done.

What Lattice adds is the privacy serve layer:

  • πŸ”’ Sandbox mode β€” all outbound network connections are blocked during inference
  • πŸ›‘οΈ PII guardrails β€” model output is scanned for emails, phone numbers, SSNs, credit card numbers, API keys
  • πŸ“ Encrypted logs β€” inference logs are AES-256-GCM encrypted at rest
  • 🚫 Zero telemetry β€” HuggingFace telemetry, W&B, MLflow all disabled

For models with mathematical privacy guarantees (DP-SGD training), see our hardened tier models.

Capabilities

general, reasoning, instruct

Base Model

microsoft/Phi-3-mini-4k-instruct

License

MIT


Built with Lattice β€” privacy-first local AI.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for lattice-ai/phi-3-mini-private

Finetuned
(846)
this model