Models API#

List All Available Tasks and Models API#

Endpoint: /models/

Method: GET

Description: The List All Available Tasks and Models API retrieves a list of all available tasks and models.

List Models for a Given Task API#

Endpoint: /models/{task}

Method: GET

Description: The List Models for a Given Task API retrieves a list of models for a specified task.

Get Computational Graph for a Given Model API#

Endpoint: /models/{task}/{model}/graph

Method: GET

Description: The Get Computational Graph for a Given Model API retrieves the computational graph for a specified model.