Foundry Local AMA #48
Unanswered
leestott
asked this question in
Ask Me Anything (AMA)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Azure AI Foundry Discord Community AMA on Foundry Local 12th June 2025.
The following is a summary of the discussions, questions and answers that were discussed.
🔍 What is Foundry Local?
Foundry Local is a local version of Azure AI Foundry that enables developers to run large language models (LLMs) directly on their Windows or macOS devices. It supports on-device inference, agent-based workflows, and model management via CLI and REST APIs.
🧠 Key Features & Capabilities
✅ Local Model Execution
foundry model list
andfoundry cache list
help manage models.winget install Microsoft.FoundryLocal
✅ Minimum System Requirements
🚀 Optional Hardware Acceleration
Foundry Local supports automatic model variant selection based on your system. For best performance:
✅ Hardware Acceleration
ONNX Runtime Execution Providers supported:
Performance: Up to 6× faster than raw PyTorch and 20% faster than Ollama on Windows 11.
✅ ONNX Optimization
🛠️ Developer Lifecycle with Foundry Local
Install Foundry Local
Get Started Guide
Model Discovery
Use
foundry model list
Model Caching
Use
foundry cache list
Inference
Run models via CLI or REST API
Agent Development
Use the Azure AI Foundry VS Code extension
Local to Network Inference
Switch seamlessly to cloud endpoints when ready
🧩 Integration with MS Dev Proxy
To publicly test Foundry Local endpoints:
🧪 Foundry Local vs. Azure AI Foundry
🤖 Foundry Local vs. Ollama
🧠 Foundry Local vs. Windows AI Foundry vs. Windows ML
A breakdown of Microsoft’s local AI tooling stack and how each component fits into the developer and platform ecosystem.
🔍 Overview
Foundry Local
Windows AI Foundry
Windows ML
🧩 Architecture Relationship
🔄 Feature Comparison
🧠 Developer Guidance
🧠 Agent Mode & Preview Signup
Foundry Local Agent allows developers to easily create and run local agent using local models and MCP servers.
💡 Tips & Tricks
~/.foundry
for model storage~/.aitk
for diagnosticsfoundry service diag --logs
for debuggingBeta Was this translation helpful? Give feedback.
All reactions