Back to skills

azure-ai-openai-dotnet

ai-tools

Azure.AI.OpenAI is the official .NET client library for Azure OpenAI Service. It provides access to GPT-4, embeddings, DALL-E, and Whisper through a typed C# API. Supports both Azure-hosted deployment

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-openai-dotnet --skill azure-ai-openai-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-ai-openai-dotnet
View on GitHub

What This Skill Does

Azure.AI.OpenAI is the official .NET client library for Azure OpenAI Service. It provides access to GPT-4, embeddings, DALL-E, and Whisper through a typed C# API. Supports both Azure-hosted deployments and direct OpenAI compatibility. Using this SDK instead of raw HTTP calls gives you typed request/response models, built-in streaming support, and DefaultAzureCredential integration, cutting out manual auth and JSON parsing boilerplate.

When to use it

  • Working with azure ai openai dotnet functionality
  • Implementing azure ai openai dotnet features
  • Debugging azure ai openai dotnet related issues