Supported AI Models
Aspose.Words now leverages advanced AI models to enhance document processing and analysis. With the Aspose.Words.AI namespace, developers can access features that utilize AI for tasks like document summarization and analysis, integrating generative language models from industry leaders.
Aspose.Words library currently supports integration with OpenAI and Google generative language models. These models bring powerful capabilities for working with documents. By enabling seamless interaction with these AI tools, Aspose.Words simplifies complex tasks and enhances productivity for developers.
You can create a model instance using the Create method of the AiModel class. The full list of supported model types is listed in the AiModelType enumeration.
The following code example shows how to create a new instance of AiModel class.
public static AiModel Create(AiModelType modelType)