Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/ai/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ Millions of developers use .NET to create applications that run on the web, on m
* Runs on top of the most popular web servers and cloud platforms.
* Provides powerful tooling to edit, debug, test, and deploy.

## Supported AI providers

.NET libraries support a wide range of AI service providers, enabling you to build applications with the AI platform that best fits your needs. The following table lists the major AI providers that integrate with `Microsoft.Extensions.AI`:

| Provider | Description |
|----------|------------------------|---------------------------|-----------------|-------------|
| OpenAI | Direct integration with OpenAI's models including GPT-4, GPT-3.5, and DALL-E |
| Azure OpenAI | Enterprise-grade OpenAI models hosted on Azure with enhanced security and compliance |
| Azure AI Foundry | Microsoft's managed platform for building and deploying AI agents at scale |
| GitHub Models | Access to models available through GitHub's AI model marketplace |
| Ollama | Run open-source models locally, for example, Llama, Mistral, and Phi-3 |
| Google Gemini | Google's multimodal AI models |
| Amazon Bedrock | AWS's managed service for foundation models |

Any AI provider that's usable with `Microsoft.Extensions.AI` is also usable with Agent Framework and Semantic Kernel.

## What can you build with AI and .NET?

The opportunities with AI are near endless. Here are a few examples of solutions you can build using AI in your .NET applications:
Expand Down