url property
AnthropicAiModel.url property
Gets or sets a URL of the model. The default value is “https://api.anthropic.com/".
@property
def url(self) -> str:
...
@url.setter
def url(self, value: str):
...
See Also
- module aspose.words.ai
- class AnthropicAiModel