Skip to main content
Instant access to models lets you call any supported model by name — no deployment required. Create a Foundry project, start coding, and use any available model immediately.

Prerequisites

  • 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.
For the model parameter, use the instant access model name, such as "gpt-5-mini", instead of a deployed model name.

C#

For the model parameter, use the instant access model name, such as "gpt-5-mini", instead of a deployed model name.

Playground for instant access models

To reach the playground for instant access models, use one of these paths:
  1. From Home, select Test in playground.
  2. From Home, select Explore models to go to the model catalog. Or, select Discover > Models. Either path opens the catalog.
  3. From the model catalog, select an instant access model to view its details.
  4. From an instant access model details page, select Open playground.
  5. From a playground, use the Model dropdown to switch to other instant access or deployed models.
Diagram of navigation paths from Home to Playground, including Catalog and Model routes.

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.
Deployments aren’t going away. They remain the right choice when you need reserved throughput, custom content filters, data residency, or advanced enterprise configurations. Instant access simplify the getting-started experience so that deployments become something you level up to, not a gate you must pass before you can use a model.

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-latest
  • gpt-5.6-sol
  • gpt-5.5
  • gpt-5-mini
  • gpt-5.3-codex
To see all models that support instant access:
  1. Open a project in West US 3 in the new Foundry experience,
  2. Select Discover in the upper-right navigation, then Models in the left pane.
  3. In the model catalog, select Instant under Development options to view the available instant access models.
You can also list instant access models programmatically:
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.
For more details on how global and regional quotas interact, see Manage and increase quotas.

Enterprise controls

To remove instant access from an account, configure the settings through Bicep or ARM REST.
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.