Models Metadata

Get metadata for benchmark model types. Returns information about model classes (scaling and tradeoff), including: - Model class names and descriptions - Available model implementations - Metrics used in each model

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
namestring

The name of the class of models.

model_descriptionstring

A plain-english description of the class of models and what they represent.

available_modelslist of objects
A list of implementations and variants of this class of models.