Skip to content

Commit 4c2fd94

Browse files
Update GenAI to preview (#1141)
* Add preview notes * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <[email protected]> --------- Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent da488b9 commit 4c2fd94

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/new-windows-ml/run-genai-onnx-models.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
title: Run LLMs and other generative models using ONNX Runtime and Windows ML
2+
title: Run LLMs and other generative models using ONNX Runtime and Windows ML (Preview)
33
description: Learn how to use Windows Machine Learning (ML) to run local GenAI ONNX models (LLMs, speech-to-text) in your Windows apps.
4-
ms.date: 01/13/2026
4+
ms.date: 03/17/2026
55
ms.topic: how-to
66
---
77

8-
# Run LLMs and other generative models using ONNX Runtime and Windows ML
8+
# Run LLMs and other generative models using ONNX Runtime and Windows ML (Preview)
99

1010
When using Generative AI (GenAI) models like Large Language Models (LLMs) or generative speech-to-text models in Windows ML, you can use the [ONNX Runtime GenAI Windows ML library](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntimeGenAI.WinML/) with Windows ML.
1111

12+
> [!NOTE]
13+
> ONNX Runtime GenAI libraries are in 0.x preview releases and are subject to change.
14+
1215
The GenAI API gives you an easy, flexible and performant way of running generative models on device. It implements the generative AI loop for ONNX models, including pre and post processing, inference with ONNX Runtime, logits processing, search and sampling, KV cache management, and grammar specification for tool calling.
1316

1417
## Supported models

0 commit comments

Comments
 (0)