Microsoft Foundry
Use Microsoft Foundry for new Azure model accounts and migrations. It supports the OpenAI-compatible v1 surface as well as provider-specific routes required by Claude and Cohere deployments.- Configure the resource’s OpenAI endpoint and, for discovery and provider-specific models, its project endpoint.
- Configure authentication once at the provider-account level.
- Add integrations by Azure deployment name.
- Use a Gateway model FQN such as
my-foundry/gpt-4.1in requests.
Existing Azure OpenAI and Azure AI Foundry resources remain available through their existing integrations. Microsoft Foundry is the unified path for new accounts and migrations.
Resource endpoints
Microsoft Foundry accounts can use two endpoint fields:- OpenAI endpoint: Used for the OpenAI-compatible
/openai/v1inference surface. - Project endpoint: Used for deployment discovery and resource-level provider routes such as Anthropic Messages and Cohere rerank.
Do not append
/openai, /openai/v1, or an API path to the configured endpoint. The Gateway constructs the upstream path.