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
FieldsModifier and TypeFieldDescriptionThe timestamp when the model was created.The human-readable display name for the model.The unique identifier for the model.Maximum number of input tokens the model can accept.Maximum number of output tokens the model can generate.The type of the model. -
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. -
maxInputTokens
Maximum number of input tokens the model can accept. -
maxOutputTokens
Maximum number of output tokens the model can generate.
-
-
Constructor Details
-
AnthropicModelInfo
public AnthropicModelInfo()
-
-
Method Details
-
hashCode
-
equals
-
toString
-