Aspose.Words.AI
The Aspose.Words.AI namespace enables seamless integration with large language models (LLMs), such as OpenAI and Gemini, providing robust support for AI-powered document processing.
Classes
Class | Description |
---|
AiModel | Represents information about a Generative Language Model. |
GoogleAiModel | An abstract class representing the integration with Google’s AI models within the Aspose.Words. |
OpenAiModel | An abstract class representing the integration with OpenAI’s large language models within the Aspose.Words. |
SummarizeOptions | Allows to specify various options for summarizing document content. |
Interfaces
Interface | Description |
---|
IAiModelText | The common interface for AI models designed to generate a variety of text-based content. |
Enumeration
Enumeration | Description |
---|
AiModelType | Represents the types of AiModel that can be integrated into the document processing workflow. |
SummaryLength | Enumerates possible lengths of summary. |