Class AnthropicModelInfo
Inheritance
AnthropicModelInfo
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class AnthropicModelInfo : ClaudeResponse, IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
Api
Declaration
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
[JsonProperty("display_name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
|
Edit this page
View Source
Provider
Declaration
public string Provider { get; }
Property Value
Implements
Extension Methods