getModels abstract method

  1. @Get(path: "v1/models")
Future<Response<Data<Model>>> getModels()

Lists the currently available models, and provides basic information about each one such as the owner and availability.

Implementation

@Get(path: "v1/models")
Future<Response<Data<Model>>> getModels();