artifact_paths first to confirm the artifact name exists, then call this endpoint to retrieve it.
Endpoint
Authentication
Send your token in theAuthorization: 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/zipContent-Disposition: attachment; filename=<id>-<artifact>.zip