docs(cloud): clarify Cloud API is Creator/Pro only#965
Open
MillerMedia wants to merge 2 commits intomainfrom
Open
docs(cloud): clarify Cloud API is Creator/Pro only#965MillerMedia wants to merge 2 commits intomainfrom
MillerMedia wants to merge 2 commits intomainfrom
Conversation
Surface that the Cloud API is gated to Creator and Pro subscription tiers, and that API requests consume the same monthly credits as UI usage. Updates the en/ja/zh cloud overview docs and the api-reference overview note. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
The introduced table used checkmark glyphs that don't match any other table in the cloud docs (which use plain text or numbers). The prose already conveys the same information, so the table was redundant. Mirrored in ja/zh. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
glary-bot Bot
pushed a commit
to Comfy-Org/ComfyUI_frontend
that referenced
this pull request
May 6, 2026
Adds new feature bullet to the Creator (3 concurrent API jobs) and Pro (5 concurrent API jobs) plans on the cloud pricing page to match the language in Comfy-Org/docs#965. Free and Standard tiers do not include API access, so they are not changed. Visual regression snapshots intentionally NOT updated here — they need to be regenerated in the Playwright Docker container used by CI (mcr.microsoft.com/playwright:v1.58.1-noble), which a maintainer can trigger via the "Update Website Screenshots" label, the /update-website-screenshots comment, or the checkbox in the E2E status comment.
LifetimeVip
pushed a commit
to LifetimeVip/ComfyUI_frontend
that referenced
this pull request
May 6, 2026
…rs (Comfy-Org#12000) *PR Created by the Glary-Bot Agent* --- ## Summary Adds a new feature bullet to the Creator and Pro plans on the [cloud pricing page](https://comfy.org/cloud/pricing) to call out included API concurrency: - **Creator**: `3 concurrent API jobs` - **Pro**: `5 concurrent API jobs` Free and Standard tiers do not include API access, so they are not changed. This matches the language landing in the docs PR: [Comfy-Org/docs#965](Comfy-Org/docs#965). ## Changes - `apps/website/src/components/pricing/PriceSection.vue`: added `feature2` to the Creator and Pro plan feature lists. - `apps/website/src/i18n/translations.ts`: added `pricing.plan.creator.feature2` and `pricing.plan.pro.feature2` for `en` and `zh-CN`. - Updated `pricing-tiers-{1-sm,2-md,3-lg,4-xl}` visual regression snapshots in `apps/website/e2e/visual-responsive.spec.ts-snapshots/` to match the new copy. ## Verification - `pnpm nx run @comfyorg/website:typecheck` — clean - ESLint and `oxfmt` clean on changed files (pre-commit lint-staged also passed) - `pnpm exec playwright test --project visual -g "pricing-tiers"` — 4/4 passing against the regenerated snapshots - Manually rendered `localhost:4321/cloud/pricing`; confirmed copy appears in both desktop and mobile layouts and that Free / Standard are unchanged. Screenshots below. ## Screenshots ### Desktop  ### Mobile — Creator  ### Mobile — Pro  ## Screenshots    ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-12000-feat-pricing-add-concurrent-API-jobs-feature-to-Creator-and-Pro-tiers-3586d73d365081559acfc44eb5024c52) by [Unito](https://www.unito.io) --------- Co-authored-by: Glary-Bot <glary-bot@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the public Cloud API docs to make subscription-tier availability explicit, ahead of Cloud API GA messaging on the pricing page:
ja/andzh/translations and tweaks the api-reference overview note for consistency.The corresponding pricing-page update on comfy.org is tracked separately; this PR only covers
docs.comfy.org.Test plan
🤖 Generated with Claude Code