Setup & Installation
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
