Interface ModelService
-
- All Implemented Interfaces:
public interface ModelService
-
-
Method Summary
Modifier and Type Method Description abstract BetaModelInforetrieve(BetaModelRetrieveParams params, RequestOptions requestOptions)Get a specific model. abstract BetaModelInforetrieve(BetaModelRetrieveParams params)Get a specific model. abstract BetaModelListPagelist(BetaModelListParams params, RequestOptions requestOptions)List available models. abstract BetaModelListPagelist(BetaModelListParams params)List available models. -
-
Method Detail
-
retrieve
abstract 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.
-
retrieve
abstract BetaModelInfo retrieve(BetaModelRetrieveParams params)
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
abstract BetaModelListPage 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.
-
list
abstract BetaModelListPage list(BetaModelListParams params)
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.
-
-
-
-