capacity

Query Azure OpenAI model capacity and subscription quotas across regions.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/apic-tools-demos --skill capacity-azaslonov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capacity
Source: https://github.com/azaslonov/apic-tools-demos/tree/main/plugins/azure/skills/microsoft-foundry/models/deploy-model/capacity
Command: npx skills add https://github.com/azaslonov/apic-tools-demos --skill capacity-azaslonov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users discover Azure OpenAI model capacity across regions and projects, enabling optimized deployment decisions and resource planning.

Core Features & Use Cases

  • Capacity Searching: Find regions with available capacity that meet specific TPU requirements.
  • Quota Verification: Check subscription limits to ensure deployment feasibility.
  • Use Case: A user wants to deploy GPT-4 in the region with the highest available capacity that also aligns with quota restrictions. They can query the capacity and quota status to identify the best deployment location.

Quick Start

Use the capacity skill to find regions with at least 50K TPM available for gpt-4 in the eastus region.

Frequently Asked Questions about capacity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Azure OpenAI model capacity across regions before deployment?

You can check Azure OpenAI model capacity across regions by querying API endpoints and cross-referencing subscription quotas to identify which deployment sites have available resources and meet your specific TPM requirements.

What's the best way to find available Azure regions for GPT-4 deployment based on quota?

The best way to find available Azure regions for GPT-4 deployment is to run capacity search scripts that query regional API endpoints and verify your subscription limits to ensure the deployment location is feasible.

Can I use this to plan a multi-region deployment strategy for Azure OpenAI models?

Yes, you can use this to plan a multi-region deployment strategy for Azure OpenAI models by searching for regions with specific available capacity and verifying that your subscription quota supports the planned resource allocation.

How does quota verification work when finding Azure OpenAI deployment locations?

Quota verification works by cross-referencing your subscription limits against the available model capacity found in various regions, ensuring that the identified deployment locations align with your restrictions before you commit resources.

Why does my Azure OpenAI model deployment fail due to regional capacity limits?

Your Azure OpenAI model deployment may fail due to regional capacity limits if the target region lacks the required available TPM or if your subscription quota restrictions prevent the allocation of the requested resources.

Do I need specific scripts to identify optimal Azure OpenAI deployment sites?

Yes, you need specific scripts to query Azure OpenAI API endpoints and cross-reference subscription quotas, allowing you to identify the optimal deployment sites based on actual capacity availability and quota limits.