Microsoft.Windows.AI.MachineLearning 2.1.3-experimental

Using Microsoft.Windows.AI.MachineLearning

The Microsoft.Windows.AI.MachineLearning package provides Windows Machine Learning APIs for on-device AI inference using ONNX Runtime.

Requirements

  • Minimum OS: Windows 10 19H1 (build 18362) or later.
  • For Windows 10 versions prior to 19H1 (build 18362), use the Microsoft.WindowsAppSDK.ML package instead, which provides framework-based deployment via the Windows App SDK runtime.

Getting Started

Add a reference to Microsoft.Windows.AI.MachineLearning in your project. No additional configuration is required for unpackaged apps on Windows 10 19H1+ and Windows 11.

Native C++

#include <winrt/Microsoft.Windows.AI.MachineLearning.h>

.NET

using Microsoft.Windows.AI.MachineLearning;

Deployment

Binaries are deployed alongside your application:

MyApp/
├── MyApp.exe
├── Microsoft.Windows.AI.MachineLearning.dll
├── onnxruntime.dll
└── DirectML.dll

WinRT activation relies on OS-native reg-free WinRT, available on Windows 10 19H1+.

Using ONNX Runtime Headers

The ONNX Runtime headers are included in a winml subdirectory:

#include <winml/onnxruntime_c_api.h>
#include <winml/onnxruntime_cxx_api.h>

To use headers without the winml/ prefix:

<PropertyGroup>
  <WinMLEnableDefaultOrtHeaderIncludePath>true</WinMLEnableDefaultOrtHeaderIncludePath>
</PropertyGroup>

WindowsAppSDK Integration

For WindowsAppSDK consumers or packaged (MSIX) applications, use Microsoft.WindowsAppSDK.ML instead. It depends on this package transitively and provides additional integration with the Windows App SDK runtime.

More Information

No packages depend on Microsoft.Windows.AI.MachineLearning.

.NET 8.0

Version Downloads Last updated
2.4.66-preview 0 07/15/2026
2.3.10-preview 0 06/25/2026
2.1.75-experimental 1 07/16/2026
2.1.74 0 07/13/2026
2.1.71 0 06/10/2026
2.1.70 2 07/15/2026
2.1.6 2 07/16/2026
2.1.3-experimental 1 07/16/2026
2.1.1 1 07/16/2026
2.0.325-experimental 0 04/21/2026
2.0.300 2 07/15/2026
2.0.297-preview 0 03/26/2026