Inference pipeline from a supported MLX checkpoint through preprocessing, generation, cache, and local interfaces
Compatibility depends on the checkpoint architecture, processor, task, and serving path.

Model capability boundaries

Released0.1.0

Apple Silicon unified memory

MLX arrays use the Mac's shared CPU/GPU memory system.

Unified memory reduces explicit transfers between CPU orchestration and integrated-GPU compute, but model weights, activations, and KV cache still consume finite physical memory.

Verified

Released0.5.0

Bounded model pool

Budgets, LRU eviction, pinning, cold swap, idle TTL, and probes bound multi-model use.

The pool shipped in v0.5.0 and was hardened in v0.5.3. It is not a unified adaptive controller.

Verified

Released0.5.0

Supported LoRA adapters

The native engine can apply supported LoRA adapters.

Adapter compatibility depends on the base architecture and weights; universal LoRA compatibility is not claimed.

Verified

Released0.5.3

Fourteen detected VLM families

The model library detects 14 vision-language model_type families.

This is an evidence-backed family count, not a guarantee that every checkpoint or processor variant will load.

Verified

Released0.5.3

DeepSeek V3.2 Swift overlay

v0.5.3 includes pure-Swift component parity for the DeepSeek V3.2 architecture.

A real-checkpoint smoke test remains pending and FP8 dequantization is absent, so this is not an end-to-end or universal MoE claim.

Verified

Released0.6.0

Speculative decoding

v0.6.0 ships the classic draft-model path through both the API and GUI.

Acceptance telemetry reports draft efficiency. Targets with non-trimmable hybrid or linear-attention caches are detected and fall back to standard decoding.

Verified

Released0.6.0

Hugging Face cache discovery

v0.6.0 can discover models in configured Hugging Face cache roots without downloading duplicate weights.

Discovery confirms a local candidate, not a universal load guarantee; architecture, tokenizer, processor, and checkpoint compatibility still apply.

Verified

Released0.6.2

Per-model chat-template overrides

v0.6.2 resolves templates in user file, built-in model_type, then checkpoint order.

Built-in overrides carry standard-path parity evidence, but template support is not universal; checkpoint-specific branches and unsupported swift-jinja syntax can still define the boundary.

Verified

Released0.6.2

Track G tested models

v0.6.2 adds four checkpoint-tested native model families.

Measured real-checkpoint generation: Seed-OSS-36B 4-bit at 18.2 tok/s; Hunyuan V1 Dense 1.8B 4-bit at 80.3 tok/s; Cohere Command R7B 7B 4-bit at 21.7 tok/s; and MiniCPM3-4B 4-bit at 18.7 tok/s. Results are checkpoint-specific, not family-wide performance guarantees.

Verified

Theoretical0.6.2

InternLM3 theoretical support

v0.6.2 ships parity-verified InternLM3 code at the theoretical support tier.

Real generation has not been demonstrated. Public checkpoints ship tokenizer.model but no tokenizer.json, while the Swift tokenizer stack requires tokenizer.json; support remains theoretical until that load-path boundary changes.

Verified

Released0.1.0

Temperature and top-p

Temperature and nucleus top-p sampling are released controls.

These are the current exposed core sampling controls.

Verified

Plannedfuture

Expanded sampling controls

top-k, min-p, presence, frequency, and repetition penalties, plus per-request seed are planned.

DeepSeek expert-routing top-k is an internal architecture operation and is unrelated to user sampling top-k.

Verified

Official sources

  1. Apple Silicon unified memory
  2. Speculative decoding
  3. Temperature and top-p
  4. InternLM3 theoretical support
  5. Bounded model pool
  6. Track G tested models
  7. DeepSeek V3.2 Swift overlay
  8. Speculative decoding
  9. Per-model chat-template overrides
  10. InternLM3 theoretical support
  11. InternLM3 theoretical support
  12. Temperature and top-p
  13. Expanded sampling controls
  14. Expanded sampling controls