ACMOAIModelsManager

public final class ACMOAIModelsManager : BaseAPIManager

Models manager for calling models endpoints of Open AI

  • Lists models based on giving parameters and returns closure

    Declaration

    Swift

    func list(onSuccess: ModelsCallback.List, onError: ACMGenericCallbacks.ErrorCallback)
  • Retrieves model based on giving parameters and returns closure

    Declaration

    Swift

    func retrieve(model: String, onSuccess: ModelsCallback.Retrieve, onError: ACMGenericCallbacks.ErrorCallback)

    Parameters

    model

    String Model of possible requests