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
name
The name of the class of models.
model_description
A plain-english description of the class of models and what they represent.
available_models
A list of implementations and variants of this class of models.

