Class ModelService
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class ModelService : CrudServiceBase<CohereClient>, ICrudService
Constructors
|
Edit this page
View Source
ModelService(CohereClient)
Declaration
public ModelService(CohereClient client)
Parameters
Methods
|
Edit this page
View Source
ListAsync(RequestOptions)
Declaration
public UniTask<CohereModelList> ListAsync(RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
RetrieveAsync(string, RequestOptions)
Declaration
public UniTask<CohereModelInfo> RetrieveAsync(string modelId, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods