List model specs.Ask AIget https://api.cast.ai/ai-optimizer/v1beta/organizations/{organizationId}/model-specsGets the list of model specs.Path ParamsorganizationIdstringrequiredThe organization ID.Query Paramspage.limitstringDefines the number of items that should be returnedpage.cursorstringCursor that defines token indicating where to start the next page. Empty value indicates to start from beginning of the dataset.sort.fieldstringThe field name to order by. Nested fields can be specified by using a dot (e.g. user.name).sort.orderstringenumThe order of returned items. Default is ASC.ASCascDESCdescAllowed:ASCascDESCdesccloudstringenumThe cloud provider.CLOUD_UNSPECIFIEDGCPAWSAZUREORACLEAllowed:CLOUD_UNSPECIFIEDGCPAWSAZUREORACLEregionstringThe region of cloud provider. We use the region to find the price of the instance type for running the model. If not specified, the cheapest instance type's price will be used from any region.registryTypestringenumThe type of the registry.REGISTRY_TYPE_UNSPECIFIEDHUGGING_FACEPRIVATEAllowed:REGISTRY_TYPE_UNSPECIFIEDHUGGING_FACEPRIVATEregistryIdstringThe private registry ID.Responses 200OK defaultDefault error responseUpdated 5 months ago