Skip to main content
此接口以 ZIP 文件形式流式返回模型所请求产物的内容。请先检查模型的 artifact_paths 以确认产物名称存在,再调用此接口获取它。

接口

认证

Authorization: Bearer <jwt-or-api-key> 头中发送你的令牌。

路径参数

string
required
唯一的模型标识符。

查询参数

string
required
来自 artifact_paths 的产物名称。支持:adaptermergedggufmlxmnnqnn

响应

响应为二进制 ZIP 流。服务器设置以下头:
  • Content-Type: application/zip
  • Content-Disposition: attachment; filename=<id>-<artifact>.zip