Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Limit the number of returned instances. Limited by max limit value of 1000
Offset value is used to exclude the first set of records from the result
Order instances by transmitted fields and directions (name.asc)
Response
List of the ML Models
Description of the model.
"My first model"
Model ID.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Image URL of the model.
"registry.hub.docker.com/my_model:latest"
Name of the model.
"model1"
Port on which the model runs.
8080
Category of the model.
"Text Classification"
Default flavor for the model.
"123e4567-e89b-12d3-a456-426614174111"
Developer of the model.
"Stability AI"
Path to the documentation page.
"/docs"
URL to the EULA text.
"https://example.com/eula"
Example curl request to the model.
"curl -X POST http://localhost:8080/predict -d '{\"data\": \"sample\"}'"
Whether the model has an EULA.
true
Image registry of the model.
"123e4567-e89b-12d3-a456-426614174999"
Describing underlying inference engine.
"torch"
"tensorflow"
Describing model frontend type.
"gradio"
"vllm"
"triton"
Model name to perform inference call.
"mistralai/Pixtral-12B-2409"
OpenAI compatibility level.
"full"
"partial"
"none"
Version of the model.
"v0.1"