[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
SEQ. 3
SEQ. 4

Exploring the Model Catalog

📦 The Model Catalog 7 min 60 BASE XP

Your AI Model Marketplace

The Foundry Model Catalog is one of the platform's most powerful features - a curated marketplace of 1,800+ AI models from multiple providers, continuously updated with the latest releases.

Available Model Providers (June 2026)

ProviderKey ModelsStrengths
OpenAIOpenAI o1, OpenAI o3-mini, GPT-4o, o3-mini, o3Frontier reasoning, omnimodal, agentic tool-calling
Microsoft (MAI)MAI-Transcribe-1, MAI-Voice-1, MAI-Image-2, Phi-4, Phi-4-mini, Phi-4-reasoning, Phi-4-visionFirst-party speech/vision, efficient on-device, extended Phi family
Microsoft ResearchMagenticBrain, Fara1.5-9Bmodern research models for specialized reasoning and efficiency
MetaLlama 3.3 70B, Llama 3.1 405BOpen-source, customizable, multimodal
MistralMistral Large, Ministral 3BEfficient, multilingual
AlibabaQwen3 32BMultilingual reasoning
xAIGrok 4.3High-throughput reasoning, real-time knowledge
Fireworks AIDeepSeek V4, DeepSeek V3.2, Kimi 2.6Ultra-fast open-weight inference
CohereCommand R+, Embed v3Enterprise RAG, embeddings

Model Card Information

Every model has a Model Card containing benchmarks, license info, supported deployment types, pricing, and sample code.

GPT-4o & OpenAI o1 on Azure AI Foundry

OpenAI o1 became Generally Available on Azure Foundry on April 23, 2026. It is an omnimodal frontier model with a 1M context window, priced at $5 / $30 per MTok (input / output). OpenAI o1 is also available on Amazon Bedrock as of June 1, 2026, making it the first OpenAI model accessible across both major cloud providers simultaneously.

The Model Router

Foundry includes a Model Router that can automatically select the most appropriate model for a given prompt or workflow. This means your application can dynamically choose between OpenAI o1 for the most demanding tasks, OpenAI o3-mini for complex reasoning, or a smaller model like Phi-4 for simple tasks - optimizing cost and speed without code changes.

💡 Key Insight: The Model Catalog uses the Azure AI Model Inference API - a unified API that works across all models regardless of provider. Combined with the Model Router, you can swap or auto-select models without changing your code.
FOUNDRY VERIFICATION
QUERY 1 // 2
What is the Azure AI Model Inference API?
An API specific to OpenAI models
A unified API that works across all catalog models regardless of provider
A training API
A billing API