Class ModelServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.ModelServiceAsync
public final class ModelServiceAsyncImpl implements ModelServiceAsync
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<BetaModelInfo>retrieve(BetaModelRetrieveParams params, RequestOptions requestOptions)Get a specific model. CompletableFuture<BetaModelListPageAsync>list(BetaModelListParams params, RequestOptions requestOptions)List available models. -
-
Method Detail
-
retrieve
CompletableFuture<BetaModelInfo> retrieve(BetaModelRetrieveParams 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
CompletableFuture<BetaModelListPageAsync> list(BetaModelListParams 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.
-
-
-
-