From f8605ceb45857da1c8a394b51953f89a494ed46d Mon Sep 17 00:00:00 2001 From: linyingxue Date: Mon, 23 Jun 2025 14:23:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E8=AE=A1=E8=B4=B9=E6=A8=A1=E5=BC=8F=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/workflow.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/workflow.md b/docs/workflow.md index 7e2b568..f192112 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -57,6 +57,9 @@ API 编排是一种可视化工作流引擎,支持通过节点自由组合多 工作流的计费方式按照调用模型的使用情况来收费,根据模型节点的类型和数量进行计费。 +> 工作流的计费取决于[访问令牌(token)](/docs/workflow/api#访问令牌)绑定的资源包权限。不同资源包支持的模型及价格可能有所差异。为确保完整调用权限,建议购买**全模型资源包**,并使用已授权全模型资源包的访问令牌调用应用。 + + ### 计费规则 - 每个模型节点的调用都会产生费用 - 不同类型的模型节点费用不同 -- Gitee From 0e857f9e9fa3e0e538dcd19fb6de96a886b02532 Mon Sep 17 00:00:00 2001 From: linyingxue Date: Mon, 23 Jun 2025 14:41:11 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/workflow.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/workflow.md b/docs/workflow.md index f192112..aedd6a9 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -54,11 +54,9 @@ API 编排是一种可视化工作流引擎,支持通过节点自由组合多 | [风控识别](/docs/workflow/scene/security) | 内容安全审核 | 内容监控、合规检查 | ## 计费模式 +工作流的费用基于模型调用情况结算,具体取决于模型节点的类型和数量。计费与您使用的[访问令牌(token)](/docs/workflow/api#访问令牌)所绑定的资源包权限直接关联。 -工作流的计费方式按照调用模型的使用情况来收费,根据模型节点的类型和数量进行计费。 - -> 工作流的计费取决于[访问令牌(token)](/docs/workflow/api#访问令牌)绑定的资源包权限。不同资源包支持的模型及价格可能有所差异。为确保完整调用权限,建议购买**全模型资源包**,并使用已授权全模型资源包的访问令牌调用应用。 - +不同资源包包含的可用模型及对应价格可能不同。为确保您的工作流拥有所有模型的完整调用权限,强烈建议购买[全模型资源包](https://ai.gitee.com/serverless-api/packages/1910),并使用绑定了该资源包的访问令牌进行调用。 ### 计费规则 - 每个模型节点的调用都会产生费用 -- Gitee From dc0b1fecee59bf6648e4c631f26683c2a4e811d3 Mon Sep 17 00:00:00 2001 From: linyingxue Date: Mon, 23 Jun 2025 15:03:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidebars.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index e077a5f..643e647 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -297,6 +297,14 @@ const sidebars: SidebarsConfig = { type: 'doc', id: 'workflow/quick-start', }, + { + type: 'doc', + id: 'workflow/run', + }, + { + type: 'doc', + id: 'workflow/api', + }, { type: 'category', collapsed: false, @@ -347,14 +355,6 @@ const sidebars: SidebarsConfig = { }, ], }, - { - type: 'doc', - id: 'workflow/run', - }, - { - type: 'doc', - id: 'workflow/api', - }, ], }, { -- Gitee