What problem does it solve?
Finds where an Azure OpenAI model can actually be deployed by discovering platform capacity and subscription quota across regions and projects, removing guesswork when a target TPM or model availability is required.
Core Features & Use Cases
- Capacity Discovery: Queries Azure modelCapacities to identify regions and SKUs with available capacity for a specified model and version.
- Quota Annotation & Validation: Cross-references subscription quota per region and marks candidate locations with quota availability or limits.
- Ranking & Project Suggestions: Ranks regions by target match, quota, project count, and available capacity and suggests sample projects when present.
- Use Case: When you receive a quota error or need a region with X K TPM for gpt-4o, run discovery to get a ranked list of deployable regions and candidate projects before handing off to deployment flows.
Quick Start
Run the discover_and_rank script with your model name, version, and minimum TPM target to produce a ranked table of candidate regions and projects annotated with quota availability.