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 AI-powered features such as document summarization and analysis, document translation, and grammar checking by integrating generative language models from industry leaders.

Supported Model Types

Aspose.Words library currently supports integration with:

  • OpenAI,
  • Google,
  • and Claude models' families.

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 following code example shows how to create a new instance of AiModel class.

def create(self, model_type: aspose.words.ai.AiModelType):
    ...