Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/cloud/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: "Cloud API Overview"
The Comfy Cloud API provides programmatic access to run workflows on Comfy Cloud infrastructure.

<Note>
**Creator or Pro subscription required:** API access is only available on the **Creator** and **Pro** tiers. The Free and Standard tiers do not include API access. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs) for details.
**Subscription required:** API access is available on the **Standard**, **Creator** and **Pro** tiers. The Free tier does not include API access. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs) for details.
</Note>

## Getting Started
Expand Down
5 changes: 3 additions & 2 deletions development/cloud/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import GetApiKey from '/snippets/get-api-key.mdx'
The Comfy Cloud API provides programmatic access to run workflows on Comfy Cloud infrastructure. The API is compatible with local ComfyUI's API, making it easy to migrate existing integrations.

<Note>
**Creator or Pro subscription required:** API access is only available on the **Creator** and **Pro** tiers. The Free and Standard tiers do not include API access. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for details.
**Subscription required:** API access is available on the **Standard**, **Creator** and **Pro** tiers. The Free tier does not include API access. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for details.
</Note>

## Credits and Usage

API requests draw from the same monthly credit allocation as the Comfy Cloud web UI — there is no separate API credit pool. Each tier's included credits, top-up options, and per-workflow runtime caps apply to API jobs in exactly the same way as UI jobs. See the [pricing page](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for the monthly credit amounts on the Creator and Pro tiers. If you run out of credits mid-month, top-ups can be purchased from your account dashboard.
API requests draw from the same monthly credit allocation as the Comfy Cloud web UI — there is no separate API credit pool. Each tier's included credits, top-up options, and per-workflow runtime caps apply to API jobs in exactly the same way as UI jobs. See the [pricing page](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for the monthly credit amounts on the Standard, Creator and Pro tiers. If you run out of credits mid-month, top-ups can be purchased from your account dashboard.

## Base URL

Expand Down Expand Up @@ -96,6 +96,7 @@ API users can submit multiple workflows concurrently without waiting for previou

| Subscription Tier | Concurrent Jobs |
|-------------------|-----------------|
| Standard | 1 |
| Creator | 3 |
| Pro | 5 |

Expand Down
2 changes: 1 addition & 1 deletion ja/development/cloud/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import GetApiKey from '/snippets/get-api-key.mdx'
Comfy Cloud API は、Comfy Cloud インフラストラクチャ上でワークフローを実行するためのプログラムによるアクセスを提供します。この API はローカルの ComfyUI の API と互換性があり、既存の統合を簡単に移行できます。

<Note>
**Creator または Pro サブスクリプションが必要:** API へのアクセスは **Creator** および **Pro** ティアでのみ利用可能です。Free および Standard ティアには API アクセスは含まれません。詳細は[料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)をご覧ください。
**サブスクリプションが必要:** API へのアクセスは **Standard**、**Creator** および **Pro** ティアで利用可能です。Free ティアには API アクセスは含まれません。詳細は[料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)をご覧ください。
</Note>

## クレジットと使用量
Expand Down
2 changes: 1 addition & 1 deletion zh/development/cloud/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import CompleteExample from '/snippets/zh/cloud/complete-example.mdx'
Comfy Cloud API 提供以编程方式访问 Comfy Cloud 的能力,可在云端基础设施上运行工作流。该 API 与本地 ComfyUI 的 API 兼容,便于迁移现有集成。

<Note>
**需要 Creator 或 Pro 订阅:** API 访问权限仅在 **Creator** 和 **Pro** 等级提供。Free 和 Standard 等级不包含 API 访问权限。详情请参阅[定价方案](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)。
**需要订阅:** API 访问权限在 **Standard**、**Creator** 和 **Pro** 等级提供。Free 等级不包含 API 访问权限。详情请参阅[定价方案](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)。
</Note>

## 积分与用量
Expand Down
Loading