·azure-ai-inference-dotnet
</>

azure-ai-inference-dotnet

microsoft/agent-skills

Azure AI Inference SDK for .NET. Chat completions, embeddings, and model inference for AI models deployed via Azure AI Foundry and Azure Machine Learning Studio. Use for serverless API endpoints and managed compute endpoints. Triggers: "Azure.AI.Inference", "ChatCompletionsClient", "EmbeddingsClient", "model inference", "chat completions .NET", "text embeddings .NET", "Azure AI Foundry inference".

0Installs·0Trend·@microsoft

Installation

$npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-inference-dotnet

SKILL.md

Azure AI Inference client library for chat completions, embeddings, and model inference for AI models deployed by Azure AI Foundry and Azure Machine Learning Studio.

| ChatCompletionsClient | Main client for chat completions | | EmbeddingsClient | Client for text embeddings | | ImageEmbeddingsClient | Client for image embeddings | | ChatCompletionsOptions | Request options for chat completions | | EmbeddingsOptions | Request options for embeddings | | ChatCompletions | Response containing chat completion |

| EmbeddingsResult | Response containing embeddings | | StreamingChatCompletionsUpdate | Streaming response update | | ChatRequestSystemMessage | System message in conversation | | ChatRequestUserMessage | User message in conversation | | ChatRequestAssistantMessage | Assistant message in conversation | | ChatRequestToolMessage | Tool result message |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-inference-dotnet
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is azure-ai-inference-dotnet?

Azure AI Inference SDK for .NET. Chat completions, embeddings, and model inference for AI models deployed via Azure AI Foundry and Azure Machine Learning Studio. Use for serverless API endpoints and managed compute endpoints. Triggers: "Azure.AI.Inference", "ChatCompletionsClient", "EmbeddingsClient", "model inference", "chat completions .NET", "text embeddings .NET", "Azure AI Foundry inference". Source: microsoft/agent-skills.

How do I install azure-ai-inference-dotnet?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-inference-dotnet Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/microsoft/agent-skills