Skip to main content
This endpoint streams a ZIP file containing the requested artifact for a model. Check the model’s artifact_paths first to confirm the artifact name exists, then call this endpoint to retrieve it.

Endpoint

Authentication

Send your token in the Authorization: Bearer <jwt-or-api-key> header.

Path Parameters

string
required
The unique model identifier.

Query Parameters

string
required
Artifact name from artifact_paths. Supported: adapter, merged, gguf, mlx, mnn, qnn.

Response

The response is a binary ZIP stream. The server sets these headers:
  • Content-Type: application/zip
  • Content-Disposition: attachment; filename=<id>-<artifact>.zip