Models

Retrieve all available models

get

This endpoint retrieves information about all available models.

Responses
200

A list of available models.

application/json
get
/models/

Get detailed information about a model

get

This endpoint returns detailed information of the passed model including evaluations and hardware configs.

Path parameters
model_idstringRequired

The unique identifier of the model.

Example: meta-llama--Meta-Llama-3.1-70B-Instruct
Responses
200

Successfully returned information about a specific model.

application/json
get
/models/{model_id}

Last updated