Prerequisites
- An Azure subscription. Create one for free.
- Sign in to Microsoft Foundry. Make sure the New Foundry toggle is on. These steps refer to Foundry (new).

- A Foundry project in West US 3 (the only supported region for instant access during preview). If you need to create a project, see Create a project.
- The Foundry User role on the project or account.
The Foundry RBAC roles were recently renamed. Foundry User, Foundry Owner, Foundry Account Owner, and Foundry Project Manager were previously named Azure AI User, Azure AI Owner, Azure AI Account Owner, and Azure AI Project Manager. You might still see the previous names in some places while the rename rolls out. The role IDs and core permissions are unchanged by the rename.
Start using models instantly
With instant access, the workflow is simple — use a supported instant model name in your code. No deployment needed. The same API, SDK, and client you already use for deployments works with instant access models. No second SDK, no separate client, no configuration changes. Support for instant access continues to expand over time. The exact set changes frequently. See Supported models for ways to see the full list.- Python
- TypeScript
- Java
- REST API
- Foundry portal
Playground for instant access models
To reach the playground for instant access models, use one of these paths:- From Home, select Test in playground.
- From Home, select Explore models to go to the model catalog. Or, select Discover > Models. Either path opens the catalog.
- From the model catalog, select an instant access model to view its details.
- From an instant access model details page, select Open playground.
- From a playground, use the Model dropdown to switch to other instant access or deployed models.

Why instant access matters
- Switch models by changing one string — use any instant model name in the
model=line, without creating or deleting deployments. - Same API and SDK — the same calls work for both instant access and deployments.
- Works with your dev tools — instant access integrates with Foundry CLI, VS Code, and CI/CD pipelines the same way deployments do.
Supported models
New models support instant access by default when they’re released. The product team considers support for additional models based on customer demand. The list grows over time, and examples of models you might see include:chat-gpt-latestgpt-5.6-solgpt-5.5gpt-5-minigpt-5.3-codex
- Open a project in West US 3 in the new Foundry experience,
- Select Discover in the upper-right navigation, then Models in the left pane.
- In the model catalog, select Instant under Development options to view the available instant access models.
During the preview, instant access models are available in projects in West US 3 only.Some instant access models might appear in the list even if your subscription has no
quota for them. For more information, see
Quotas and limits for Foundry Models.
When to use instant access vs. deployments
Instant access and deployments can coexist in the same project. You can start with instant access model and create a deployment later as your requirements evolve.
Model versions
By default, instant access uses the latest evergreen version of a model. To pin to a specific version, append the version date to the model name as a hyphenated suffix:
Version pinning is opt-in. If your application requires stability, include the version suffix. Otherwise, you always get the latest version automatically.
How quota is consumed
Instant access draws from a per-model global quota pool assigned to your subscription. This quota is separate from the regional quota used by standard deployments.- You don’t allocate or partition global quota — it’s shared automatically across all instant model usage in your subscription.
- Global Standard deployments reserve a portion of your global quota. Instant access models use whatever capacity remains.
- Other deployment types (Regional Standard, Provisioned) use separate regional quota and don’t affect your instant model capacity.
- If instant model requests are throttled, you can request a quota increase or create a deployment with reserved capacity.
Enterprise controls
To remove instant access from an account, configure the settings through Bicep
or ARM REST.
- REST API
- Bicep
Update your account with:Use this request body to effectively shut off instant model access:
All instant access models use default guardrails and content filters. However, you can’t configure custom guardrails or Responsible AI (RAI) policies on a per-model basis for instant access. You can set a default RAI policy at the account level through the API, but that policy applies uniformly to all instant access models. If you need different content filtering policies for individual models, use a deployment.
Deployment name collisions
New deployments can’t use a name that matches an existing model name. If you have an existing deployment whose name collides with a model name, the deployment takes precedence and instant model access for that model name is unavailable in that project.Limitations during preview
- Available in West US 3 only.
- Fine-tuned models aren’t supported. To use a fine-tuned model, create a deployment.
- Guardrails, custom RAI policies, and content filters aren’t configurable for instant access.
- Only the models listed in Supported models are eligible.