Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AI-powered Extensions for DevExpress Reporting

  • 2 minutes to read

DevExpress Reporting ships with the following AI-powered Extensions:

Review demos and GitHub examples listed below for implementation guidance.

#Demos and Examples

Review the following topics for links to GitHub examples and demos:

#Supported AI Services

DevExpress AI APIs allow you to register and use the following AI services in your applications:

Note

DevExpress AI-powered extensions follow the “bring your own key” principle. DevExpress does not offer a REST API and does not ship any built-in LLMs/SLMs. You need an active Azure/Open AI subscription to obtain the REST API endpoint, key, and model deployment name. These variables must be specified at application startup to register AI clients and enable DevExpress AI-powered Extensions in your application.

#Prerequisites

Our implementation is based on the abstractions from the Microsoft.Extensions.AI library.

For information on AI Client registration, refer to the following section in the AI Integration help topic: Register AI Clients.