Class AnthropicModelInfo
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicModelInfo
Represents information about an Anthropic model.
This class contains metadata about available models returned by the Models API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The unique identifier for the model. -
createdAt
The timestamp when the model was created. -
displayName
The human-readable display name for the model. -
type
The type of the model.
-
-
Constructor Details
-
AnthropicModelInfo
public AnthropicModelInfo()
-
-
Method Details
-
hashCode
-
equals
-
toString
-