停止向用户泄露抠图模型 (#120)
Reviewed-on: http://192.168.35.82/git/GenarrativeAI/Genarrative/pulls/120 Co-authored-by: Linghong <ink29535@proton.me> Co-committed-by: Linghong <ink29535@proton.me>
This commit was merged in pull request #120.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"title": "陶泥儿外部编辑器 OpenAPI",
|
||||
"version": "1.0.0",
|
||||
"description": "外部系统调用陶泥儿图片画布项目、画布布局、素材库,以及图片、视频、音效、音乐等编辑器素材生成/编辑能力的 v1 契约。新建 projectId 使用 proj- 前缀,新建 taskId / operationId 使用 task- 前缀;历史 editor-project-*、aitask_*、extgen-* ID 仍可作为既有资源标识传入。"
|
||||
"description": "外部系统调用陶泥儿图片画布项目、画布布局、素材库,以及图片、视频、音效、音乐等编辑器素材生成/编辑能力的 v1 契约。新建 projectId 使用 proj- 前缀,新建 taskId / operationId 使用 task- 前缀;历史 editor-project-*、aitask_*、extgen-* ID 仍可作为既有资源标识传入。\n\n兼容性说明:v1 当前处于无外部存量调用方阶段,正式对外发放 API Key 之前,契约可能在不升 info.version、不设弃用期的情况下发生包含字段移除在内的破坏性变更。生成客户端时请勿假定本文档已冻结。"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
@@ -2293,12 +2293,6 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"provider": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"taskId": {
|
||||
"type": [
|
||||
"string",
|
||||
@@ -2476,12 +2470,6 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"provider": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"taskId": {
|
||||
"type": [
|
||||
"string",
|
||||
@@ -2852,7 +2840,6 @@
|
||||
"sourceType",
|
||||
"prompt",
|
||||
"model",
|
||||
"provider",
|
||||
"taskId"
|
||||
],
|
||||
"properties": {
|
||||
@@ -2895,9 +2882,6 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"taskId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3231,7 +3215,6 @@
|
||||
"spritesheetHeight",
|
||||
"prompt",
|
||||
"model",
|
||||
"provider",
|
||||
"taskId",
|
||||
"priceMudPoints"
|
||||
],
|
||||
@@ -3277,9 +3260,6 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"taskId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3718,7 +3698,6 @@
|
||||
"sourceType",
|
||||
"prompt",
|
||||
"model",
|
||||
"provider",
|
||||
"taskId",
|
||||
"durationSeconds",
|
||||
"resolution",
|
||||
@@ -3767,9 +3746,6 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"taskId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3955,7 +3931,6 @@
|
||||
"sourceType",
|
||||
"prompt",
|
||||
"model",
|
||||
"provider",
|
||||
"taskId",
|
||||
"priceMudPoints",
|
||||
"audioKind"
|
||||
@@ -4003,9 +3978,6 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"taskId": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user