Evolution of Foundry
Foundry consolidates several previous Azure AI services and tools into a unified platform. The following table maps previous concepts to their current equivalents. For detailed guidance on transitioning, see Navigate from classic to the new experience.| Dimension | Previous | Current |
|---|---|---|
| Brand | Azure AI Studio / Azure AI Foundry | Microsoft Foundry |
| Brand | Azure AI Services | Foundry Tools |
| Portal | Foundry (classic) | Foundry |
| Agent API | Assistants API (Agents v0.5/v1) | Responses API (Agents v2) |
| API versioning | Monthly api-version params | v1 stable routes (/openai/v1/) |
| Resource model | Hub + Azure OpenAI + Azure AI Services | Foundry resource (single, with projects) |
| SDKs & endpoints | Multiple packages (azure-ai-inference, azure-ai-generative, azure-ai-ml, AzureOpenAI()) against 5+ endpoints | Unified project client (azure-ai-projects 2.x) + OpenAI() against one project endpoint. |
| Terminology | Threads, Messages, Runs, Assistants | Conversations, Items, Responses, Agent Versions |
Your first API call
Get started now — Quickstart: Build with models and agents | Open Foundry portal | Get an Azure account Send a prompt and get a response from a model in a few lines of code:- Python
- C#
- TypeScript
- REST API
Available models
Foundry gives you access to over 1,900 models from Microsoft, OpenAI, Anthropic, Mistral, xAI, Meta, DeepSeek, Hugging Face, and more. The following table highlights popular model families to help you choose a starting point.| Model family | Best for |
|---|---|
| GPT-5 | Most capable — complex reasoning, multi-step tasks, and multimodal scenarios |
| GPT-4.1 | Best balance of capability and cost for production workloads |
| GPT-4.1 mini | Fastest — low-latency, high-throughput scenarios |
| Claude | Advanced reasoning, code generation, and multimodal tasks |
| Grok | Reasoning, coding, and data extraction |
| Mistral | Code generation, multilingual, and general-purpose chat |
| DeepSeek-R1 | Open-weight reasoning at scale |
| Phi-4 | Small language model — on-device or resource-constrained environments |
| Meta Llama | Open models — customization and fine-tuning |
What’s new
Foundry is evolving fast. Here are some of the latest additions:- Model routing with the Responses API — Use a single API to route to any model automatically or by name.
- A2A agent endpoints (preview) — Expose agents as Agent2Agent endpoints so other agents can discover and call them.
- Instant models (preview) — Call any supported model by name without creating a deployment first.
- Voice agents (preview) — Build voice-enabled agents with hosted agents.
- Routines (preview) — Automate multi-step agent workflows with reusable routines.
- Fabric IQ (preview) — Connect agents to Microsoft Fabric data.
- Work IQ (preview) — Connect agents to Microsoft 365 content.
Choose your path
Foundry supports multiple developer surfaces. Use the following table to find the right starting point for your scenario.| I want to… | Start here |
|---|---|
| Call a model from code | Quickstart: Your first API call |
| Build an agent with tools and memory | Agent Service overview |
| Explore models in the browser | Foundry portal playgrounds |
| Deploy and manage models at scale | Foundry Models overview |
| Develop in VS Code | Foundry for VS Code |
| Set up governance and security | Foundry Control Plane |
Who is Foundry for?
Microsoft Foundry serves three primary audiences:- Application developers building AI-powered products with agents, models, and tools. Start with the quickstart.
- ML engineers and data scientists who fine-tune models, run evaluations, and manage model deployments.
- IT administrators and platform engineers who govern AI resources, enforce policies, and manage access across teams. See security and governance and Foundry Control Plane.
Key capabilities
Build agents
Multi-agent orchestration — Build collaborative agent behavior and complex workflow execution using SDKs for C# and Python. Tool catalog — Connect over 1,400 tools through public and private catalogs. Memory — Retain and recall contextual information across interactions without requiring repeated input. Foundry IQ knowledge integration — Ground agent responses in enterprise or web content with citation-backed answers. Publishing — Publish agents to Microsoft 365, Teams, BizChat, or containerized deployments.Operate and govern
Real-time observability — Monitor performance and governance with built-in metrics and model tracking. Centralized AI asset management — Manage all agents, models, and tools from the Operate section, including agents registered from other clouds. Enterprise controls — Full authentication support for MCP and A2A, AI gateway integration, and Azure Policy integration.Microsoft Foundry API and SDKs
The Microsoft Foundry API provides a consistent contract for building agentic applications across different model providers. SDK client libraries are available for:- Python
- C#
- JavaScript/TypeScript (preview)
- Java (preview)
Foundry portal
The Microsoft Foundry portal is where you manage projects, deploy models, build agents, and monitor your AI assets. To use the current version, make sure the New Foundry toggle in the banner is set to on.