| Primary job |
A complete AI runtime: inference plus the application capabilities on top |
The generative loop over ONNX models, done well |
| Models |
Curated open-weight catalog downloaded on demand, or import your own; quantization built in |
ONNX graphs, prepared per model with the model builder or pulled pre-converted |
| Hardware |
CPU-first; CUDA, Vulkan, and Metal acceleration |
Execution providers: CPU, CUDA, DirectML, TensorRT, OpenVINO, QNN, WebGPU |
| Platforms |
Windows, Linux, macOS |
Windows, Linux, macOS, Android; iOS in development |
| Document intelligence |
Parsing, OCR, layout, Markdown, splitting, extraction with confidence, redaction, signatures, PDF/A |
Not in scope; parsing, OCR, and pipelines are yours to assemble |
| RAG and search |
Embeddings, built-in vector store, hybrid retrieval, reranking, citations |
Embedding models runnable; the retrieval stack is yours |
| Agents and tools |
Agent orchestration, 70+ built-in tools, permission policies, memory, MCP |
Grammar-based tool calling inside the loop; orchestration lives elsewhere |
| Speech |
Local speech-to-text with streaming, VAD, and translation |
Speech models runnable; no speech pipeline |
| A serving twin |
The same engine ships as LM-Kit One, a server other applications call |
Foundry Local serves ONNX models locally as a separate product |
| Licensing |
Free to build and evaluate; Professional for larger production use |
MIT open source |