$npx skillfedfor your agent

azure-openai-2025

Azure OpenAI 2025 equips you with the latest models—GPT-5, GPT-4.1, o3, and o4-mini—plus Sora video generation and image tools. Get deployment commands, Python and .NET SDK recipes, SKU selection strategies, and patterns for on-your-data retrieval and vector search.

Azure OpenAI 2025 deploys GPT-5, reasoning models, and Sora with Azure CLI commands and SDK examples for Python, .NET, and JavaScript.

AI-generated summary based on this skill's SKILL.md

49 10 MITupdated by JosiahSiegel

Decision gist · record as of 2026-06-18

Azure OpenAI 2025 deploys GPT-5, reasoning models, and Sora with Azure CLI commands and SDK examples for Python, .NET, and JavaScript. Azure OpenAI 2025 equips you with the latest models—GPT-5, GPT-4.1, o3, and o4-mini—plus Sora video generation and image tools. Get deployment commands, Python and .NET SDK recipes, SKU selection strategies, and patterns for on-your-data retrieval and vector search.

manual: git clone https://github.com/JosiahSiegel/claude-plugin-marketplace → cp -r claude-plugin-marketplace/plugins/azure-master/skills/azure-openai-2025 ~/.claude/skills/azure-openai-2025
plugins/azure-master/skills/azure-openai-2025/SKILL.md · version 0a0a4cec

Use it when

  • Azure OpenAI 2025 includes GPT-5 for advanced reasoning and generation, GPT-4.1 with 1 million token context.
  • Azure OpenAI 2025's Python SDK setup begins by installing `azure-openai`.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

JosiahSiegel/claude-plugin-marketplace/azure-openai-2025 · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I deploy GPT-5 on Azure?

Azure OpenAI 2025 supports GPT-5 deployment through the Azure portal, Azure CLI, or Infrastructure as Code templates. Select your target region, choose a Standard or Provisioned Throughput SKU based on your throughput needs, and configure capacity units. Use the Azure OpenAI Python SDK or REST API to connect; set your endpoint and API key in environment variables, then instantiate the client and call the model via the deployment name you assigned during setup.

What are the latest Azure OpenAI models available in 2025?

Azure OpenAI 2025 includes GPT-5 for advanced reasoning and generation, GPT-4.1 with 1 million token context, o3 and o4-mini for specialized reasoning tasks, and multimodal models like GPT-4o. For creative content, Sora generates videos, GPT-image-1 creates images, and speech transcription models handle audio. Embedding models support vector search and on-your-data retrieval patterns for RAG applications.

How do I set up Azure OpenAI with the Python SDK?

Azure OpenAI 2025's Python SDK setup begins by installing `azure-openai`. Import `AzureOpenAI`, then initialize it with your endpoint URL, API key, and API version. For on-your-data retrieval, configure the `AzureOpenAIClient` with your search index details and enable the retrieval extension. Pass your deployment name and messages to the `chat.completions.create()` method; the SDK handles authentication and routing automatically.

How should I configure content filtering and security for production?

Azure OpenAI 2025 production workloads benefit from managed identity authentication (avoiding API key exposure), private endpoint setup to restrict network access, and content filtering policies configured in Azure AI Foundry. Enable monitoring and logging through Application Insights, set up alerts for quota and cost thresholds, and use role-based access control (RBAC) to limit deployment and model access by team.

What strategies optimize costs and manage quotas in Azure OpenAI?

Azure OpenAI 2025 cost optimization uses model router to intelligently distribute requests across regions and SKUs, Provisioned Throughput for predictable pricing on high-volume workloads, and quota management via Azure portal limits. Monitor token consumption per deployment, right-size capacity units to match actual throughput, and leverage regional availability to route requests to lower-cost regions when latency permits.

Can I generate images and videos with Azure OpenAI 2025?

