APby Apple
MobileCLIP-B
5%Larger MobileCLIP. Better recall, twice the compute.
MultimodalApache-2.0FP16clipembedding
142K downloads 8.2K deploymentsUpdated Feb 4, 2028
Headline:9.8ms · Apple Neural Engine (M4) · FP16
Deploy MobileCLIP-B
Pick a chip family. We hand you the artifacts (HEF, TRT engine, Core ML, ONNX) plus a one-click endpoint deploy. For private endpoints, on-prem deploy, or air-gapped distribution, see Enterprise.
Apple Neural Engine (M4)
# Core ML compile
$ focsle pull apple/mobileclip-b --target coreml-ane
$ focsle compile mobileclip-b.onnx --target coreml --precision fp16
# Run via Core ML
import focsle.runtime as fr
m = fr.load("mobileclip-b.mlmodelc", target="coreml")
out = m.run(frame)One-click endpoint
Spins up a managed endpoint in the closest region. Pro and above.