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


Create(string, string, string)

Creates AnthropicAiModel wit custom model url and name.

public static AnthropicAiModel Create(string url, string name, string apiKey)
ParameterTypeDescription
urlStringUrl to the model.
nameStringName of the model.
apiKeyStringModel api key.

See Also