在集合中管理模型
列出、读取、创建和更新 ShareAI Creator 模型标签,同时保留其集合所有权和有效服务策略。
本页面内容
GET
https://api.shareai.now/api/v1/console/creator/model-collections/{collection_uuid}/models列出拥有集合中的模型。
- 基础 URL
https://api.shareai.now- 身份验证
- HTTP Basic:创作者 UUID 和创作者访问令牌
- 必需范围
creator_models:read


GET
https://api.shareai.now/api/v1/console/creator/model-collections/{collection_uuid}/models/{model_uuid}读取确切的模型标签。
- 基础 URL
https://api.shareai.now- 身份验证
- HTTP Basic:创作者 UUID 和创作者访问令牌
- 必需范围
creator_models:read
创建标签#
POST
https://api.shareai.now/api/v1/console/creator/model-collections/{collection_uuid}/models在选定的集合中创建模型。
- 基础 URL
https://api.shareai.now- 身份验证
- HTTP Basic:创作者 UUID 和创作者访问令牌
- 必需范围
creator_models:write
JSON
{
"tag": "7b",
"description_html": "<p>Describe the exact weights, intended tasks, context and limitations of this variant.</p>",
"share_types": [
"private"
]
}
更新模型#
PATCH
https://api.shareai.now/api/v1/console/creator/model-collections/{collection_uuid}/models/{model_uuid}更新选定模型的支持字段。
- 基础 URL
https://api.shareai.now- 身份验证
- HTTP Basic:创作者 UUID 和创作者访问令牌
- 必需范围
creator_models:write
从读取开始,仅更改此标签的目标字段,并在之后验证有效结果。标签的覆盖和集合默认值可能不同;不要假设对一个标签的更改会影响所有其他标签。
使用返回的标识符#
保留集合 UUID、模型 UUID 和完整模型标识符作为单独的值。UUID 用于定位目录资源。模型标识符用于推理或提供者合同要求的场景。
处理访问和审核#
另一个 Creator 集合中的模型超出了此令牌的权限范围。可用性更改仍遵循程序权限和审核。如果响应指示有待处理的更改,请在发布集成公告之前检查控制台审核状态。
最近更新于 9 月 15, 2026