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.

Download a file component of the ONNX model.

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

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be onnx.
commandstringYesMust be download.
pathstringYesFile to download (e.g., model.onnx).

Response

ParameterTypeDescription
urlstringPresigned S3 URL to download from.

Example

{
  "engine": "onnx",
  "command": "download",
  "path": "model.onnx"
}