Package com.anthropic.services.blocking
Class ModelServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.ModelService
public final class ModelServiceImpl implements ModelService
-
-
Method Summary
Modifier and Type Method Description ModelInforetrieve(ModelRetrieveParams params, RequestOptions requestOptions)Get a specific model. ModelListPagelist(ModelListParams params, RequestOptions requestOptions)List available models. -
-
Method Detail
-
retrieve
ModelInfo retrieve(ModelRetrieveParams params, RequestOptions requestOptions)
Get a specific model.
The Models API response can be used to determine information about a specific model or resolve a model alias to a model ID.
-
list
ModelListPage list(ModelListParams params, RequestOptions requestOptions)
List available models.
The Models API response can be used to determine which models are available for use in the API. More recently released models are listed first.
-
-
-
-