Agent skill · DevOps & Cloud

azure-openai-2025

Azure OpenAI Service 2025 models including GPT-5, GPT-4.1, reasoning models, and Azure AI Foundry integration

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill azure-openai-2025-josiahsiegel-claude-plugin-market --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/ai-llm/azure-openai-2025-josiahsiegel-claude-plugin-market/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 2025) **Registration Required Models:** - `gpt-5-pro`: Highest capability, complex reasoning - `gpt-5`: Balanced performance and cost - `gpt-5-codex`: Optimized for code generation **No Registration Required:** - `gpt-5-mini`: Faster, more affordable - `gpt-5-nano`: Ultra-fast for simple tasks - `gpt-5-chat`: Optimized for conversational use ### GPT-4.1 Series - `gpt-4.1`: 1 million token context window - `gpt-4.1-mini`: Efficient version with 1M context - `gpt-4.1-nano`: Fastest variant **Key Improvements:** - 1,000,000 token context (vs 128K in GPT-4 Turbo) - Better instruction following - Reduced hallucinations - Improved multilingual support ### Reasoning Models **o4-mini**: Lightweight reasoning model - Faster inference - Lower cost - Suitable for structured reasoning t

What's inside
Steps it walks through
  1. Overview
  2. Latest Models (2025)
  3. GPT-5 Series (GA August 2025)
  4. GPT-4.1 Series
  5. Reasoning Models
  6. Image Generation
  7. Video Generation
  8. Audio Models
  9. Deploying Azure OpenAI
  10. Create Azure OpenAI Resource
  11. Deploy GPT-5 Model
  12. Deploy Reasoning Models
  13. Deploy GPT-4.1 with 1M Context
  14. Deploy Image Generation Model
Ships with 1 file
  • metadata.json
Commands it runs
Create OpenAI account
az cognitiveservices account create \
Get endpoint and key
az cognitiveservices account show \
az cognitiveservices account keys list \
Deploy gpt-5
az cognitiveservices account deployment create \
Deploy gpt-5-pro (requires registration)
Deploy o3 reasoning model
Deploy o4-mini
More from claude-skill-registry
All skills →
About this skill
What does the azure-openai-2025 skill do?

Azure OpenAI Service 2025 models including GPT-5, GPT-4.1, reasoning models, and Azure AI Foundry integration

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill azure-openai-2025-josiahsiegel-claude-plugin-market --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going