Class AnthropicModel
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents an Anthropic model.
public class AnthropicModel
- Inheritance
-
AnthropicModel
- Inherited Members
Properties
CreatedAt
The created date of the model.
[JsonPropertyName("created_at")]
public DateTimeOffset CreatedAt { get; init; }
Property Value
DisplayName
The display name of the model.
[JsonPropertyName("display_name")]
public string DisplayName { get; init; }
Property Value
Id
The id of the model.
public string Id { get; init; }
Property Value
Type
The type of the model.
public string Type { get; init; }