Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt

Use this file to discover all available pages before exploring further.

List components of the uploaded ONNX model.

POST /revisions/:id/data (Command: describe)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be onnx.
commandstringYesMust be describe.

Response

ParameterTypeDescription
componentsarrayList of model file components.

Example

{
  "engine": "onnx",
  "command": "describe"
}