Class AnthropicModelData
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class AnthropicModelData : AnthropicResponse, IApiModelData
Properties
Api
Declaration
public Api Api { get; }
Property Value
Type | Description |
---|---|
Api |
Name
Name of this data.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
Type | Description |
---|---|
string |
Provider
Declaration
public string Provider { get; }
Property Value
Type | Description |
---|---|
string |