Class AnthropicModelsListResponse
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicModelsListResponse
Response object from the Anthropic Models List API.
Contains a paginated list of available models and pagination metadata.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of model information objects.The ID of the first model in the list (for pagination).Whether there are more models available beyond this page.The ID of the last model in the list (for pagination). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
The list of model information objects. -
firstId
The ID of the first model in the list (for pagination). -
lastId
The ID of the last model in the list (for pagination). -
hasMore
Whether there are more models available beyond this page.
-
-
Constructor Details
-
AnthropicModelsListResponse
public AnthropicModelsListResponse()
-
-
Method Details
-
hashCode
-
equals
-
toString
-