管理集合內嘅模型
列出、閱讀、創建同更新 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 集合入面嘅模型唔屬於呢個令牌嘅權限範圍。可用性變更仍然遵循程序權限同審核。如果響應顯示有待處理嘅更改,喺發布集成公告之前檢查控制台審核狀態。
最後更新日期:2026年9月15日