Yes, Azure OpenAI 2025 supports Sora for video generation and GPT-image-1 for image creation. Deploy these models like any other; call them via the Python SDK or REST API with your prompt and parameters. For audio, use the speech transcription models to convert voice to text. All multimodal models follow the same authentication and quota management patterns as text models.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Azure OpenAI Service - 2025 Models and Features

Complete knowledge base for Azure OpenAI Service with latest 2025 models including GPT-5, GPT-4.1, reasoning models, and Azure AI Foundry integration.

Overview

Azure OpenAI Service provides REST API access to OpenAI's most powerful models with enterprise-grade security, compliance, and regional availability.

Latest Models (2025)

GPT-5 Series (GA August

(truncated - see the full file via the links below)

File tree — 2 files
plugins/azure-master/skills/azure-openai-2025/SKILL.md
plugins/azure-master/skills/azure-openai-2025/references/cost-monitoring.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Deploy and configure Azure OpenAI models (GPT-5, o3, o4-mini) with appropriate SKUs and capacity”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

preset
by microsoft · microsoft/azure-skills

preset automates Azure OpenAI model deployment by scanning capacity across regions and routing to the best available option. It checks your current region first, then surfaces alternatives if needed, and handles project selection or creation as part of the workflow.

MITupdated Jul 2026
★ 1,328repo stars
azure-ml-foundry-workspace
by JosiahSiegel · JosiahSiegel/claude-plugin-marketplace

Complete reference for provisioning and configuring Azure Machine Learning workspaces and AI Foundry projects, covering workspace hierarchy, managed networking with private endpoints, compute targets, and endpoint deployment. Includes az ml CLI v2 and PowerShell Az.MachineLearningServices commands, managed identity setup, ACR integration, and diagnostic workflows for troubleshooting compute and deployment logs.

MITupdated Jun 2026
★ 49repo stars
customize
by microsoft · microsoft/azure-skills

Customize provides an interactive guided workflow for deploying Azure OpenAI models when you need precise control over configuration. Choose your model version, select from available SKUs (GlobalStandard, Standard, ProvisionedManaged, DataZoneStandard), set exact capacity, configure content filtering policies, and enable advanced features like dynamic quota or priority processing. Best for deployments with specific requirements; use the preset skill instead for quick deployment to the optimal region.

MITupdated Jul 2026
★ 1,328repo stars
container-apps-gpu-2025
by JosiahSiegel · JosiahSiegel/claude-plugin-marketplace

Container Apps GPU 2025 equips you to run AI and machine learning workloads on serverless GPU infrastructure with automatic scaling and pay-per-use billing. It covers serverless and dedicated GPU deployment, Dapr service integration, scale-to-zero capabilities, and production patterns for inference and batch processing.

MITupdated Jun 2026
★ 49repo stars
az-aks-agent
by julianobarbosa · julianobarbosa/claude-code-skills

Azure AKS Agent is an AI-powered troubleshooting tool that lets you diagnose cluster health, pod failures, networking, storage, and security issues through conversational queries. Ask natural language questions about your AKS cluster directly from the terminal without needing Kubernetes expertise or complex command syntax.

MITupdated Jul 2026
★ 5repo stars
aks-automatic-2025
by JosiahSiegel · JosiahSiegel/claude-plugin-marketplace

AKS Automatic 2025 is a fully-managed Kubernetes offering that handles cluster operations, security patching, and node provisioning automatically. It includes Karpenter-based dynamic scaling, Microsoft Entra integration, Azure CNI Overlay networking with Cilium, and built-in monitoring through Azure Monitor. Use this skill to deploy production clusters, configure autoscaling with HPA/VPA/KEDA, set up workload identity, and understand the new billing model.

MITupdated Jun 2026
★ 49repo stars

More skills deployment-stacks-2025 (MIT) · ml-cloud-deployment (MIT)

Tags
enterprise-ai-deploymentreasoning-model-inferencemultimodal-generationtoken-context-scalingcapacity-provisioningmodel-router-optimizationvector-search-integrationcompliance-safety-filtersfoundry-observability