AnthropicAiModel.Create
AnthropicAiModel Create method. Creates AnthropicAiModel with the specified AiModelType and ApiKey.
Create(AiModelType, string)
Creates AnthropicAiModel
with the specified AiModelType
and ApiKey.
public static AnthropicAiModel Create(AiModelType modelType, string apiKey)
Remarks
Claude35Sonnet, Claude35Haiku, Claude3Opus, Claude3Sonnet and Claude3Haiku are applicable.
See Also
- enum AiModelType
- class AnthropicAiModel
- namespace Wordize.AI
- assembly Wordize
Create(string, string, string)
Creates AnthropicAiModel
wit custom model url and name.
public static AnthropicAiModel Create(string url, string name, string apiKey)
Parameter | Type | Description |
---|---|---|
url | String | Url to the model. |
name | String | Name of the model. |
apiKey | String | Model api key. |
See Also
- class AnthropicAiModel
- namespace Wordize.AI
- assembly Wordize