AiModel.create method. Creates a new instance of [AiModel](../) class.... AI . AiModelType ) Parameter Type...AiModelType Examples Shows how to summarize text using OpenAI and Google...
IAiModelText.check_grammar method. Checks grammar of the provided document...operation leverages the connected AI model for checking grammar of..., options : aspose . words . ai . CheckGrammarOptions ): ......
AiModel.with_api_key method. Sets a specified API key to the model....str Examples Shows how to summarize text using OpenAI and Google... model = aw . ai . AiModel . create ( aw . ai . AiModelType ...
OpenAiModel.with_organization method. Sets a specified Organization to the model....str Examples Shows how to summarize text using OpenAI and Google... model = aw . ai . AiModel . create ( aw . ai . AiModelType ...
SummarizeOptions.summaryLength property. Allows to specify summary length... AI . SummaryLength Examples Shows how to summarize text...language models. let model = aw . AI . AiModel . createGpt4OMini ();...
aspose.words.Ai.AnthropicAiModel class. An abstract class representing the integration with Anthropic’s Ai models within the Aspose.Words....integration with Anthropic’s AI models within the Aspose.Words...operation leverages the connected AI model for checking grammar of...
aspose.words.Ai.AiModel class. Represents information about a Generative Language Model....Name Description as_anthropic_ai_model() Cast AiModel to AnthropicAiModel...as_google_ai_model() Cast AiModel to GoogleAiModel . as_open_ai_model()...
aspose.words.Ai.SummaryLength enumeration. Enumerates possible lengths of summary.... Examples Shows how to summarize text using OpenAI and Google... model = aw . ai . AiModel . create ( aw . ai . AiModelType ...
SummarizeOptions constructor. Initializes a new instances of [SummarizeOptions](../) class.... Examples Shows how to summarize text using OpenAI and Google... model = aw . ai . AiModel . create ( aw . ai . AiModelType ...