Table of Contents

Class ModelService

public class ModelService : CrudServiceBase<GroqCloudClient>
Inheritance
object
ModelService

Constructors

ModelService(GroqCloudClient)

public ModelService(GroqCloudClient client)

Parameters

client GroqCloudClient

Methods

ListAsync(RESTOptions)

public UniTask<GroqCloudModelList> ListAsync(RESTOptions options = null)

Parameters

options RESTOptions

Returns

UniTask<GroqCloudModelList>

RetrieveAsync(string, RESTOptions)

public UniTask<GroqCloudModelData> RetrieveAsync(string id, RESTOptions options = null)

Parameters

id string
options RESTOptions

Returns

UniTask<GroqCloudModelData>