Class AnthropicModelInfo

java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicModelInfo

public class AnthropicModelInfo extends Object
Represents information about an Anthropic model.

This class contains metadata about available models returned by the Models API.

  • Field Details

    • id

      public String id
      The unique identifier for the model.
    • createdAt

      public String createdAt
      The timestamp when the model was created.
    • displayName

      public String displayName
      The human-readable display name for the model.
    • type

      public String type
      The type of the model.
  • Constructor Details

    • AnthropicModelInfo

      public AnthropicModelInfo()
  • Method Details